Skip to content

Commit

Permalink
deps: Bump dependencies (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina committed Sep 25, 2021
1 parent 522c121 commit ffd4e3c
Show file tree
Hide file tree
Showing 2 changed files with 827 additions and 711 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,31 @@
"dependencies": {
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"faunadb": "^4.3.0",
"faunadb": "^4.4.1",
"mutex-promise": "^0.1.0",
"next": "^11.1.0",
"node-fetch": "^2.6.1",
"next": "^11.1.2",
"node-fetch": "^2.6.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"toml": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/node": "^16.7.5",
"@types/node": "^16.9.6",
"@types/node-fetch": "^2.5.12",
"@types/react": "^17.0.19",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"esbuild": "^0.12.24",
"@types/react": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"esbuild": "^0.12.29",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.0",
"eslint-config-next": "^11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.25.0",
"jest": "^27.1.0",
"prettier": "^2.3.2",
"eslint-plugin-react": "^7.26.0",
"jest": "^27.2.1",
"prettier": "^2.4.1",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
"typescript": "^4.4.3"
}
}
Loading

0 comments on commit ffd4e3c

Please sign in to comment.