Skip to content

Commit

Permalink
Next 15 support (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvard authored Oct 25, 2024
1 parent 2c27994 commit 3500c1e
Show file tree
Hide file tree
Showing 2 changed files with 456 additions and 155 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navikt/next-logger",
"version": "1.33.0",
"version": "1.34.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand All @@ -10,13 +10,13 @@
"build": "tsc --declaration"
},
"peerDependencies": {
"next": "12 || 13 || 14",
"next": "14 || 15",
"pino": "8 || 9"
},
"devDependencies": {
"@navikt/eslint-config-teamsykmelding": "^6.6.0",
"@navikt/eslint-config-teamsykmelding": "^7.0.0",
"@types/node": "^20.16.5",
"next": "^14.2.12",
"next": "15.0.1",
"pino": "^9.4.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
Expand Down
Loading

0 comments on commit 3500c1e

Please sign in to comment.