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 clydin committed Jul 24, 2023
1 parent 3d9041c commit 0c30236
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 149 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ yarn_install(

http_archive(
name = "aspect_bazel_lib",
sha256 = "e3151d87910f69cf1fc88755392d7c878034a69d6499b287bcfc00b1cf9bb415",
strip_prefix = "bazel-lib-1.32.1",
url = "https://github.com/aspect-build/bazel-lib/archive/v1.32.1.tar.gz",
sha256 = "d488d8ecca98a4042442a4ae5f1ab0b614f896c0ebf6e3eafff363bcc51c6e62",
strip_prefix = "bazel-lib-1.33.0",
url = "https://github.com/aspect-build/bazel-lib/archive/v1.33.0.tar.gz",
)

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@
"critters": "0.0.19",
"css-loader": "6.8.1",
"debug": "^4.1.1",
"esbuild": "0.18.14",
"esbuild-wasm": "0.18.14",
"esbuild": "0.18.16",
"esbuild-wasm": "0.18.16",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.27.5",
"express": "4.18.2",
"fast-glob": "3.3.0",
"fast-glob": "3.3.1",
"guess-parser": "0.4.22",
"http-proxy": "^1.18.1",
"https-proxy-agent": "5.0.1",
Expand Down Expand Up @@ -177,15 +177,15 @@
"picomatch": "2.3.1",
"piscina": "4.0.0",
"popper.js": "^1.14.1",
"postcss": "8.4.26",
"postcss": "8.4.27",
"postcss-loader": "7.3.3",
"prettier": "^3.0.0",
"protractor": "~7.0.0",
"puppeteer": "18.2.1",
"quicktype-core": "23.0.59",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.1",
"sass": "1.63.6",
"sass": "1.64.1",
"sass-loader": "13.3.2",
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.9.1-linux.tar.gz",
"semver": "7.5.4",
Expand All @@ -196,15 +196,15 @@
"spdx-satisfies": "^5.0.0",
"symbol-observable": "4.0.0",
"tar": "^6.1.6",
"terser": "5.19.1",
"terser": "5.19.2",
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"ts-node": "^10.9.1",
"tslib": "2.6.0",
"typescript": "5.1.6",
"verdaccio": "5.26.0",
"verdaccio": "5.26.1",
"verdaccio-auth-memory": "^10.0.0",
"vite": "4.4.4",
"vite": "4.4.7",
"webpack": "5.88.2",
"webpack-dev-middleware": "6.1.1",
"webpack-dev-server": "4.15.1",
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 @@ -32,8 +32,8 @@
"copy-webpack-plugin": "11.0.0",
"critters": "0.0.19",
"css-loader": "6.8.1",
"esbuild-wasm": "0.18.14",
"fast-glob": "3.3.0",
"esbuild-wasm": "0.18.16",
"fast-glob": "3.3.1",
"guess-parser": "0.4.22",
"https-proxy-agent": "5.0.1",
"inquirer": "8.2.4",
Expand All @@ -51,28 +51,28 @@
"parse5-html-rewriting-stream": "7.0.0",
"picomatch": "2.3.1",
"piscina": "4.0.0",
"postcss": "8.4.26",
"postcss": "8.4.27",
"postcss-loader": "7.3.3",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.1",
"sass": "1.63.6",
"sass": "1.64.1",
"sass-loader": "13.3.2",
"semver": "7.5.4",
"source-map-loader": "4.0.1",
"source-map-support": "0.5.21",
"terser": "5.19.1",
"terser": "5.19.2",
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"tslib": "2.6.0",
"vite": "4.4.4",
"vite": "4.4.7",
"webpack": "5.88.2",
"webpack-dev-middleware": "6.1.1",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.9.0",
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.18.14"
"esbuild": "0.18.16"
},
"peerDependencies": {
"@angular/compiler-cli": "^16.0.0 || ^16.2.0-next.0",
Expand Down
Loading

0 comments on commit 0c30236

Please sign in to comment.