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 authored and alan-agius4 committed Dec 8, 2021
1 parent b04cdc3 commit 96c244f
Show file tree
Hide file tree
Showing 6 changed files with 233 additions and 190 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
]
},
"resolutions": {
"**/@types/copy-webpack-plugin/webpack": "5.64.4",
"**/@types/webpack-dev-server/webpack": "5.64.4",
"**/@types/copy-webpack-plugin/webpack": "5.65.0",
"**/@types/webpack-dev-server/webpack": "5.65.0",
"ajv-formats/ajv": "8.8.2"
},
"devDependencies": {
Expand Down Expand Up @@ -89,11 +89,11 @@
"@babel/runtime": "7.16.3",
"@babel/template": "7.16.0",
"@bazel/bazelisk": "1.10.1",
"@bazel/buildifier": "4.2.3",
"@bazel/buildifier": "4.2.4",
"@bazel/jasmine": "4.4.6",
"@bazel/typescript": "4.4.6",
"@discoveryjs/json-ext": "0.5.6",
"@types/babel__core": "7.1.16",
"@types/babel__core": "7.1.17",
"@types/babel__template": "7.4.1",
"@types/cacache": "^15.0.0",
"@types/copy-webpack-plugin": "^8.0.0",
Expand All @@ -120,8 +120,8 @@
"@types/text-table": "^0.2.1",
"@types/uuid": "^8.0.0",
"@types/webpack-dev-server": "^4.5.0",
"@typescript-eslint/eslint-plugin": "5.5.0",
"@typescript-eslint/parser": "5.5.0",
"@typescript-eslint/eslint-plugin": "5.6.0",
"@typescript-eslint/parser": "5.6.0",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "8.8.2",
"ajv-formats": "2.1.1",
Expand All @@ -136,13 +136,13 @@
"common-tags": "^1.8.0",
"conventional-commits-parser": "^3.0.0",
"copy-webpack-plugin": "10.0.0",
"core-js": "3.19.2",
"core-js": "3.19.3",
"critters": "0.0.15",
"css-loader": "6.5.1",
"debug": "^4.1.1",
"esbuild": "0.14.1",
"esbuild-wasm": "0.14.1",
"eslint": "8.3.0",
"esbuild": "0.14.2",
"esbuild-wasm": "0.14.2",
"eslint": "8.4.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.25.3",
Expand Down Expand Up @@ -200,7 +200,7 @@
"resolve-url-loader": "4.0.0",
"rxjs": "6.6.7",
"sass": "1.44.0",
"sass-loader": "12.3.0",
"sass-loader": "12.4.0",
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz",
"semver": "7.3.5",
"shelljs": "^0.8.4",
Expand All @@ -221,7 +221,7 @@
"typescript": "4.5.2",
"verdaccio": "5.2.2",
"verdaccio-auth-memory": "^10.0.0",
"webpack": "5.64.4",
"webpack": "5.65.0",
"webpack-dev-middleware": "5.2.2",
"webpack-dev-server": "4.6.0",
"webpack-merge": "5.8.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"cacache": "15.3.0",
"circular-dependency-plugin": "5.2.2",
"copy-webpack-plugin": "10.0.0",
"core-js": "3.19.2",
"core-js": "3.19.3",
"critters": "0.0.15",
"css-loader": "6.5.1",
"esbuild-wasm": "0.14.1",
"esbuild-wasm": "0.14.2",
"glob": "7.2.0",
"https-proxy-agent": "5.0.0",
"inquirer": "8.2.0",
Expand All @@ -55,7 +55,7 @@
"resolve-url-loader": "4.0.0",
"rxjs": "6.6.7",
"sass": "1.44.0",
"sass-loader": "12.3.0",
"sass-loader": "12.4.0",
"semver": "7.3.5",
"source-map-loader": "3.0.0",
"source-map-support": "0.5.21",
Expand All @@ -65,14 +65,14 @@
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"tslib": "2.3.1",
"webpack": "5.64.4",
"webpack": "5.65.0",
"webpack-dev-middleware": "5.2.2",
"webpack-dev-server": "4.6.0",
"webpack-merge": "5.8.0",
"webpack-subresource-integrity": "5.0.0"
},
"optionalDependencies": {
"esbuild": "0.14.1"
"esbuild": "0.14.2"
},
"peerDependencies": {
"@angular/compiler-cli": "^13.0.0 || ^13.1.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.64.4"
"webpack": "5.65.0"
}
}
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.64.4"
"webpack": "5.65.0"
},
"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.1.0-next.3",
"@angular/compiler-cli": "13.1.0-next.3",
"typescript": "4.5.2",
"webpack": "5.64.4"
"webpack": "5.65.0"
}
}
Loading

0 comments on commit 96c244f

Please sign in to comment.