|
41 | 41 | }, |
42 | 42 | "funding": "https://opencollective.com/unts", |
43 | 43 | "license": "ISC", |
44 | | - "packageManager": "yarn@1.22.19", |
| 44 | + "packageManager": "yarn@3.2.1", |
45 | 45 | "engines": { |
46 | 46 | "node": "^12.20.0 || ^14.18.0 || >=16.0.0" |
47 | 47 | }, |
|
70 | 70 | "plugin" |
71 | 71 | ], |
72 | 72 | "scripts": { |
73 | | - "build": "run-p build:*", |
| 73 | + "build": "run-p 'build:*'", |
74 | 74 | "build:r": "r -f cjs,es2015", |
75 | 75 | "build:ts": "tsc -b", |
76 | | - "lint": "run-p lint:*", |
| 76 | + "lint": "run-p 'lint:*'", |
77 | 77 | "lint:es": "eslint src --cache -f friendly", |
78 | 78 | "lint:tsc": "tsc --noEmit", |
79 | 79 | "prepare": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0", |
80 | 80 | "prerelease": "yarn build", |
81 | 81 | "release": "changeset publish", |
82 | | - "test": "run-p test:*", |
| 82 | + "test": "run-p 'test:*'", |
83 | 83 | "test:multipleEslintrcs": "eslint --ext ts,tsx tests/multipleEslintrcs", |
84 | 84 | "test:multipleTsconfigs": "eslint --ext ts,tsx tests/multipleTsconfigs", |
85 | 85 | "test:withJsExtension": "node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension", |
|
107 | 107 | "@changesets/changelog-github": "^0.4.5", |
108 | 108 | "@changesets/cli": "^2.23.0", |
109 | 109 | "@mozilla/glean": "^1.0.0", |
| 110 | + "@pkgr/rollup": "^3.1.2", |
110 | 111 | "@types/debug": "^4.1.7", |
111 | 112 | "@types/enhanced-resolve": "^3.0.7", |
112 | 113 | "@types/is-core-module": "^2.2.0", |
113 | 114 | "@types/is-glob": "^4.0.2", |
114 | 115 | "@types/node": "^18.0.0", |
115 | 116 | "@types/unist": "^2.0.6", |
116 | 117 | "dummy.js": "link:dummy.js", |
| 118 | + "eslint": "^8.19.0", |
| 119 | + "eslint-import-resolver-typescript": "link:.", |
| 120 | + "eslint-plugin-import": "^2.26.0", |
| 121 | + "npm-run-all": "^4.1.5", |
117 | 122 | "react": "^18.2.0", |
118 | 123 | "type-coverage": "^2.21.2", |
119 | 124 | "typescript": "^4.7.4" |
120 | 125 | }, |
121 | 126 | "resolutions": { |
122 | | - "eslint-import-resolver-typescript": "link:.", |
123 | 127 | "prettier": "^2.7.1" |
124 | 128 | }, |
125 | 129 | "typeCoverage": { |
|
0 commit comments