mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-03-29 06:18:13 +00:00
Compare commits
1 Commits
dependabot
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f20ed1c4b1 |
5
.gitignore
vendored
5
.gitignore
vendored
@@ -25,3 +25,8 @@ package-lock.json
|
|||||||
# Misc
|
# Misc
|
||||||
_sass/vendors
|
_sass/vendors
|
||||||
assets/js/dist
|
assets/js/dist
|
||||||
|
|
||||||
|
# Hidden system files
|
||||||
|
*~
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|||||||
14
package.json
14
package.json
@@ -33,10 +33,10 @@
|
|||||||
"@babel/core": "^7.29.0",
|
"@babel/core": "^7.29.0",
|
||||||
"@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.2",
|
"@babel/preset-env": "^7.29.0",
|
||||||
"@commitlint/cli": "^20.5.0",
|
"@commitlint/cli": "^20.4.4",
|
||||||
"@commitlint/config-conventional": "^20.5.0",
|
"@commitlint/config-conventional": "^20.4.4",
|
||||||
"@eslint/js": "^10.0.1",
|
"@eslint/js": "^10.0.0",
|
||||||
"@rollup/plugin-babel": "^7.0.0",
|
"@rollup/plugin-babel": "^7.0.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",
|
||||||
@@ -45,13 +45,13 @@
|
|||||||
"@semantic-release/git": "^10.0.1",
|
"@semantic-release/git": "^10.0.1",
|
||||||
"concurrently": "^9.2.1",
|
"concurrently": "^9.2.1",
|
||||||
"conventional-changelog-conventionalcommits": "^9.3.0",
|
"conventional-changelog-conventionalcommits": "^9.3.0",
|
||||||
"eslint": "^10.1.0",
|
"eslint": "^10.0.3",
|
||||||
"globals": "^17.4.0",
|
"globals": "^17.4.0",
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
"purgecss": "^8.0.0",
|
"purgecss": "^8.0.0",
|
||||||
"rollup": "^4.60.0",
|
"rollup": "^4.59.0",
|
||||||
"semantic-release": "^25.0.3",
|
"semantic-release": "^25.0.3",
|
||||||
"stylelint": "^17.6.0",
|
"stylelint": "^17.4.0",
|
||||||
"stylelint-config-standard-scss": "^17.0.0"
|
"stylelint-config-standard-scss": "^17.0.0"
|
||||||
},
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
|
|||||||
Reference in New Issue
Block a user