epfl-elements 4.2.1 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "epfl-elements",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,6 +18,7 @@
18
18
  "test:info": "node scripts/backstop_status.js",
19
19
  "release": "release-it",
20
20
  "lint": "eslint .",
21
+ "stylelint": "stylelint '**/*.scss'",
21
22
  "clean": "rm -rf build/ dist/",
22
23
  "realclean": "rm -rf build/ dist/ node_modules/"
23
24
  },
@@ -179,7 +180,7 @@
179
180
  "@babel/preset-react": "^7.14.5",
180
181
  "babel-loader": "^8.2.2",
181
182
  "backstopjs": "^6.1.3",
182
- "browser-sync": "^2.27.12",
183
+ "browser-sync": "^2.29.1",
183
184
  "browser-sync-webpack-plugin": "^2.3.0",
184
185
  "colorable": "https://github.com/epfl-si/colorable",
185
186
  "copy-webpack-plugin": "^11.0.0",
@@ -197,7 +198,7 @@
197
198
  "node-polyfill-webpack-plugin": "^1.1.4",
198
199
  "npm-run-all": "^4.1.5",
199
200
  "postcss": "^8.2.15",
200
- "postcss-loader": "^6.1.1",
201
+ "postcss-loader": "^7.3.0",
201
202
  "postcss-preset-env": "^6.7.0",
202
203
  "prop-types": "^15.7.2",
203
204
  "rc-tooltip": "^5.1.1",
@@ -221,6 +222,7 @@
221
222
  "stylelint-config-recommended-scss": "^9.0.1",
222
223
  "stylelint-order": "^6.0.3",
223
224
  "stylelint-scss": "^4.5.0",
225
+ "stylelint-webpack-plugin": "^4.1.1",
224
226
  "svg-spritemap-webpack-plugin": "^4.5.0",
225
227
  "twig-html-loader": "^0.1.9",
226
228
  "unminified-webpack-plugin": "^3.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "epfl-elements",
3
- "version": "4.2.1",
3
+ "version": "4.3.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,6 +18,7 @@
18
18
  "test:info": "node scripts/backstop_status.js",
19
19
  "release": "release-it",
20
20
  "lint": "eslint .",
21
+ "stylelint": "stylelint '**/*.scss'",
21
22
  "clean": "rm -rf build/ dist/",
22
23
  "realclean": "rm -rf build/ dist/ node_modules/"
23
24
  },
@@ -179,7 +180,7 @@
179
180
  "@babel/preset-react": "^7.14.5",
180
181
  "babel-loader": "^8.2.2",
181
182
  "backstopjs": "^6.1.3",
182
- "browser-sync": "^2.27.12",
183
+ "browser-sync": "^2.29.1",
183
184
  "browser-sync-webpack-plugin": "^2.3.0",
184
185
  "colorable": "https://github.com/epfl-si/colorable",
185
186
  "copy-webpack-plugin": "^11.0.0",
@@ -197,7 +198,7 @@
197
198
  "node-polyfill-webpack-plugin": "^1.1.4",
198
199
  "npm-run-all": "^4.1.5",
199
200
  "postcss": "^8.2.15",
200
- "postcss-loader": "^6.1.1",
201
+ "postcss-loader": "^7.3.0",
201
202
  "postcss-preset-env": "^6.7.0",
202
203
  "prop-types": "^15.7.2",
203
204
  "rc-tooltip": "^5.1.1",
@@ -217,10 +218,11 @@
217
218
  "sass-loader": "^12.1.0",
218
219
  "style-loader": "^3.0.0",
219
220
  "styled-components": "^5.3.0",
220
- "stylelint": "^15.3.0",
221
+ "stylelint": "^15.10.1",
221
222
  "stylelint-config-recommended-scss": "^9.0.1",
222
223
  "stylelint-order": "^6.0.3",
223
224
  "stylelint-scss": "^4.5.0",
225
+ "stylelint-webpack-plugin": "^4.1.1",
224
226
  "svg-spritemap-webpack-plugin": "^4.5.0",
225
227
  "twig-html-loader": "^0.1.9",
226
228
  "unminified-webpack-plugin": "^3.0.0",