Skip to content

Commit

Permalink
[Project] Upgrade to Next 14
Browse files Browse the repository at this point in the history
  • Loading branch information
heristop committed Apr 13, 2024
1 parent ad333e5 commit d6883a7
Show file tree
Hide file tree
Showing 2 changed files with 1,673 additions and 3,397 deletions.
44 changes: 20 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkfolio",
"version": "0.2.12",
"version": "0.3.0",
"description": "Minimalist web page that acts as a hub for all your online presence",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -34,37 +34,33 @@
},
"license": "MIT",
"peerDependencies": {
"next": "^13.5.6",
"next-pwa": "^5.6.0",
"next": "^14.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.5"
"sharp": "^0.33.3",
"tailwindcss": "^3.4.3"
},
"peerDependenciesMeta": {
"sharp": {
"optional": true
},
"next-pwa": {
"optional": true
}
},
"devDependencies": {
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
"@playwright/test": "^1.39.0",
"@swc/core": "^1.3.96",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-next": "14.0.4",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tsup": "^8.0.1",
"typescript": "^5.2.2"
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
"@playwright/test": "^1.43.1",
"@swc/core": "^1.4.13",
"@types/node": "^20.12.7",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-next": "14.2.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit d6883a7

Please sign in to comment.