1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Downgrade rimraf to v4

This commit is contained in:
Bogdan
2023-05-07 21:10:51 +03:00
committed by Mark McDowall
parent 76f93c8415
commit fbf79c6639
2 changed files with 85 additions and 141 deletions
+1 -4
View File
@@ -134,7 +134,7 @@
"postcss-url": "10.1.3",
"prettier": "2.8.8",
"require-nocache": "1.0.0",
"rimraf": "5.0.0",
"rimraf": "4.4.1",
"style-loader": "3.3.1",
"stylelint": "15.6.0",
"stylelint-order": "6.0.3",
@@ -147,9 +147,6 @@
"webpack-livereload-plugin": "3.0.2",
"worker-loader": "3.0.8"
},
"resolutions": {
"string-width": "4.2.3"
},
"volta": {
"node": "16.17.0",
"yarn": "1.22.19"