|
30 | 30 | "bootstrap": "^5.3.8" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@babel/core": "^7.28.4", |
34 | | - "@babel/plugin-transform-class-properties": "^7.27.1", |
35 | | - "@babel/plugin-transform-private-methods": "^7.27.1", |
36 | | - "@babel/preset-env": "^7.28.3", |
37 | | - "@commitlint/cli": "^20.1.0", |
38 | | - "@commitlint/config-conventional": "^20.0.0", |
39 | | - "@rollup/plugin-babel": "^6.1.0", |
| 33 | + "@babel/core": "^7.29.0", |
| 34 | + "@babel/plugin-transform-class-properties": "^7.28.6", |
| 35 | + "@babel/plugin-transform-private-methods": "^7.28.6", |
| 36 | + "@babel/preset-env": "^7.29.0", |
| 37 | + "@commitlint/cli": "^20.4.4", |
| 38 | + "@commitlint/config-conventional": "^20.4.4", |
| 39 | + "@rollup/plugin-babel": "^7.0.0", |
40 | 40 | "@rollup/plugin-node-resolve": "^16.0.3", |
41 | | - "@rollup/plugin-terser": "^0.4.4", |
| 41 | + "@rollup/plugin-terser": "^1.0.0", |
42 | 42 | "@semantic-release/changelog": "^6.0.3", |
43 | 43 | "@semantic-release/exec": "^7.1.0", |
44 | 44 | "@semantic-release/git": "^10.0.1", |
45 | 45 | "concurrently": "^9.2.1", |
46 | | - "conventional-changelog-conventionalcommits": "^9.1.0", |
47 | | - "eslint": "^9.38.0", |
48 | | - "globals": "^16.4.0", |
| 46 | + "conventional-changelog-conventionalcommits": "^9.3.0", |
| 47 | + "eslint": "^10.0.3", |
| 48 | + "globals": "^17.4.0", |
49 | 49 | "husky": "^9.1.7", |
50 | | - "purgecss": "^7.0.2", |
51 | | - "rollup": "^4.52.5", |
52 | | - "semantic-release": "^25.0.1", |
53 | | - "stylelint": "^16.25.0", |
54 | | - "stylelint-config-standard-scss": "^16.0.0" |
| 50 | + "purgecss": "^8.0.0", |
| 51 | + "rollup": "^4.59.0", |
| 52 | + "semantic-release": "^25.0.3", |
| 53 | + "stylelint": "^17.4.0", |
| 54 | + "stylelint-config-standard-scss": "^17.0.0" |
55 | 55 | }, |
56 | 56 | "prettier": { |
57 | 57 | "trailingComma": "none" |
|
0 commit comments