Skip to content

Commit

Permalink
Nextjs 15 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaschlegel committed Oct 28, 2024
1 parent 5244688 commit 0311964
Show file tree
Hide file tree
Showing 3 changed files with 966 additions and 803 deletions.
2 changes: 1 addition & 1 deletion app/components/CvTabs.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use client';
import React, { useState } from 'react';
import { useState } from 'react';

interface Job {
id: string;
Expand Down
36 changes: 21 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,33 @@
},
"dependencies": {
"@glidejs/glide": "^3.6.2",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "15.0.0-canary.173",
"next": "15.0.0-canary.173",
"react": "19.0.0-rc-3edc000d-20240926",
"react-dom": "19.0.0-rc-3edc000d-20240926",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "15.0.1",
"next": "15.0.1",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-icons": "^5.3.0"
},
"devDependencies": {
"@types/glidejs__glide": "^3.6.5",
"@types/mdx": "^2.0.13",
"@types/node": "^20.16.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"eslint": "^9.11.1",
"eslint-config-upleveled": "^8.7.2",
"@types/node": "^20.17.1",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"eslint": "^9.13.0",
"eslint-config-upleveled": "^8.11.2",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"stylelint": "^16.9.0",
"stylelint-config-upleveled": "^1.1.4",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
"stylelint": "^16.10.0",
"stylelint-config-upleveled": "^1.1.5",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
}
}
}
Loading

0 comments on commit 0311964

Please sign in to comment.