mirror of https://github.com/aminya/setup-cpp
Merge pull request #91 from aminya/update [skip ci]
This commit is contained in:
commit
9c1e55b63d
2
.npmrc
2
.npmrc
|
@ -3,4 +3,4 @@ package-lock=false
|
||||||
lockfile=true
|
lockfile=true
|
||||||
prefer-frozen-lockfile=true
|
prefer-frozen-lockfile=true
|
||||||
side-effects-cache=true
|
side-effects-cache=true
|
||||||
optional=false
|
# optional=false
|
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
24
package.json
24
package.json
|
@ -43,7 +43,7 @@
|
||||||
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#9f672c1",
|
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#9f672c1",
|
||||||
"numerous": "1.0.3",
|
"numerous": "1.0.3",
|
||||||
"semver": "7.3.7",
|
"semver": "7.3.7",
|
||||||
"setup-python": "github:actions/setup-python#v3.1.2",
|
"setup-python": "github:actions/setup-python#v4.0.0",
|
||||||
"time-delta": "github:aminya/time-delta#69d91a41cef28e569be9a2991129f5f7d1f0d00e",
|
"time-delta": "github:aminya/time-delta#69d91a41cef28e569be9a2991129f5f7d1f0d00e",
|
||||||
"ubuntu-version": "^2.0.0",
|
"ubuntu-version": "^2.0.0",
|
||||||
"untildify": "^4.0.0",
|
"untildify": "^4.0.0",
|
||||||
|
@ -51,28 +51,28 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/cross-spawn": "^6.0.2",
|
"@types/cross-spawn": "^6.0.2",
|
||||||
"@types/jest": "^27.5.1",
|
"@types/jest": "^28.1.1",
|
||||||
"@types/mri": "^1.1.1",
|
"@types/mri": "^1.1.1",
|
||||||
"@types/node": "^17.0.35",
|
"@types/node": "^17.0.41",
|
||||||
"@types/semver": "^7.3.9",
|
"@types/semver": "^7.3.9",
|
||||||
"@types/which": "^2.0.1",
|
"@types/which": "^2.0.1",
|
||||||
"caxa": "^2.1.0",
|
"caxa": "^2.1.0",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"cross-spawn": "^7.0.3",
|
"cross-spawn": "^7.0.3",
|
||||||
"cspell": "^6.0.0",
|
"cspell": "^6.1.2",
|
||||||
"eslint": "^8.16.0",
|
"eslint": "^8.17.0",
|
||||||
"eslint-config-atomic": "^1.17.1",
|
"eslint-config-atomic": "^1.18.0",
|
||||||
"jest": "^28.1.0",
|
"jest": "^28.1.1",
|
||||||
"loose-ts-check": "^1.2.0",
|
"loose-ts-check": "^1.2.0",
|
||||||
"npm-check-updates": "^13.0.3",
|
"npm-check-updates": "^13.1.2",
|
||||||
"npm-run-all2": "^5.0.2",
|
"npm-run-all2": "^5.0.2",
|
||||||
"parcel": "2.5.0",
|
"parcel": "2.6.0",
|
||||||
"prettier": "2.6.2",
|
"prettier": "2.6.2",
|
||||||
"prettier-config-atomic": "^3.0.9",
|
"prettier-config-atomic": "^3.0.9",
|
||||||
"shx": "0.3.4",
|
"shx": "0.3.4",
|
||||||
"terser-config-atomic": "^0.1.1",
|
"terser-config-atomic": "^0.1.1",
|
||||||
"ts-jest": "^28.0.3",
|
"ts-jest": "^28.0.4",
|
||||||
"typescript": "^4.7.2"
|
"typescript": "^4.7.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.x"
|
"node": ">=12.x"
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"semver": "7.3.7",
|
"semver": "7.3.7",
|
||||||
"eslint": "^8.16.0",
|
"eslint": "^8.17.0",
|
||||||
"prettier": "2.6.2",
|
"prettier": "2.6.2",
|
||||||
"lru-cache": "7.8.1",
|
"lru-cache": "7.8.1",
|
||||||
"core-js": "*",
|
"core-js": "*",
|
||||||
|
|
2553
pnpm-lock.yaml
2553
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue