Skip to content

Commit

Permalink
⬆️ Oppgraderer prettier og husky
Browse files Browse the repository at this point in the history
  • Loading branch information
steoiv committed Oct 21, 2024
1 parent ba91fac commit 1fe2675
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-plugin-jest": "^28.6.0",
"husky": "^9.0.11",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"json-diff": "^1.0.6",
"lint-staged": "^15.2.7",
"patch-package": "^8.0.0",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"uuid": "^10.0.0"
},
Expand Down
23 changes: 7 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2514,7 +2514,7 @@ __metadata:
eslint-config-next: "npm:^14.2.4"
eslint-plugin-jest: "npm:^28.6.0"
html-react-parser: "npm:^5.1.10"
husky: "npm:^9.0.11"
husky: "npm:^9.1.6"
jest: "npm:^29.7.0"
jest-axe: "npm:^9.0.0"
jest-environment-jsdom: "npm:^29.7.0"
Expand All @@ -2525,7 +2525,7 @@ __metadata:
next: "npm:^14.2.4"
node-cache: "npm:^5.1.2"
patch-package: "npm:^8.0.0"
prettier: "npm:^3.3.2"
prettier: "npm:^3.3.3"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react-intl: "npm:^6.6.8"
Expand Down Expand Up @@ -5205,12 +5205,12 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^9.0.11":
version: 9.0.11
resolution: "husky@npm:9.0.11"
"husky@npm:^9.1.6":
version: 9.1.6
resolution: "husky@npm:9.1.6"
bin:
husky: bin.mjs
checksum: 10c0/2c787dcf74a837fc9a4fea7da907509d4bd9a289f4ea10ecc9d86279e4d4542b0f5f6443a619bccae19e265f2677172cc2b86aae5c932a35a330cc227d914605
husky: bin.js
checksum: 10c0/705673db4a247c1febd9c5df5f6a3519106cf0335845027bb50a15fba9b1f542cb2610932ede96fd08008f6d9f49db0f15560509861808b0031cdc0e7c798bac
languageName: node
linkType: hard

Expand Down Expand Up @@ -7714,15 +7714,6 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.3.2":
version: 3.3.2
resolution: "prettier@npm:3.3.2"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/39ed27d17f0238da6dd6571d63026566bd790d3d0edac57c285fbab525982060c8f1e01955fe38134ab10f0951a6076da37f015db8173c02f14bc7f0803a384c
languageName: node
linkType: hard

"prettier@npm:^3.3.3":
version: 3.3.3
resolution: "prettier@npm:3.3.3"
Expand Down

0 comments on commit 1fe2675

Please sign in to comment.