Skip to content

Commit 8435677

Browse files
committed
Major devDependencies upgrades: css-related + sinon
css-loader 3.6.0 ❯ 5.2.4 mini-css-extract-plugin 0.9.0 ❯ 1.6.0 node-sass 4.14.1 ❯ 5.0.0 sinon 9.2.4 ❯ 10.0. style-loader 1.3.0 ❯ 2.0.0
1 parent 1010a82 commit 8435677

File tree

2 files changed

+101
-211
lines changed

2 files changed

+101
-211
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"chai-as-promised": "^7.1.1",
6464
"codecov": "^3.8.1",
6565
"conventional-changelog-ember": "^2.0.9",
66-
"css-loader": "^3.4.2",
66+
"css-loader": "^5.2.4",
6767
"eslint": "^7.25.0",
6868
"eslint-config-airbnb": "^18.2.1",
6969
"eslint-config-airbnb-base": "^14.2.1",
@@ -72,9 +72,9 @@
7272
"eslint-plugin-jsx-a11y": "^6.4.1",
7373
"eslint-plugin-react": "^7.23.2",
7474
"faucet": "^0.0.1",
75-
"mini-css-extract-plugin": "^0.9.0",
75+
"mini-css-extract-plugin": "^1.6.0",
7676
"mockserver": "^3.0.0",
77-
"node-sass": "^4.12.0",
77+
"node-sass": "^5.0.0",
7878
"nodemon": "^2.0.7",
7979
"nyc": "^15.0.0",
8080
"optimize-css-assets-webpack-plugin": "^5.0.4",
@@ -84,9 +84,9 @@
8484
"react-dom": "^16.8.6",
8585
"sass-loader": "^9.0.2",
8686
"semantic-release": "^17.4.2",
87-
"sinon": "^9.0.2",
87+
"sinon": "^10.0.0",
8888
"sinon-chai": "^3.6.0",
89-
"style-loader": "^1.1.3",
89+
"style-loader": "^2.0.0",
9090
"tap-xunit": "^2.4.1",
9191
"webpack": "^4.33.0",
9292
"webpack-cli": "^3.3.3",

0 commit comments

Comments
 (0)