Skip to content

Commit

Permalink
chore(deps): update dependency rimraf to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent e24b0c4 commit fe7e272
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 45 deletions.
2 changes: 1 addition & 1 deletion packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint-plugin-react": "7.34.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "5.0.7",
"rimraf": "6.0.1",
"typescript": "*"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"cypress-storybook": "1.0.0",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.3",
"rimraf": "5.0.7",
"rimraf": "6.0.1",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.77.6",
"ts-jest": "29.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"raw-loader": "4.0.2",
"rimraf": "5.0.7",
"rimraf": "6.0.1",
"sass": "1.77.6",
"sockjs": "0.3.24",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"react-syntax-highlighter": "15.5.0",
"rehype-autolink-headings": "^7.1.0",
"remark-autolink-headings": "7.0.1",
"rimraf": "5.0.7",
"rimraf": "6.0.1",
"sass": "1.77.6",
"storybook": "8.1.11",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/internet-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"globby": "14.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"rimraf": "5.0.7",
"rimraf": "6.0.1",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-scss": "4.0.0",
"rollup-plugin-visualizer": "5.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/intranet-header-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"ng-packagr": "17.3.0",
"rimraf": "5.0.7",
"rimraf": "6.0.1",
"typescript": "5.3.3"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@typescript-eslint/parser": "5.62.0",
"copyfiles": "2.4.1",
"eslint": "8.57.0",
"rimraf": "5.0.7"
"rimraf": "6.0.1"
},
"schematics": "./dist/migrations.json",
"ng-update": {
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"postcss": "8.4.39",
"postcss-scss": "4.0.9",
"prettier": "3.3.2",
"rimraf": "5.0.7",
"rimraf": "6.0.1",
"sass": "1.77.6",
"stylelint": "16.6.1",
"stylelint-config-sass-guidelines": "11.1.0",
Expand Down
109 changes: 72 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe7e272

Please sign in to comment.