Skip to content

Commit ac3fcb7

Browse files
authored
Merge pull request #124 from aminya/deps
2 parents a8d76c6 + cb9e439 commit ac3fcb7

8 files changed

+65114
-958
lines changed

dist/actions_python.48b25513.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/actions_python.48b25513.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/actions_python.76a8e36a.js

Lines changed: 50170 additions & 0 deletions
Large diffs are not rendered by default.

dist/actions_python.76a8e36a.js.map

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

dist/setup_cpp.js

Lines changed: 13961 additions & 1 deletion
Large diffs are not rendered by default.

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: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@actions/io": "^1.1.2",
5656
"@actions/tool-cache": "^2.0.1",
5757
"@npmcli/ci-detect": "github:aminya/ci-detect#37fe40075bebec96794ba0a7c4a6d5c70cbea00d",
58-
"admina": "^0.1.2",
58+
"admina": "^0.1.3",
5959
"ci-log": "workspace:1.0.0",
6060
"escape-path-with-spaces": "github:aminya/escape-path-with-spaces#d9f81ee649203ddc55783a2f96ada59df06118e3",
6161
"exec-powershell": "workspace:1.0.0",
@@ -75,31 +75,31 @@
7575
},
7676
"devDependencies": {
7777
"@types/cross-spawn": "^6.0.2",
78-
"@types/jest": "^28.1.8",
78+
"@types/jest": "^29.0.3",
7979
"@types/mri": "^1.1.1",
80-
"@types/node": "^18.7.13",
80+
"@types/node": "^18.7.18",
8181
"@types/semver": "^7.3.12",
8282
"@types/which": "^2.0.1",
8383
"caxa": "^2.1.0",
8484
"cross-env": "7.0.3",
8585
"cross-spawn": "^7.0.3",
86-
"cspell": "^6.8.1",
87-
"eslint": "^8.23.0",
86+
"cspell": "^6.9.1",
87+
"eslint": "^8.23.1",
8888
"eslint-config-atomic": "^1.18.1",
8989
"gen-readme": "^1.6.0",
90-
"jest": "^28.1.3",
90+
"jest": "^29.0.3",
9191
"loose-ts-check": "^1.2.0",
92-
"npm-check-updates": "^16.0.6",
92+
"npm-check-updates": "^16.1.3",
9393
"npm-run-all2": "^6.0.2",
9494
"parcel": "2.7.0",
9595
"prettier": "2.7.1",
96-
"prettier-config-atomic": "^3.0.10",
96+
"prettier-config-atomic": "^3.1.0",
9797
"readme-md-generator": "^1.0.0",
9898
"shx": "0.3.4",
9999
"terser-config-atomic": "^0.1.1",
100-
"ts-jest": "^28.0.8",
100+
"ts-jest": "^29.0.1",
101101
"ts-readme": "^1.1.3",
102-
"typescript": "^4.8.2"
102+
"typescript": "^4.8.3"
103103
},
104104
"engines": {
105105
"node": ">=12.x"
@@ -130,7 +130,7 @@
130130
"pnpm": {
131131
"overrides": {
132132
"semver": "7.3.7",
133-
"eslint": "^8.23.0",
133+
"eslint": "^8.23.1",
134134
"prettier": "2.7.1",
135135
"lru-cache": "7.8.1",
136136
"core-js": "*",
@@ -145,8 +145,11 @@
145145
"targets": {
146146
"main": {
147147
"context": "node",
148+
"engines": {
149+
"node": ">=12.x"
150+
},
148151
"includeNodeModules": true,
149-
"optimize": true,
152+
"optimize": false,
150153
"outputFormat": "commonjs"
151154
}
152155
}

0 commit comments

Comments
 (0)