mirror of https://github.com/aminya/setup-cpp
fix: update dependencies
This commit is contained in:
parent
357e710629
commit
0daa34d443
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
["TS6133", "TS7010"]
|
||||
["TS6133"]
|
||||
|
|
|
@ -1 +1 @@
|
|||
["node_modules/setup-python/src/cache-distributions/poetry-cache.ts", "node_modules/time-delta/types/index.d.ts"]
|
||||
["node_modules/setup-python/src/cache-distributions/poetry-cache.ts"]
|
||||
|
|
10
package.json
10
package.json
|
@ -55,7 +55,7 @@
|
|||
"@actions/io": "^1.1.2",
|
||||
"@actions/tool-cache": "^2.0.1",
|
||||
"@npmcli/ci-detect": "github:aminya/ci-detect#37fe40075bebec96794ba0a7c4a6d5c70cbea00d",
|
||||
"admina": "^0.1.0",
|
||||
"admina": "^0.1.1",
|
||||
"ci-log": "workspace:1.0.0",
|
||||
"escape-path-with-spaces": "github:aminya/escape-path-with-spaces#d9f81ee649203ddc55783a2f96ada59df06118e3",
|
||||
"exec-powershell": "workspace:1.0.0",
|
||||
|
@ -75,9 +75,9 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/cross-spawn": "^6.0.2",
|
||||
"@types/jest": "^28.1.7",
|
||||
"@types/jest": "^28.1.8",
|
||||
"@types/mri": "^1.1.1",
|
||||
"@types/node": "^18.7.9",
|
||||
"@types/node": "^18.7.13",
|
||||
"@types/semver": "^7.3.12",
|
||||
"@types/which": "^2.0.1",
|
||||
"caxa": "^2.1.0",
|
||||
|
@ -87,7 +87,7 @@
|
|||
"eslint": "^8.22.0",
|
||||
"eslint-config-atomic": "^1.18.1",
|
||||
"gen-readme": "^1.6.0",
|
||||
"jest": "^28.1.3",
|
||||
"jest": "^29.0.0",
|
||||
"loose-ts-check": "^1.2.0",
|
||||
"npm-check-updates": "^16.0.5",
|
||||
"npm-run-all2": "^6.0.2",
|
||||
|
@ -99,7 +99,7 @@
|
|||
"terser-config-atomic": "^0.1.1",
|
||||
"ts-jest": "^28.0.8",
|
||||
"ts-readme": "^1.1.3",
|
||||
"typescript": "^4.7.4"
|
||||
"typescript": "^4.8.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.x"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.9.0",
|
||||
"@actions/core": "^1.9.1",
|
||||
"@npmcli/ci-detect": "github:aminya/ci-detect#37fe40075bebec96794ba0a7c4a6d5c70cbea00d"
|
||||
},
|
||||
"keywords": [
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"admina": "0.1.0",
|
||||
"admina": "0.1.1",
|
||||
"untildify": "^4.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"admina": "0.1.0"
|
||||
"admina": "0.1.1"
|
||||
},
|
||||
"keywords": [
|
||||
"chown",
|
||||
|
|
1256
pnpm-lock.yaml
1256
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -16,7 +16,7 @@
|
|||
"inlineSources": true,
|
||||
"preserveSymlinks": true,
|
||||
"removeComments": false,
|
||||
"skipLibCheck": false,
|
||||
"skipLibCheck": true,
|
||||
"lib": ["ES2020", "dom"],
|
||||
"target": "ES2020",
|
||||
"allowJs": true,
|
||||
|
|
Loading…
Reference in New Issue