Added new SVGS, updated SVG, upgraded dependencies.

This commit is contained in:
Lucid Kobold
2024-03-25 18:20:06 -04:00
parent 40c77b1080
commit 7b1ff254f7
5 changed files with 258 additions and 243 deletions

View File

@@ -25,22 +25,22 @@
"@fontsource/montserrat": "^5.0.17",
"@fontsource/tilt-neon": "^5.0.4",
"@iconify/react": "^4.1.1",
"@reduxjs/toolkit": "^2.2.1",
"date-fns": "^3.5.0",
"@reduxjs/toolkit": "^2.2.2",
"date-fns": "^3.6.0",
"formik": "^2.4.5",
"framer-motion": "^11.0.14",
"next": "14.1.3",
"framer-motion": "^11.0.20",
"next": "14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"sharp": "^0.33.2"
"sharp": "^0.33.3"
},
"devDependencies": {
"@types/node": "^20.11.28",
"@types/react": "^18.2.66",
"@types/node": "^20.11.30",
"@types/react": "^18.2.70",
"@types/react-redux": "^7.1.33",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"eslint-config-next": "<13.4.9",
"eslint-config-prettier": "^9.1.0",
@@ -48,7 +48,7 @@
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"packageManager": "yarn@4.1.0"
}