albert.lol/package.json
snyk-bot da20f6a5aa
fix: upgrade next from 12.1.2 to 12.1.4
Snyk has created this PR to upgrade next from 12.1.2 to 12.1.4.

See this package in npm:


See this project in Snyk:
615102f7-a2f9-49b6-9ccc-9cc98d52bdb2?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-04-22 00:00:58 +00:00

33 lines
751 B
JSON

{
"name": "portfolio",
"version": "1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@swc/core": "^1.2.160",
"copy-to-clipboard": "^3.3.1",
"csstype": "^3.0.10",
"goober": "2.1.8",
"next": "12.1.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fade-in": "^2.0.1",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"sass": "^1.49.10",
"use-last-fm": "^0.6.1"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"eslint": "8.12.0",
"eslint-config-next": "12.1.1",
"typescript": "4.6.3"
}
}