mirror of https://github.com/lxndrblz/anatole.git

Andreas Deininger
16.50.2024 d8c5dedf28e2ac49c37128172f9bc09216039579
Bump npm dependencies (#522)

Co-authored-by: Alexander Bilz <mail@alexbilz.com>
3 files modified
4812 ■■■■■ changed files
.husky/commit-msg 3 ●●●●● patch | view | raw | blame | history
package-lock.json 4792 ●●●●● patch | view | raw | blame | history
package.json 17 ●●●● patch | view | raw | blame | history
.husky/commit-msg
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no-install commitlint --edit $1
package-lock.json
Diff too large
package.json
@@ -6,9 +6,10 @@
    "build": "hugo --themesDir=../.. --source=exampleSite && shx rm -rf ./resources && shx cp -r ./exampleSite/resources ./resources && shx echo Done building resources.",
    "dev": "hugo serve --themesDir=../.. --source=exampleSite",
    "prettier": "npx prettier --write .",
    "prepare": "husky install",
    "prepare": "husky init",
    "release": "release-it",
    "setup": "npm install && npm run prepare"
    "setup": "npm install && npm run prepare",
    "test": ""
  },
  "repository": {
    "type": "git",
@@ -27,13 +28,13 @@
  },
  "homepage": "https://github.com/lxndrblz/anatole#readme",
  "devDependencies": {
    "@commitlint/cli": "^19.2.1",
    "@commitlint/config-conventional": "^19.1.0",
    "@release-it/conventional-changelog": "^8.0.1",
    "husky": "^9.0.11",
    "prettier": "^3.2.5",
    "@commitlint/cli": "^19.5.0",
    "@commitlint/config-conventional": "^19.5.0",
    "@release-it/conventional-changelog": "^8.0.2",
    "husky": "^9.1.6",
    "prettier": "^3.3.3",
    "prettier-plugin-go-template": "^0.0.15",
    "release-it": "^17.1.1",
    "release-it": "^17.6.0",
    "shx": "^0.3.4"
  }
}