Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and alan-agius4 committed Sep 30, 2024
1 parent 12ff37a commit a896b74
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 32 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@discoveryjs/json-ext": "0.6.1",
"@inquirer/confirm": "4.0.1",
"@inquirer/prompts": "6.0.1",
"@listr2/prompt-adapter-inquirer": "2.0.15",
"@listr2/prompt-adapter-inquirer": "2.0.16",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@stylistic/eslint-plugin": "^2.8.0",
Expand Down Expand Up @@ -183,10 +183,10 @@
"puppeteer": "18.2.1",
"quicktype-core": "23.0.170",
"resolve-url-loader": "5.0.0",
"rollup": "4.22.4",
"rollup": "4.22.5",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "7.8.1",
"sass": "1.79.3",
"sass": "1.79.4",
"sass-loader": "16.0.2",
"semver": "7.6.3",
"shelljs": "^0.8.5",
Expand All @@ -195,7 +195,7 @@
"source-map-support": "0.5.21",
"symbol-observable": "4.0.0",
"tar": "^6.1.6",
"terser": "5.34.0",
"terser": "5.34.1",
"tree-kill": "1.2.2",
"ts-node": "^10.9.1",
"tslib": "2.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"parse5-html-rewriting-stream": "7.0.0",
"picomatch": "4.0.2",
"piscina": "4.7.0",
"rollup": "4.22.4",
"sass": "1.79.3",
"rollup": "4.22.5",
"sass": "1.79.4",
"semver": "7.6.3",
"vite": "5.4.8",
"watchpack": "2.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
"@inquirer/prompts": "6.0.1",
"@listr2/prompt-adapter-inquirer": "2.0.15",
"@listr2/prompt-adapter-inquirer": "2.0.16",
"@schematics/angular": "0.0.0-PLACEHOLDER",
"@yarnpkg/lockfile": "1.1.0",
"ini": "5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"postcss-loader": "8.1.1",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.1",
"sass": "1.79.3",
"sass": "1.79.4",
"sass-loader": "16.0.2",
"semver": "7.6.3",
"source-map-loader": "5.0.0",
"source-map-support": "0.5.21",
"terser": "5.34.0",
"terser": "5.34.1",
"tree-kill": "1.2.2",
"tslib": "2.7.0",
"vite": "5.4.8",
Expand Down
Loading

0 comments on commit a896b74

Please sign in to comment.