Skip to content

Commit

Permalink
chore(project): update rimraf to 3.0.0 (carbon-design-system#5012)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Jan 23, 2020
1 parent bc00519 commit f15f2ac
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"prettier": "^1.19.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rimraf": "^2.6.3",
"rimraf": "^3.0.0",
"stylelint": "^10.0.1"
},
"husky": {
Expand Down
2 changes: 1 addition & 1 deletion packages/colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"core-js": "^3.0.1",
"fs-extra": "^7.0.0",
"node-sass": "^4.11.0",
"rimraf": "^2.6.2"
"rimraf": "^3.0.0"
},
"eyeglass": {
"exports": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/list/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.#{$prefix}--list--ordered {
@include reset;
@include type-style('body-short-01');

list-style: none;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"fs-extra": "^7.0.1",
"klaw-sync": "^6.0.0",
"replace-in-file": "^3.4.2",
"rimraf": "^2.6.2"
"rimraf": "^3.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@carbon/layout": "^10.7.2"
},
"devDependencies": {
"@carbon/bundler": "^10.5.1",
"rimraf": "^2.6.3"
"@carbon/bundler": "^10.5.0",
"rimraf": "^3.0.0"
},
"eyeglass": {
"exports": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/icon-build-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"rimraf": "^2.6.2",
"rimraf": "^3.0.0",
"rollup": "^1.15.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-replace": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/icon-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"clean": "rimraf es lib umd"
},
"devDependencies": {
"@carbon/bundler": "^10.5.1",
"rimraf": "^2.6.2"
"@carbon/bundler": "^10.5.0",
"rimraf": "^3.0.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/icons-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@carbon/icons": "^10.8.1",
"fs-extra": "^7.0.1",
"prettier": "^1.19.1",
"rimraf": "^2.6.2",
"rimraf": "^3.0.0",
"rollup": "^1.15.1",
"vue": "^2.6.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@carbon/scss-generator": "^10.5.1",
"@carbon/test-utils": "^10.6.1",
"core-js": "^3.4.0",
"rimraf": "^2.6.2"
"rimraf": "^3.0.0"
},
"eyeglass": {
"exports": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"clean": "rimraf es lib umd"
},
"devDependencies": {
"@carbon/bundler": "^10.5.1",
"rimraf": "^2.6.2"
"@carbon/bundler": "^10.5.0",
"rimraf": "^3.0.0"
},
"eyeglass": {
"exports": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/sketch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"cross-env": "^5.2.0",
"rimraf": "^2.6.3"
"rimraf": "^3.0.0"
},
"skpm": {
"name": "Carbon Elements",
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"fs-extra": "^7.0.1",
"js-yaml": "^3.13.0",
"node-sass": "^4.11.0",
"rimraf": "^2.6.3"
"rimraf": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@carbon/bundler": "^10.5.1",
"@carbon/test-utils": "^10.6.1",
"change-case": "^3.1.0",
"rimraf": "^2.6.2"
"rimraf": "^3.0.0"
},
"eyeglass": {
"exports": false,
Expand Down

0 comments on commit f15f2ac

Please sign in to comment.