Skip to content

Commit f1e4ed8

Browse files
clydinalan-agius4
authored andcommitted
build: remove unneeded package resolutions
The package resolutions for `ajv` and `parse5` are no longer needed with the latest package versions.
1 parent 77f21c1 commit f1e4ed8

File tree

2 files changed

+6
-25
lines changed

2 files changed

+6
-25
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@
5858
"packages/schematics/*"
5959
]
6060
},
61-
"resolutions": {
62-
"**/ajv-formats/ajv": "8.12.0",
63-
"@types/parse5-html-rewriting-stream/@types/parse5-sax-parser": "^5.0.2"
64-
},
6561
"devDependencies": {
6662
"@ampproject/remapping": "2.2.1",
6763
"@angular/animations": "16.1.0-next.0",

yarn.lock

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3330,21 +3330,6 @@
33303330
resolved "https://registry.yarnpkg.com/@types/parse-glob/-/parse-glob-3.0.29.tgz#6a40ec7ebd2418ee69ee397e48e42169268a10bf"
33313331
integrity sha512-OFwMPH5eJOhtwR92GMjTNWukaKTdWQC12cBgRvrTQl5CwhruSq6734wi1CTSh5Qjm/pMJWaKOOPKZOp6FpIkXQ==
33323332

3333-
"@types/parse5-sax-parser@^5.0.2":
3334-
version "5.0.2"
3335-
resolved "https://registry.yarnpkg.com/@types/parse5-sax-parser/-/parse5-sax-parser-5.0.2.tgz#4cdca0f8bc0ce71b17e27b96e7ca9b5f79e861ff"
3336-
integrity sha512-EQtGoduLbdMmS4N27g6wcXdCCJ70dWYemfogWuumYg+JmzRqwYvTRAbGOYFortSHtS/qRzRCFwcP3ixy62RsdA==
3337-
dependencies:
3338-
"@types/node" "*"
3339-
"@types/parse5" "*"
3340-
3341-
"@types/parse5@*":
3342-
version "7.0.0"
3343-
resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-7.0.0.tgz#8b412a0a4461c84d6280a372bfa8c57a418a06bd"
3344-
integrity sha512-f2SeAxumolBmhuR62vNGTsSAvdz/Oj0k682xNrcKJ4dmRnTPODB74j6CPoNPzBPTHsu7Y7W7u93Mgp8Ovo8vWw==
3345-
dependencies:
3346-
parse5 "*"
3347-
33483333
"@types/picomatch@^2.3.0":
33493334
version "2.3.0"
33503335
resolved "https://registry.yarnpkg.com/@types/picomatch/-/picomatch-2.3.0.tgz#75db5e75a713c5a83d5b76780c3da84a82806003"
@@ -9327,18 +9312,18 @@ parse5-sax-parser@^7.0.0:
93279312
dependencies:
93289313
parse5 "^7.0.0"
93299314

9330-
parse5@*, parse5@^7.0.0, parse5@^7.1.2:
9315+
parse5@^6.0.1:
9316+
version "6.0.1"
9317+
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
9318+
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
9319+
9320+
parse5@^7.0.0, parse5@^7.1.2:
93319321
version "7.1.2"
93329322
resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.1.2.tgz#0736bebbfd77793823240a23b7fc5e010b7f8e32"
93339323
integrity sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==
93349324
dependencies:
93359325
entities "^4.4.0"
93369326

9337-
parse5@^6.0.1:
9338-
version "6.0.1"
9339-
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
9340-
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
9341-
93429327
parseurl@~1.3.2, parseurl@~1.3.3:
93439328
version "1.3.3"
93449329
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"

0 commit comments

Comments
 (0)