We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c4166 commit 2a7b56bCopy full SHA for 2a7b56b
package.json
@@ -21,16 +21,16 @@
21
"fixlint": "npm run test -- --fix"
22
},
23
"devDependencies": {
24
- "@babel/core": "^7.23.9",
+ "@babel/core": "^7.24.0",
25
"@babel/plugin-transform-class-properties": "^7.23.3",
26
- "@babel/preset-env": "^7.23.9",
27
- "@commitlint/cli": "^18.6.1",
28
- "@commitlint/config-conventional": "^18.6.2",
+ "@babel/preset-env": "^7.24.0",
+ "@commitlint/cli": "^19.0.3",
+ "@commitlint/config-conventional": "^19.0.3",
29
"@rollup/plugin-babel": "^6.0.4",
30
"@rollup/plugin-terser": "^0.4.4",
31
"husky": "^9.0.11",
32
"rimraf": "^5.0.5",
33
- "rollup": "^4.10.0",
+ "rollup": "^4.12.0",
34
"rollup-plugin-license": "^3.2.0",
35
"stylelint": "^16.2.1",
36
"stylelint-config-standard-scss": "^13.0.0"
0 commit comments