1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

dependencies updates

This commit is contained in:
Matthias Kretschmann 2024-06-22 14:48:11 +01:00
parent 2fab1715f8
commit d117ce7a12
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 411 additions and 437 deletions

826
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,15 +24,15 @@
"prebuild": "node --import tsx/esm ./scripts/prebuild.ts" "prebuild": "node --import tsx/esm ./scripts/prebuild.ts"
}, },
"dependencies": { "dependencies": {
"@giphy/js-fetch-api": "^5.4.0", "@giphy/js-fetch-api": "^5.6.0",
"@radix-ui/react-select": "^2.0.0", "@radix-ui/react-select": "^2.1.1",
"@yaireo/relative-time": "^1.0.4", "@yaireo/relative-time": "^1.0.4",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"framer-motion": "^11.2.10", "framer-motion": "^11.2.11",
"lucide-react": "^0.391.0", "lucide-react": "^0.396.0",
"next": "14.2.3", "next": "14.2.4",
"next-themes": "^0.3.0", "next-themes": "^0.3.0",
"react": "^18.2.0", "react": "^18.3.1",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"remark": "^15.0.1", "remark": "^15.0.1",
"remark-gfm": "^4.0.0", "remark-gfm": "^4.0.0",
@ -40,8 +40,8 @@
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "^8.1.0", "@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.4.1", "@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^15.0.7", "@testing-library/react": "^16.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0", "@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/file-saver": "^2.0.7", "@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
@ -54,14 +54,14 @@
"jest-fetch-mock": "^3.0.3", "jest-fetch-mock": "^3.0.3",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"ora": "^8.0.1", "ora": "^8.0.1",
"prettier": "^3.2.4", "prettier": "^3.3.2",
"sharp": "^0.33.4", "sharp": "^0.33.4",
"sharp-ico": "^0.1.5", "sharp-ico": "^0.1.5",
"slugify": "^1.6.6", "slugify": "^1.6.6",
"stylelint": "^16.6.1", "stylelint": "^16.6.1",
"stylelint-prettier": "^5.0.0", "stylelint-prettier": "^5.0.0",
"tsx": "^4.7.1", "tsx": "^4.15.7",
"typescript": "^5.4.3" "typescript": "^5.5.2"
}, },
"engines": { "engines": {
"node": "^20.6.0" "node": "^20.6.0"