mirror of https://github.com/aminya/setup-cpp.git
Compare commits
2 Commits
556db01add
...
762fc634a0
| Author | SHA1 | Date |
|---|---|---|
|
|
762fc634a0 | |
|
|
1bfe7f0659 |
30
package.json
30
package.json
|
|
@ -52,21 +52,21 @@
|
|||
"@actions/cache": "^4.0.2",
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/http-client": "^2.2.3",
|
||||
"@actions/io": "^1.1.3",
|
||||
"@actions/http-client": "^3.0.0",
|
||||
"@actions/io": "^2.0.0",
|
||||
"@actions/tool-cache": "^2.0.2",
|
||||
"@aminya/minijson": "1.1.3",
|
||||
"@babel/core": "^7.26.9",
|
||||
"@babel/preset-typescript": "^7.27.1",
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
"@biomejs/biome": "^2.0.0",
|
||||
"@iarna/toml": "^2.2.5",
|
||||
"@liuli-util/vite-plugin-node": "^0.10.0",
|
||||
"@octokit/core": "^7.0.0",
|
||||
"@octokit/openapi-types": "^25.0.0",
|
||||
"@octokit/plugin-paginate-rest": "^13.0.0",
|
||||
"@octokit/plugin-rest-endpoint-methods": "^16.0.0",
|
||||
"@octokit/openapi-types": "^27.0.0",
|
||||
"@octokit/plugin-paginate-rest": "^14.0.0",
|
||||
"@octokit/plugin-rest-endpoint-methods": "^17.0.0",
|
||||
"@octokit/rest": "^22.0.0",
|
||||
"@octokit/types": "^14.0.0",
|
||||
"@octokit/types": "^16.0.0",
|
||||
"@shockpkg/archive-files": "3.2.5",
|
||||
"@swc/cli": "^0.7.0",
|
||||
"@swc/jest": "^0.2.37",
|
||||
|
|
@ -76,9 +76,9 @@
|
|||
"@types/eslint": "^9.6.1",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/iarna__toml": "~2.0.5",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/memoizee": "^0.4.11",
|
||||
"@types/node": "^22.13.8",
|
||||
"@types/node": "^24.0.0",
|
||||
"@types/semver": "^7.5.8",
|
||||
"@types/which": "^3.0.4",
|
||||
"@upleveled/babel-plugin-remove-node-prefix": "github:aminya/babel-plugin-remove-node-prefix#02526f866c4f57d3a097590942dc0e700fb3eb15",
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
"caxa": "^3.0.1",
|
||||
"ci-info": "^4.1.0",
|
||||
"ci-log": "workspace:*",
|
||||
"cross-env": "7.0.3",
|
||||
"cross-env": "10.1.0",
|
||||
"cross-spawn": "^7.0.6",
|
||||
"cspell": "^9.0.0",
|
||||
"diagnostics_channel": "^1.1.0",
|
||||
|
|
@ -102,18 +102,18 @@
|
|||
"fast-glob": "^3.3.3",
|
||||
"fs-extra": "^11.3.0",
|
||||
"is-url-online": "^1.5.0",
|
||||
"jest": "^29.7.0",
|
||||
"lefthook": "^1.11.2",
|
||||
"jest": "^30.0.0",
|
||||
"lefthook": "^2.0.0",
|
||||
"macos-release": "^3.3.0",
|
||||
"memoizee": "^0.4.17",
|
||||
"mkdirp": "^3.0.1",
|
||||
"mri": "^1.2.0",
|
||||
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#c01f519bd995460228ed3dec4df51df92dc290fd",
|
||||
"node-downloader-helper": "2.1.9",
|
||||
"npm-check-updates": "^18.0.0",
|
||||
"npm-check-updates": "^19.0.0",
|
||||
"npm-run-all2": "^8.0.0",
|
||||
"numerous": "1.0.3",
|
||||
"p-timeout": "^6.1.4",
|
||||
"p-timeout": "^7.0.0",
|
||||
"path-exists": "^5.0.0",
|
||||
"patha": "^0.4.1",
|
||||
"prettier": "3.6.2",
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
"ubuntu-version": "^2.0.0",
|
||||
"untildify-user": "workspace:*",
|
||||
"util.types": "^0.0.2",
|
||||
"vite": "^6.2.0",
|
||||
"vite": "^7.0.0",
|
||||
"vite-plugin-babel": "^1.3.0",
|
||||
"web-streams-polyfill": "^4.1.0",
|
||||
"which": "^4.0.0"
|
||||
|
|
|
|||
2140
pnpm-lock.yaml
2140
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue