We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56afa2 commit 0abf4d8Copy full SHA for 0abf4d8
package.json
@@ -21,15 +21,15 @@
21
"fixlint": "npm run test -- --fix"
22
},
23
"devDependencies": {
24
- "@babel/core": "^7.23.0",
+ "@babel/core": "^7.23.2",
25
"@babel/plugin-proposal-class-properties": "^7.18.6",
26
- "@babel/preset-env": "^7.22.20",
27
- "@rollup/plugin-babel": "^6.0.3",
28
- "@rollup/plugin-terser": "^0.4.3",
+ "@babel/preset-env": "^7.23.2",
+ "@rollup/plugin-babel": "^6.0.4",
+ "@rollup/plugin-terser": "^0.4.4",
29
"rimraf": "^5.0.5",
30
- "rollup": "^3.29.4",
31
- "rollup-plugin-license": "^3.1.0",
32
- "stylelint": "^15.10.3",
+ "rollup": "^4.2.0",
+ "rollup-plugin-license": "^3.2.0",
+ "stylelint": "^15.11.0",
33
"stylelint-config-standard-scss": "^11.0.0"
34
}
35
0 commit comments