bump depends
Some checks are pending
Publish / docker (ubuntu-latest, 2.38.4) (push) Waiting to run

This commit is contained in:
Lee 2023-09-25 02:08:38 +01:00
parent 529f6d38b3
commit d001590405
2 changed files with 7114 additions and 787 deletions

7866
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -10,31 +10,32 @@
}, },
"dependencies": { "dependencies": {
"@beam-australia/react-env": "^3.1.1", "@beam-australia/react-env": "^3.1.1",
"@emotion/cache": "^11.10.7", "@emotion/cache": "^11.11.0",
"@emotion/server": "^11.10.0", "@emotion/server": "^11.11.0",
"@nextui-org/react": "^1.0.0-beta.12", "@nextui-org/react": "^1.0.0-beta.12",
"axios": "^1.3.5", "axios": "^1.5.0",
"core-js-pure": "^3.30.1", "core-js-pure": "^3.32.2",
"critters": "^0.0.16", "critters": "^0.0.20",
"ioredis": "^5.3.1", "ioredis": "^5.3.2",
"next": "^13.3.0", "next": "^13.5.2",
"next-seo": "^6.0.0", "next-seo": "^6.1.0",
"next-themes": "^0.2.1", "next-themes": "^0.2.1",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-country-flag": "^3.1.0", "react-country-flag": "^3.1.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-toastify": "^9.1.2", "react-toastify": "^9.1.3",
"sharp": "^0.32.0", "sharp": "^0.32.6",
"websocket": "^1.0.34", "websocket": "^1.0.34",
"zustand": "^4.3.7" "zustand": "^4.4.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.15.11", "@types/node": "^20.6.5",
"@types/react": "^18.0.35", "@types/react": "^18.2.22",
"@types/websocket": "^1.0.5", "@types/websocket": "^1.0.6",
"eslint": "^8.38.0", "eslint": "^8.50.0",
"eslint-config-next": "^13.3.0", "eslint-config-next": "^13.5.2",
"typescript": "^5.0.4" "npm-check": "^6.0.1",
"typescript": "^5.2.2"
} }
} }