Skip to content

Commit 80da495

Browse files
committed
fix: update dependencies
1 parent a6b9321 commit 80da495

File tree

4 files changed

+1279
-1434
lines changed

4 files changed

+1279
-1434
lines changed

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"prettier": "prettier-config-atomic",
3535
"dependencies": {
3636
"@actions/core": "^1.6.0",
37-
"@actions/exec": "^1.1.0",
38-
"@actions/io": "^1.1.1",
39-
"@actions/tool-cache": "^1.7.1",
37+
"@actions/exec": "^1.1.1",
38+
"@actions/io": "^1.1.2",
39+
"@actions/tool-cache": "^1.7.2",
4040
"execa": "^5.1.1",
4141
"mri": "^1.2.0",
4242
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#9f672c1",
@@ -49,25 +49,25 @@
4949
"@types/cross-spawn": "^6.0.2",
5050
"@types/jest": "^27.4.1",
5151
"@types/mri": "^1.1.1",
52-
"@types/node": "^17.0.21",
52+
"@types/node": "^17.0.23",
5353
"@types/semver": "^7.3.9",
5454
"@types/which": "^2.0.1",
5555
"caxa": "^2.1.0",
5656
"cross-env": "7.0.3",
5757
"cross-spawn": "^7.0.3",
58-
"cspell": "^5.18.5",
59-
"eslint": "^8.11.0",
60-
"eslint-config-atomic": "^1.17.0",
58+
"cspell": "^5.19.5",
59+
"eslint": "^8.12.0",
60+
"eslint-config-atomic": "^1.17.1",
6161
"jest": "^27.5.1",
62-
"npm-check-updates": "^12.5.3",
62+
"npm-check-updates": "^12.5.7",
6363
"npm-run-all2": "^5.0.2",
64-
"parcel": "^2.3.2",
64+
"parcel": "^2.4.1",
6565
"prettier": "2.5.1",
66-
"prettier-config-atomic": "^3.0.5",
66+
"prettier-config-atomic": "^3.0.9",
6767
"shx": "0.3.4",
6868
"terser-config-atomic": "^0.1.1",
69-
"ts-jest": "^27.1.3",
70-
"typescript": "^4.6.2"
69+
"ts-jest": "^27.1.4",
70+
"typescript": "^4.6.3"
7171
},
7272
"engines": {
7373
"node": ">=12.x"
@@ -94,7 +94,7 @@
9494
"pnpm": {
9595
"overrides": {
9696
"semver": "7.3.5",
97-
"eslint": "^8.11.0",
97+
"eslint": "^8.12.0",
9898
"prettier": "2.5.1",
9999
"core-js": "*",
100100
"babel-eslint": "npm:@babel/eslint-parser"

0 commit comments

Comments
 (0)