Skip to content

Commit cc7d244

Browse files
committed
chore(deps): skippertak-bump
1 parent 8794954 commit cc7d244

File tree

3 files changed

+1896
-2317
lines changed

3 files changed

+1896
-2317
lines changed

package.json

+40-40
Original file line numberDiff line numberDiff line change
@@ -18,57 +18,57 @@
1818
"prisma:migrate": "prisma migrate deploy",
1919
"prisma:migrate-dev": "prisma migrate dev",
2020
"prisma:seed": "bun run seed/seed.ts | pino-pretty",
21-
"postinstall": "node ./scripts/postinstall.js"
21+
"prepare": "husky"
2222
},
2323
"dependencies": {
24-
"@navikt/aksel-icons": "^5.9.2",
25-
"@navikt/ds-css": "^5.9.2",
26-
"@navikt/ds-react": "^5.9.2",
27-
"@navikt/ds-tailwind": "^5.9.2",
28-
"@navikt/next-auth-wonderwall": "^1.5.0",
29-
"@navikt/next-logger": "^1.21.0",
30-
"@prisma/client": "5.5.2",
31-
"@slack/bolt": "^3.14.0",
32-
"autoprefixer": "^10.4.16",
33-
"clsx": "^2.0.0",
24+
"@navikt/aksel-icons": "^5.18.3",
25+
"@navikt/ds-css": "^5.18.3",
26+
"@navikt/ds-react": "^5.18.3",
27+
"@navikt/ds-tailwind": "^5.18.3",
28+
"@navikt/next-auth-wonderwall": "^1.6.0",
29+
"@navikt/next-logger": "^1.23.0",
30+
"@prisma/client": "5.12.0",
31+
"@slack/bolt": "^3.17.1",
32+
"autoprefixer": "^10.4.19",
33+
"clsx": "^2.1.0",
3434
"date-fns": "^2.30.0",
35-
"next": "^14.0.1",
35+
"next": "^14.1.4",
3636
"next-logger": "^3.0.2",
3737
"nextleton": "^0.6.1",
38-
"node-cron": "^3.0.2",
39-
"pino": "^8.16.1",
40-
"postcss": "^8.4.31",
41-
"prisma": "5.5.2",
38+
"node-cron": "^3.0.3",
39+
"pino": "^8.19.0",
40+
"postcss": "^8.4.38",
41+
"prisma": "5.12.0",
4242
"react": "^18.2.0",
4343
"react-dom": "^18.2.0",
44-
"recharts": "^2.9.2",
45-
"remeda": "^1.29.0",
46-
"sharp": "^0.32.6",
47-
"tailwind-merge": "^2.0.0",
48-
"tailwindcss": "^3.3.5",
44+
"recharts": "^2.12.3",
45+
"remeda": "^1.57.0",
46+
"sharp": "^0.33.3",
47+
"tailwind-merge": "^2.2.2",
48+
"tailwindcss": "^3.4.3",
4949
"uuid": "^9.0.1"
5050
},
5151
"devDependencies": {
52-
"@navikt/eslint-config-teamsykmelding": "^5.0.0",
53-
"@types/node": "^20.8.10",
54-
"@types/node-cron": "^3.0.10",
55-
"@types/react": "18.2.34",
56-
"@types/uuid": "^9.0.6",
57-
"@typescript-eslint/eslint-plugin": "^6.9.1",
58-
"@typescript-eslint/parser": "^6.9.1",
59-
"bun-types": "^1.0.8",
60-
"eslint": "^8.52.0",
61-
"eslint-config-next": "^14.0.1",
62-
"eslint-plugin-import": "^2.29.0",
63-
"husky": "^8.0.3",
64-
"lint-staged": "^15.0.2",
65-
"nodemon": "^3.0.1",
66-
"pino-pretty": "^10.2.3",
67-
"prettier": "^3.0.3",
52+
"@navikt/eslint-config-teamsykmelding": "^5.2.0",
53+
"@types/node": "^20.12.2",
54+
"@types/node-cron": "^3.0.11",
55+
"@types/react": "18.2.74",
56+
"@types/uuid": "^9.0.8",
57+
"@typescript-eslint/eslint-plugin": "^6.21.0",
58+
"@typescript-eslint/parser": "^6.21.0",
59+
"bun-types": "^1.1.0",
60+
"eslint": "^8.57.0",
61+
"eslint-config-next": "^14.1.4",
62+
"eslint-plugin-import": "^2.29.1",
63+
"husky": "^9.0.11",
64+
"lint-staged": "^15.2.2",
65+
"nodemon": "^3.1.0",
66+
"pino-pretty": "^10.3.1",
67+
"prettier": "^3.2.5",
6868
"prettier-plugin-prisma": "^5.0.0",
69-
"prettier-plugin-tailwindcss": "^0.5.6",
70-
"ts-node": "^10.9.1",
71-
"typescript": "^5.2.2"
69+
"prettier-plugin-tailwindcss": "^0.5.13",
70+
"ts-node": "^10.9.2",
71+
"typescript": "^5.4.3"
7272
},
7373
"resolutions": {
7474
"eslint-plugin-react-hooks": "5.0.0-canary-7118f5dd7-20230705"

scripts/postinstall.js

-8
This file was deleted.

0 commit comments

Comments
 (0)