Skip to content

Commit f74a79f

Browse files
committed
refactor(@angular-devkit/core): remove no longer needed fast-json-stable-stringify dependency
This dependency is no longer needed.
1 parent c0eb926 commit f74a79f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@
143143
"eslint-plugin-header": "3.1.1",
144144
"eslint-plugin-import": "2.26.0",
145145
"express": "4.17.3",
146-
"fast-json-stable-stringify": "2.1.0",
147146
"font-awesome": "^4.7.0",
148147
"glob": "8.0.1",
149148
"http-proxy": "^1.18.1",

packages/angular_devkit/core/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ ts_library(
3838
"@npm//@types/node",
3939
"@npm//ajv",
4040
"@npm//ajv-formats",
41-
"@npm//fast-json-stable-stringify",
4241
"@npm//jsonc-parser",
4342
"@npm//rxjs",
4443
"@npm//source-map", # @external

packages/angular_devkit/core/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"dependencies": {
1111
"ajv-formats": "2.1.1",
1212
"ajv": "8.11.0",
13-
"fast-json-stable-stringify": "2.1.0",
1413
"jsonc-parser": "3.0.0",
1514
"rxjs": "6.6.7",
1615
"source-map": "0.7.3"

0 commit comments

Comments
 (0)