Skip to content

Commit 48028a4

Browse files
committed
chore: update devDependencies
1 parent a717e81 commit 48028a4

File tree

3 files changed

+1328
-1515
lines changed

3 files changed

+1328
-1515
lines changed

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ public-hoist-pattern[]=*
22
package-lock=false
33
lockfile=true
44
prefer-frozen-lockfile=true
5-
side-effects-cache=true
5+
side-effects-cache=true
6+
optional=false

package.json

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
"setup_cpp": "./dist/setup_cpp.js"
1313
},
1414
"scripts": {
15-
"build": "cross-env NODE_ENV=production parcel build --detailed-report && npm run copy.matchers",
15+
"build": "run-p test.tsc build.parcel copy.matchers",
1616
"build.docker": "pnpm build && docker build -f ./building/docker/ubuntu_node.dockerfile -t setup_cpp .",
17-
"bump": "ncu -u -x execa",
17+
"build.parcel": "cross-env NODE_ENV=production parcel build --detailed-report",
18+
"bump": "ncu -u -x execa,prettier && pnpm update",
1819
"clean": "shx rm -rf .parcel-cache dist exe",
1920
"copy.matchers": "shx cp ./src/gcc/gcc_matcher.json ./dist/ && shx cp ./src/msvc/msvc_matcher.json ./dist && shx cp ./src/python/python_matcher.json ./dist/ && shx cp ./src/llvm/llvm_matcher.json ./dist/ ",
2021
"dev": "cross-env NODE_ENV=development parcel watch",
@@ -37,26 +38,28 @@
3738
"@actions/tool-cache": "^1.7.1",
3839
"execa": "^5.1.1",
3940
"mri": "^1.2.0",
40-
"msvc-dev-cmd": "git://github.com/aminya/msvc-dev-cmd#9f672c1",
41-
"semver": "^7.3.5",
42-
"setup-python": "https://github.com/actions/setup-python#7f80679172b057fc5e90d70d197929d454754a5a",
41+
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#9f672c1",
42+
"semver": "7.3.5",
43+
"setup-python": "github:actions/setup-python#7f80679172b057fc5e90d70d197929d454754a5a",
4344
"untildify": "^4.0.0",
4445
"which": "^2.0.2"
4546
},
4647
"devDependencies": {
4748
"@types/cross-spawn": "^6.0.2",
4849
"@types/jest": "^27.4.0",
4950
"@types/mri": "^1.1.1",
50-
"@types/node": "^17.0.17",
51+
"@types/node": "^17.0.18",
5152
"@types/semver": "^7.3.9",
5253
"@types/which": "^2.0.1",
5354
"caxa": "^2.1.0",
5455
"cross-env": "7.0.3",
5556
"cross-spawn": "^7.0.3",
56-
"eslint-config-atomic": "^1.16.6",
57+
"eslint": "^8.9.0",
58+
"eslint-config-atomic": "^1.17.0",
5759
"jest": "^27.5.1",
5860
"npm-run-all2": "^5.0.2",
59-
"parcel": "^2.3.1",
61+
"parcel": "^2.3.2",
62+
"prettier": "2.4.1",
6063
"prettier-config-atomic": "^3.0.3",
6164
"shx": "0.3.4",
6265
"terser-config-atomic": "^0.1.1",
@@ -87,7 +90,16 @@
8790
],
8891
"pnpm": {
8992
"overrides": {
90-
"semver": "7.3.5"
93+
"semver": "7.3.5",
94+
"eslint": "^8.9.0",
95+
"prettier": "2.4.1",
96+
"core-js": "*",
97+
"babel-eslint": "npm:@babel/eslint-parser"
98+
},
99+
"peerDependencyRules": {
100+
"allowedVersions": {
101+
"eslint": "*"
102+
}
91103
}
92104
},
93105
"targets": {

0 commit comments

Comments
 (0)