1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

chore: upgrade dependencies to the latest version (#2409)

This commit is contained in:
Cotes Chung 2025-05-18 21:14:56 +08:00 committed by GitHub
parent d0f8f9553e
commit 519e4f193a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 16 deletions

View File

@ -70,7 +70,7 @@
<!-- Bootstrap --> <!-- Bootstrap -->
{% unless jekyll.environment == 'production' %} {% unless jekyll.environment == 'production' %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css">
{% endunless %} {% endunless %}
<!-- Theme style --> <!-- Theme style -->

@ -1 +1 @@
Subproject commit b9e18a1510e3be5de250ed34205da318b76474e0 Subproject commit 02f4ada65dc75197654c3265a37a6f5fbc39f17c

View File

@ -25,29 +25,29 @@
}, },
"dependencies": { "dependencies": {
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3" "bootstrap": "^5.3.6"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.26.0", "@babel/core": "^7.27.1",
"@babel/plugin-transform-class-properties": "^7.25.9", "@babel/plugin-transform-class-properties": "^7.27.1",
"@babel/plugin-transform-private-methods": "^7.25.9", "@babel/plugin-transform-private-methods": "^7.27.1",
"@babel/preset-env": "^7.26.0", "@babel/preset-env": "^7.27.2",
"@commitlint/cli": "^19.6.0", "@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.6.0", "@commitlint/config-conventional": "^19.8.1",
"@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-terser": "^0.4.4",
"@semantic-release/changelog": "^6.0.3", "@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3", "@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1", "@semantic-release/git": "^10.0.1",
"concurrently": "^9.1.0", "concurrently": "^9.1.2",
"conventional-changelog-conventionalcommits": "^8.0.0", "conventional-changelog-conventionalcommits": "^8.0.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"purgecss": "^7.0.2", "purgecss": "^7.0.2",
"rollup": "^4.27.4", "rollup": "^4.41.0",
"semantic-release": "^24.2.0", "semantic-release": "^24.2.4",
"stylelint": "^16.10.0", "stylelint": "^16.19.1",
"stylelint-config-standard-scss": "^13.1.0" "stylelint-config-standard-scss": "^15.0.1"
}, },
"prettier": { "prettier": {
"trailingComma": "none" "trailingComma": "none"