Skip to content

Commit c919924

Browse files
author
Andrea Aramini, INI-MBM-BNC (EXT)
committed
🩹 adhesive-bandage: move husky dep
1 parent ea70ef6 commit c919924

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

package-lock.json

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"axios": "^1.6.8",
2424
"dateformat": "^5.0.3",
2525
"framer-motion": "^11.0.8",
26-
"husky": "^9.0.11",
2726
"next": "14.1.4",
2827
"noisejs": "^2.1.0",
2928
"react": "^18",
@@ -40,23 +39,24 @@
4039
"@semantic-release/npm": "^12.0.0",
4140
"@semantic-release/release-notes-generator": "^13.0.0",
4241
"autoprefixer": "^10.0.1",
42+
"aws-cdk-lib": "2.132.1",
4343
"commitizen": "^4.3.0",
4444
"commitlint": "^19.2.0",
4545
"commitlint-config-gitmoji": "^2.3.1",
46+
"constructs": "10.3.0",
4647
"conventional-changelog-gitmoji-config": "^1.5.2",
4748
"cz-conventional-changelog": "^3.3.0",
4849
"cz-gitmoji-adapter": "^2.0.0",
4950
"eslint": "^8",
5051
"eslint-config-next": "14.1.4",
52+
"husky": "^9.0.11",
5153
"lint-staged": "^15.2.2",
5254
"postcss": "^8",
5355
"prettier": "3.2.5",
5456
"semantic-release-config-gitmoji": "^1.5.3",
5557
"semantic-release-gitmoji": "^1.6.5",
56-
"tailwindcss": "^3.3.0",
5758
"sst": "^2.41.4",
58-
"aws-cdk-lib": "2.132.1",
59-
"constructs": "10.3.0"
59+
"tailwindcss": "^3.3.0"
6060
},
6161
"config": {
6262
"commitizen": {

0 commit comments

Comments
 (0)