Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 0a06f2b commit c4e05f4
Show file tree
Hide file tree
Showing 3 changed files with 1,528 additions and 1,213 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"build.docker-ci": "node ./dev/docker/ci/docker-ci.mjs"
},
"devDependencies": {
"@actions/cache": "^3.2.4",
"@actions/cache": "^4.0.0",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.2.3",
Expand Down Expand Up @@ -98,10 +98,10 @@
"escape-path-with-spaces": "^1.0.2",
"escape-quotes": "^1.0.2",
"escape-string-regexp": "^5.0.0",
"eslint": "^8.57.1",
"eslint": "8.57.1",
"eslint-config-atomic": "^1.22.1",
"exec-powershell": "workspace:*",
"execa": "^7",
"execa": "7.2.0",
"is-url-online": "^1.5.0",
"jest": "^29.7.0",
"lefthook": "^1.7.15",
Expand All @@ -112,12 +112,12 @@
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#c01f519bd995460228ed3dec4df51df92dc290fd",
"node-downloader-helper": "2.1.9",
"npm-check-updates": "^17.1.2",
"npm-run-all2": "^6.2.3",
"numerous": "1.0.3",
"npm-run-all2": "^7.0.0",
"numerous": "2.0.0",
"p-timeout": "^6.1.2",
"path-exists": "^5.0.0",
"patha": "^0.4.1",
"prettier": "3.3.3",
"prettier": "3.4.2",
"prettier-config-atomic": "^4.0.0",
"readme-md-generator": "^1.0.0",
"retry-as-promised": "^7.0.4",
Expand All @@ -135,15 +135,15 @@
"timers-browserify": "^2.0.12",
"ts-node": "^10.9.2",
"ts-readme": "^1.1.3",
"turbo": "2.1.2",
"turbo": "2.3.3",
"typescript": "^5.6.2",
"ubuntu-version": "^2.0.0",
"untildify-user": "workspace:*",
"util.types": "^0.0.2",
"vite": "^5.4.6",
"vite": "^6.0.0",
"vite-plugin-babel": "^1.2.0",
"web-streams-polyfill": "^4.0.0",
"which": "^4.0.0"
"which": "^5.0.0"
},
"productionDependencies": [
"@actions/core",
Expand Down
2 changes: 1 addition & 1 deletion packages/setup-brew/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@types/cross-spawn": "~6.0.6",
"@types/which": "~3.0.4",
"cross-spawn": "7.0.3",
"cross-spawn": "7.0.6",
"path-exists": "5.0.0",
"patha": "0.4.1"
},
Expand Down
Loading

0 comments on commit c4e05f4

Please sign in to comment.