We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2d238 commit d420b38Copy full SHA for d420b38
package.json
@@ -21,16 +21,16 @@
21
"fixlint": "npm run test -- --fix"
22
},
23
"devDependencies": {
24
- "@babel/core": "^7.23.5",
+ "@babel/core": "^7.23.7",
25
"@babel/plugin-proposal-class-properties": "^7.18.6",
26
- "@babel/preset-env": "^7.23.5",
+ "@babel/preset-env": "^7.23.7",
27
"@rollup/plugin-babel": "^6.0.4",
28
"@rollup/plugin-terser": "^0.4.4",
29
"rimraf": "^5.0.5",
30
- "rollup": "^4.6.1",
+ "rollup": "^4.9.2",
31
"rollup-plugin-license": "^3.2.0",
32
- "stylelint": "^15.11.0",
33
- "stylelint-config-standard-scss": "^11.1.0"
+ "stylelint": "^16.1.0",
+ "stylelint-config-standard-scss": "^12.0.0"
34
35
"prettier": {
36
"trailingComma": "none"
0 commit comments