bump depends

This commit is contained in:
Lee 2023-03-21 16:45:31 +00:00
parent a827fcbbd8
commit e1d942fb1b
No known key found for this signature in database
GPG Key ID: BAF8F4DB8E7F38EF
3 changed files with 9229 additions and 2666 deletions

6901
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -12,11 +12,11 @@
"@emotion/cache": "^11.10.5", "@emotion/cache": "^11.10.5",
"@emotion/server": "^11.10.0", "@emotion/server": "^11.10.0",
"@nextui-org/react": "^1.0.0-beta.12", "@nextui-org/react": "^1.0.0-beta.12",
"axios": "^1.2.6", "axios": "^1.3.4",
"core-js-pure": "^3.27.2", "core-js-pure": "^3.29.1",
"critters": "^0.0.16", "critters": "^0.0.16",
"ioredis": "^5.3.0", "ioredis": "^5.3.1",
"next": "^13.1.6", "next": "^13.2.4",
"next-seo": "^5.15.0", "next-seo": "^5.15.0",
"next-themes": "^0.2.1", "next-themes": "^0.2.1",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
@ -26,14 +26,14 @@
"react-toastify": "^9.1.1", "react-toastify": "^9.1.1",
"sharp": "^0.31.3", "sharp": "^0.31.3",
"websocket": "^1.0.34", "websocket": "^1.0.34",
"zustand": "^4.3.2" "zustand": "^4.3.6"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.11.18", "@types/node": "^18.15.5",
"@types/react": "^18.0.27", "@types/react": "^18.0.28",
"@types/websocket": "^1.0.5", "@types/websocket": "^1.0.5",
"eslint": "8.33.0", "eslint": "^8.36.0",
"eslint-config-next": "13.1.6", "eslint-config-next": "^13.2.4",
"typescript": "^4.9.4" "typescript": "^5.0.2"
} }
} }

4974
yarn.lock

File diff suppressed because it is too large Load Diff