1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-06-21 23:38:39 +00:00

chore(deps-dev): update dependencies

@babel/core                                 ^7.29.0  →   ^7.29.7
 @babel/preset-env                           ^7.29.0  →   ^7.29.7
 @commitlint/cli                             ^20.4.4  →   ^21.0.2
 @commitlint/config-conventional             ^20.4.4  →   ^21.0.2
 @eslint/js                                  ^10.0.0  →   ^10.0.1
 @rollup/plugin-babel                         ^7.0.0  →    ^7.1.0
 concurrently                                 ^9.2.1  →   ^10.0.3
 conventional-changelog-conventionalcommits   ^9.3.0  →    ^9.3.1
 eslint                                      ^10.0.3  →   ^10.5.0
 globals                                     ^17.4.0  →   ^17.6.0
 rollup                                      ^4.59.0  →   ^4.62.2
 semantic-release                            ^25.0.3  →   ^25.0.5
 stylelint                                   ^17.4.0  →  ^17.13.0
This commit is contained in:
Cotes Chung
2026-06-20 21:02:33 +08:00
parent 2db053553b
commit 9ea9dcf930
+13 -13
View File
@@ -30,28 +30,28 @@
"bootstrap": "^5.3.8" "bootstrap": "^5.3.8"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.29.0", "@babel/core": "^7.29.7",
"@babel/plugin-transform-class-properties": "^7.28.6", "@babel/plugin-transform-class-properties": "^7.28.6",
"@babel/plugin-transform-private-methods": "^7.28.6", "@babel/plugin-transform-private-methods": "^7.28.6",
"@babel/preset-env": "^7.29.0", "@babel/preset-env": "^7.29.7",
"@commitlint/cli": "^20.4.4", "@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^20.4.4", "@commitlint/config-conventional": "^21.0.2",
"@eslint/js": "^10.0.0", "@eslint/js": "^10.0.1",
"@rollup/plugin-babel": "^7.0.0", "@rollup/plugin-babel": "^7.1.0",
"@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0", "@rollup/plugin-terser": "^1.0.0",
"@semantic-release/changelog": "^6.0.3", "@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0", "@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1", "@semantic-release/git": "^10.0.1",
"concurrently": "^9.2.1", "concurrently": "^10.0.3",
"conventional-changelog-conventionalcommits": "^9.3.0", "conventional-changelog-conventionalcommits": "^9.3.1",
"eslint": "^10.0.3", "eslint": "^10.5.0",
"globals": "^17.4.0", "globals": "^17.6.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"purgecss": "^8.0.0", "purgecss": "^8.0.0",
"rollup": "^4.59.0", "rollup": "^4.62.2",
"semantic-release": "^25.0.3", "semantic-release": "^25.0.5",
"stylelint": "^17.4.0", "stylelint": "^17.13.0",
"stylelint-config-standard-scss": "^17.0.0" "stylelint-config-standard-scss": "^17.0.0"
}, },
"prettier": { "prettier": {