Skip to content

Commit

Permalink
- update packages, date and fix deprecation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SebiBasti committed Feb 3, 2024
1 parent baa8b79 commit 6784689
Show file tree
Hide file tree
Showing 4 changed files with 2,399 additions and 1,502 deletions.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,45 +14,45 @@
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@next/swc-darwin-arm64": "^13.3.0",
"@next/swc-darwin-arm64": "^14.1.0",
"@react-hook/passive-layout-effect": "^1.2.1",
"@react-hook/resize-observer": "^1.2.6",
"@react-hook/size": "^2.1.2",
"@types/react": "^18.0.32",
"@vercel/analytics": "^0.1.11",
"classnames": "^2.3.2",
"next": "13.3.0",
"next-seo": "^6.0.0",
"primereact": "^9.2.2",
"@types/react": "^18.2.52",
"@vercel/analytics": "^1.1.2",
"classnames": "^2.5.1",
"next": "14.1.0",
"next-seo": "^6.4.0",
"primereact": "^10.4.0",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.4.0",
"remark-gfm": "^3.0.1",
"sass": "^1.59.3",
"react-use": "^17.5.0",
"remark-gfm": "^4.0.0",
"sass": "^1.70.0",
"text-to-svg": "^3.1.5",
"use-debounce": "^9.0.3",
"usehooks-ts": "^2.9.1"
"use-debounce": "^10.0.0",
"usehooks-ts": "^2.12.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^18.15.11",
"@types/react-dom": "^18.0.11",
"@types/react-pdf": "^6.2.0",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/webpack-env": "^1.18.0",
"eslint": "8.37.0",
"eslint-config-next": "^13.2.4",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-css-order": "^1.3.0",
"prettier-plugin-packagejson": "^2.4.3",
"prettier-plugin-sort-json": "^1.0.0",
"typescript": "^5.0.3"
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.11.16",
"@types/react-dom": "^18.2.18",
"@types/react-pdf": "^7.0.0",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/webpack-env": "^1.18.4",
"eslint": "8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"prettier-plugin-css-order": "^2.0.1",
"prettier-plugin-packagejson": "^2.4.10",
"prettier-plugin-sort-json": "^3.1.0",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 6784689

Please sign in to comment.