Skip to content

Commit e02fcbf

Browse files
committed
deps: use latest rimraf (#110)
1 parent 17989cb commit e02fcbf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/generators/building-rollup-ts/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@web/rollup-plugin-import-meta-assets": "^2.2.1",
1313
"babel-plugin-template-html-minifier": "^4.1.0",
1414
"deepmerge": "^4.3.1",
15-
"rimraf": "^3.0.2",
15+
"rimraf": "^5.0.7",
1616
"rollup-plugin-esbuild": "^6.1.1",
1717
"rollup-plugin-workbox": "^8.1.0",
1818
"rollup": "^4.18.0"

src/generators/building-rollup/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@web/rollup-plugin-import-meta-assets": "^2.2.1",
1313
"babel-plugin-template-html-minifier": "^4.1.0",
1414
"deepmerge": "^4.3.1",
15-
"rimraf": "^3.0.2",
15+
"rimraf": "^5.0.7",
1616
"rollup-plugin-esbuild": "^6.1.1",
1717
"rollup-plugin-workbox": "^8.1.0",
1818
"rollup": "^4.18.0"

test/snapshots/fully-loaded-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"husky": "^9.0.11",
4242
"lint-staged": "^15.2.5",
4343
"prettier": "^3.2.5",
44-
"rimraf": "^3.0.2",
44+
"rimraf": "^5.0.7",
4545
"rollup": "^4.18.0",
4646
"rollup-plugin-esbuild": "^6.1.1",
4747
"rollup-plugin-workbox": "^8.1.0"

0 commit comments

Comments
 (0)