Upgrade dependencies
This commit is contained in:
22
package.json
22
package.json
@@ -2,7 +2,7 @@
|
||||
"private": true,
|
||||
"name": "lucid-creations-media-potty-chart",
|
||||
"homepage": "https://lucidcreations.media/introducing-code-name-potty-chart/",
|
||||
"version": "0.1.14",
|
||||
"version": "0.1.15",
|
||||
"author": {
|
||||
"name": "Lucid Creations Media",
|
||||
"url": "https://lucidcreations.media",
|
||||
@@ -17,27 +17,27 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/react": "^2.6.1",
|
||||
"@emotion/react": "^11.10.8",
|
||||
"@emotion/styled": "^11.10.8",
|
||||
"@emotion/react": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@iconify/react": "^4.1.0",
|
||||
"@reduxjs/toolkit": "^1.9.5",
|
||||
"date-fns": "^2.30.0",
|
||||
"formik": "^2.2.9",
|
||||
"framer-motion": "^10.12.8",
|
||||
"next": "13.4.1",
|
||||
"framer-motion": "^10.12.12",
|
||||
"next": "13.4.3",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-redux": "^8.0.5",
|
||||
"sharp": "^0.32.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.0.0",
|
||||
"@types/react": "^18.2.5",
|
||||
"@types/node": "^20.2.1",
|
||||
"@types/react": "^18.2.6",
|
||||
"@types/react-redux": "^7.1.25",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
||||
"@typescript-eslint/parser": "^5.59.2",
|
||||
"eslint": "^8.39.0",
|
||||
"eslint-config-next": "^13.4.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
||||
"@typescript-eslint/parser": "^5.59.6",
|
||||
"eslint": "^8.41.0",
|
||||
"eslint-config-next": "^13.4.3",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"eslint-plugin-react": "^7.32.2",
|
||||
|
||||
Reference in New Issue
Block a user