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
renovate-bot committed Oct 5, 2021
1 parent c9b26c4 commit 0b6929e
Show file tree
Hide file tree
Showing 6 changed files with 216 additions and 78 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
]
},
"resolutions": {
"**/@types/copy-webpack-plugin/webpack": "5.55.1",
"**/@types/copy-webpack-plugin/webpack": "5.57.1",
"ajv-formats/ajv": "8.6.3"
},
"devDependencies": {
Expand Down Expand Up @@ -122,8 +122,8 @@
"@types/text-table": "^0.2.1",
"@types/uuid": "^8.0.0",
"@types/webpack-dev-server": "^4.0.3",
"@typescript-eslint/eslint-plugin": "4.32.0",
"@typescript-eslint/parser": "4.32.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "8.6.3",
"ajv-formats": "2.1.1",
Expand All @@ -137,12 +137,12 @@
"common-tags": "^1.8.0",
"conventional-commits-parser": "^3.0.0",
"copy-webpack-plugin": "9.0.1",
"core-js": "3.18.1",
"core-js": "3.18.2",
"critters": "0.0.10",
"css-loader": "6.3.0",
"debug": "^4.1.1",
"esbuild": "0.13.3",
"esbuild-wasm": "0.13.3",
"esbuild": "0.13.4",
"esbuild-wasm": "0.13.4",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-header": "3.1.1",
Expand All @@ -169,7 +169,7 @@
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"karma-source-map-support": "1.4.0",
"less": "4.1.1",
"less": "4.1.2",
"less-loader": "10.0.1",
"license-checker": "^25.0.0",
"license-webpack-plugin": "2.3.21",
Expand All @@ -188,7 +188,7 @@
"pidusage": "^2.0.17",
"piscina": "3.1.0",
"popper.js": "^1.14.1",
"postcss": "8.3.8",
"postcss": "8.3.9",
"postcss-import": "14.0.2",
"postcss-loader": "6.1.1",
"postcss-preset-env": "6.7.0",
Expand Down Expand Up @@ -221,9 +221,9 @@
"typescript": "4.4.3",
"verdaccio": "5.1.6",
"verdaccio-auth-memory": "^10.0.0",
"webpack": "5.55.1",
"webpack": "5.57.1",
"webpack-dev-middleware": "5.2.1",
"webpack-dev-server": "4.3.0",
"webpack-dev-server": "4.3.1",
"webpack-merge": "5.8.0",
"webpack-subresource-integrity": "5.0.0",
"zone.js": "^0.11.3"
Expand Down
14 changes: 7 additions & 7 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"caniuse-lite": "^1.0.30001032",
"circular-dependency-plugin": "5.2.2",
"copy-webpack-plugin": "9.0.1",
"core-js": "3.18.1",
"core-js": "3.18.2",
"critters": "0.0.10",
"css-loader": "6.3.0",
"esbuild-wasm": "0.13.3",
"esbuild-wasm": "0.13.4",
"find-cache-dir": "3.3.2",
"glob": "7.2.0",
"https-proxy-agent": "5.0.0",
"inquirer": "8.1.5",
"karma-source-map-support": "1.4.0",
"less": "4.1.1",
"less": "4.1.2",
"less-loader": "10.0.1",
"license-webpack-plugin": "2.3.21",
"loader-utils": "2.0.0",
Expand All @@ -48,7 +48,7 @@
"ora": "5.4.1",
"parse5-html-rewriting-stream": "6.0.1",
"piscina": "3.1.0",
"postcss": "8.3.8",
"postcss": "8.3.9",
"postcss-import": "14.0.2",
"postcss-loader": "6.1.1",
"postcss-preset-env": "6.7.0",
Expand All @@ -66,14 +66,14 @@
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"tslib": "2.3.1",
"webpack": "5.55.1",
"webpack": "5.57.1",
"webpack-dev-middleware": "5.2.1",
"webpack-dev-server": "4.3.0",
"webpack-dev-server": "4.3.1",
"webpack-merge": "5.8.0",
"webpack-subresource-integrity": "5.0.0"
},
"optionalDependencies": {
"esbuild": "0.13.3"
"esbuild": "0.13.4"
},
"peerDependencies": {
"@angular/compiler-cli": "^13.0.0 || ^13.0.0-next",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
}
},
"devDependencies": {
"webpack": "5.55.1"
"webpack": "5.57.1"
}
}
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@angular-devkit/core": "0.0.0",
"node-fetch": "2.6.1",
"webpack": "5.55.1"
"webpack": "5.57.1"
},
"peerDependencies": {
"webpack": "^5.30.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@angular/compiler": "13.0.0-next.11",
"@angular/compiler-cli": "13.0.0-next.11",
"typescript": "4.4.3",
"webpack": "5.55.1"
"webpack": "5.57.1"
}
}
Loading

0 comments on commit 0b6929e

Please sign in to comment.