Skip to content

Commit

Permalink
upgrade dependencies (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
havtro authored Aug 27, 2024
1 parent 0b1388a commit 33e54fa
Show file tree
Hide file tree
Showing 3 changed files with 480 additions and 427 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine AS base
FROM node:22-alpine AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "next telemetry disable",
"build": "next build",
"start": "node .next/standalone/server.js",
"lint": "next lint",
Expand All @@ -16,31 +17,31 @@
"@navikt/ds-react": "^5.13.1",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-toggle-group": "^1.0.4",
"axios": "^1.6.x",
"clsx": "^2.1.0",
"csv42": "^5.0.0",
"axios": "^1.7.x",
"clsx": "^2.1.x",
"csv42": "^5.0.x",
"moment": "^2.30.x",
"mongoose": "^8.1.x",
"next": "14.1.x",
"prettier": "^3.2.x",
"react": "18.2.x",
"react-dom": "18.2.x",
"uuid": "^9.0.x"
"mongoose": "^8.5.x",
"next": "14.2.x",
"prettier": "^3.3.x",
"react": "18.3.x",
"react-dom": "18.3.x",
"uuid": "^10.0.x"
},
"devDependencies": {
"@types/jest": "^29.5.x",
"@types/node": "20.11.x",
"@types/react": "18.2.x",
"@types/react-dom": "18.2.x",
"@types/uuid": "^9.0.x",
"@typescript-eslint/eslint-plugin": "^6.19.x",
"@typescript-eslint/parser": "^6.19.x",
"eslint": "8.56.0",
"eslint-config-next": "14.1.x",
"@types/node": "22.5.x",
"@types/react": "18.3.x",
"@types/react-dom": "18.3.x",
"@types/uuid": "^10.0.x",
"@typescript-eslint/eslint-plugin": "^8.3.x",
"@typescript-eslint/parser": "^8.3.x",
"eslint": "^8.x",
"eslint-config-next": "14.2.x",
"jest": "^29.7.x",
"mongodb-memory-server": "^9.1.x",
"supertest": "^6.3.x",
"ts-jest": "^29.1.x",
"typescript": "5.3.x"
"mongodb-memory-server": "^10.0.x",
"supertest": "^7.0.x",
"ts-jest": "^29.2.x",
"typescript": "5.5.x"
}
}
Loading

0 comments on commit 33e54fa

Please sign in to comment.