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 dgp1130 committed Feb 12, 2025
1 parent 964fb77 commit 1355d08
Show file tree
Hide file tree
Showing 6 changed files with 283 additions and 198 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1406867100
modules/testing/builder/package.json=973445093
package.json=1906123407
packages/angular/build/package.json=-697754336
package.json=1699878288
packages/angular/build/package.json=-2062350529
packages/angular/cli/package.json=-803141029
packages/angular/pwa/package.json=1108903917
packages/angular/ssr/package.json=1856194341
packages/angular_devkit/architect/package.json=-1496633956
packages/angular_devkit/architect_cli/package.json=1551210941
packages/angular_devkit/build_angular/package.json=-1762999865
packages/angular_devkit/build_angular/package.json=420468135
packages/angular_devkit/build_webpack/package.json=373950017
packages/angular_devkit/core/package.json=339935828
packages/angular_devkit/schematics/package.json=673943597
packages/angular_devkit/schematics_cli/package.json=774399812
packages/ngtools/webpack/package.json=1282929706
packages/schematics/angular/package.json=251715148
pnpm-lock.yaml=564956608
pnpm-lock.yaml=-617616317
pnpm-workspace.yaml=-1056556036
yarn.lock=-1528985571
yarn.lock=1382132490
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
"@types/yargs": "^17.0.20",
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "8.23.0",
"@typescript-eslint/parser": "8.23.0",
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"@vitejs/plugin-basic-ssl": "1.2.0",
"@web/test-runner": "^0.19.0",
"@yarnpkg/lockfile": "1.1.0",
Expand Down Expand Up @@ -152,7 +152,7 @@
"less-loader": "12.2.0",
"license-webpack-plugin": "4.0.2",
"listr2": "8.2.5",
"lmdb": "3.2.5",
"lmdb": "3.2.6",
"loader-utils": "3.3.1",
"lodash": "^4.17.21",
"magic-string": "0.30.17",
Expand All @@ -169,7 +169,7 @@
"patch-package": "^8.0.0",
"picomatch": "4.0.2",
"piscina": "4.8.0",
"postcss": "8.5.1",
"postcss": "8.5.2",
"postcss-loader": "8.1.1",
"prettier": "^3.0.0",
"protractor": "~7.0.0",
Expand All @@ -189,7 +189,7 @@
"source-map-support": "0.5.21",
"symbol-observable": "4.0.0",
"tar": "^7.0.0",
"terser": "5.38.1",
"terser": "5.38.2",
"tree-kill": "1.2.2",
"ts-node": "^10.9.1",
"tslib": "2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"watchpack": "2.4.2"
},
"optionalDependencies": {
"lmdb": "3.2.5"
"lmdb": "3.2.6"
},
"devDependencies": {
"@angular/ssr": "workspace:*",
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 @@ -44,7 +44,7 @@
"ora": "5.4.1",
"picomatch": "4.0.2",
"piscina": "4.8.0",
"postcss": "8.5.1",
"postcss": "8.5.2",
"postcss-loader": "8.1.1",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.1",
Expand All @@ -53,7 +53,7 @@
"semver": "7.7.1",
"source-map-loader": "5.0.0",
"source-map-support": "0.5.21",
"terser": "5.38.1",
"terser": "5.38.2",
"tree-kill": "1.2.2",
"tslib": "2.8.1",
"webpack": "5.97.1",
Expand Down
Loading

0 comments on commit 1355d08

Please sign in to comment.