Skip to content

Commit 0b15162

Browse files
authored
Merge pull request #93 from aminya/dependencies [skip ci]
2 parents 319fcf0 + 69799de commit 0b15162

File tree

6 files changed

+783
-830
lines changed

6 files changed

+783
-830
lines changed

dist/actions_python.f691d232.js renamed to dist/actions_python.e4a82577.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/actions_python.f691d232.js.map renamed to dist/actions_python.e4a82577.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.

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
@@ -33,7 +33,7 @@
3333
},
3434
"prettier": "prettier-config-atomic",
3535
"dependencies": {
36-
"@actions/core": "^1.8.2",
36+
"@actions/core": "^1.9.0",
3737
"@actions/exec": "^1.1.1",
3838
"@actions/io": "^1.1.2",
3939
"@actions/tool-cache": "^2.0.1",
@@ -51,28 +51,28 @@
5151
},
5252
"devDependencies": {
5353
"@types/cross-spawn": "^6.0.2",
54-
"@types/jest": "^28.1.1",
54+
"@types/jest": "^28.1.2",
5555
"@types/mri": "^1.1.1",
56-
"@types/node": "^17.0.41",
57-
"@types/semver": "^7.3.9",
56+
"@types/node": "^18.0.0",
57+
"@types/semver": "^7.3.10",
5858
"@types/which": "^2.0.1",
5959
"caxa": "^2.1.0",
6060
"cross-env": "7.0.3",
6161
"cross-spawn": "^7.0.3",
6262
"cspell": "^6.1.2",
63-
"eslint": "^8.17.0",
63+
"eslint": "^8.18.0",
6464
"eslint-config-atomic": "^1.18.0",
6565
"jest": "^28.1.1",
6666
"loose-ts-check": "^1.2.0",
67-
"npm-check-updates": "^13.1.2",
68-
"npm-run-all2": "^5.0.2",
69-
"parcel": "2.6.0",
70-
"prettier": "2.6.2",
67+
"npm-check-updates": "^14.0.1",
68+
"npm-run-all2": "^6.0.1",
69+
"parcel": "2.6.1",
70+
"prettier": "2.7.1",
7171
"prettier-config-atomic": "^3.0.9",
7272
"shx": "0.3.4",
7373
"terser-config-atomic": "^0.1.1",
74-
"ts-jest": "^28.0.4",
75-
"typescript": "^4.7.3"
74+
"ts-jest": "^28.0.5",
75+
"typescript": "^4.7.4"
7676
},
7777
"engines": {
7878
"node": ">=12.x"
@@ -99,8 +99,8 @@
9999
"pnpm": {
100100
"overrides": {
101101
"semver": "7.3.7",
102-
"eslint": "^8.17.0",
103-
"prettier": "2.6.2",
102+
"eslint": "^8.18.0",
103+
"prettier": "2.7.1",
104104
"lru-cache": "7.8.1",
105105
"core-js": "*",
106106
"babel-eslint": "npm:@babel/eslint-parser"

0 commit comments

Comments
 (0)