Skip to content

Commit

Permalink
chore: Bump dependencies (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina authored Jul 20, 2023
1 parent b40c157 commit 1ec682f
Show file tree
Hide file tree
Showing 7 changed files with 2,365 additions and 1,287 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.d.ts
node_modules
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,33 @@
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@babel/core": "^7.18.5",
"discord.js": "^13.8.0",
"dotenv": "^16.0.1",
"faunadb": "^4.6.0",
"@babel/core": "^7.22.9",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"faunadb": "^4.8.0",
"mutex-promise": "^0.1.0",
"next": "^12.1.6",
"node-fetch": "^3.2.6",
"next": "^13.4.10",
"node-fetch": "^3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"toml": "^3.0.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.6",
"@types/node": "^18.0.0",
"@types/node-fetch": "^2.6.2",
"@types/react": "^18.0.14",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"esbuild": "~0.14.46",
"eslint": "^8.18.0",
"eslint-config-next": "^12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"prettier": "^2.7.1",
"ts-node": "^10.8.1",
"typescript": "^4.7.4",
"vitest": "^0.15.1"
"@next/eslint-plugin-next": "^13.4.10",
"@types/node": "^20.4.2",
"@types/node-fetch": "^2.6.4",
"@types/react": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"esbuild": "~0.18.15",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.10",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.0",
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
}
}
Loading

0 comments on commit 1ec682f

Please sign in to comment.