We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fec411 commit bf199d7Copy full SHA for bf199d7
package.json
@@ -21,15 +21,15 @@
21
"fixlint": "npm run test -- --fix"
22
},
23
"devDependencies": {
24
- "@babel/core": "^7.21.0",
+ "@babel/core": "^7.21.3",
25
"@babel/plugin-proposal-class-properties": "^7.18.6",
26
"@babel/preset-env": "^7.20.2",
27
"@rollup/plugin-babel": "^6.0.3",
28
"@rollup/plugin-terser": "^0.4.0",
29
- "rimraf": "^4.4.0",
30
- "rollup": "^3.19.1",
+ "rimraf": "^4.4.1",
+ "rollup": "^3.20.2",
31
"rollup-plugin-license": "^3.0.1",
32
- "stylelint": "^15.2.0",
+ "stylelint": "^15.3.0",
33
"stylelint-config-standard-scss": "^7.0.1"
34
}
35
0 commit comments