Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunoru committed Apr 8, 2024
1 parent befa160 commit c10f6b7
Show file tree
Hide file tree
Showing 5 changed files with 451 additions and 373 deletions.
10 changes: 5 additions & 5 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 14,12 @@
},
"dependencies": {
"discordeno": "^18.0.1",
"dotenv": "^16.4.1",
"hono": "^4.1.5"
"dotenv": "^16.4.5",
"hono": "^4.2.2"
},
"devDependencies": {
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
"tsup": "^8.0.2",
"tsx": "^4.7.2",
"typescript": "^5.4.4"
}
}
24 changes: 12 additions & 12 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 11,24 @@
"build": "quasar build -m pwa"
},
"dependencies": {
"@pkmn/img": "^0.2.20",
"@quasar/extras": "^1.16.9",
"@pkmn/img": "^0.2.26",
"@quasar/extras": "^1.16.11",
"@types/jquery": "^3.5.29",
"dexie": "^3.2.4",
"dexie": "^4.0.1",
"pinia": "^2.1.7",
"quasar": "^2.14.1",
"quasar": "^2.15.2",
"vgc-tools": "workspace:^",
"vue": "^3.3.11",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5"
"vue": "^3.4.21",
"vue-i18n": "^9.11.0",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^7.0.0",
"@quasar/app-vite": "^1.6.2",
"@types/node": "^20.8.9",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"typescript": "^5.3.3",
"@quasar/app-vite": "^1.8.0",
"@types/node": "^20.12.5",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"typescript": "^5.4.4",
"workbox-build": "^7.0.0",
"workbox-cacheable-response": "^7.0.0",
"workbox-core": "^7.0.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 13,11 @@
"build": "yarn workspace vgc-tools build && yarn workspace vgc build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.18.1",
"prettier": "^3.0.3"
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.24.0",
"prettier": "^3.2.5"
}
}
14 changes: 7 additions & 7 deletions vgc-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 10,14 @@
"dev": "tsc -w"
},
"dependencies": {
"@pkmn/data": "^0.7.59",
"@pkmn/dex": "^0.7.59",
"@pkmn/mods": "^0.7.59",
"@pkmn/protocol": "^0.6.16",
"@pkmn/sim": "^0.7.59",
"@pkmn/types": "^3.0.0"
"@pkmn/data": "^0.9.2",
"@pkmn/dex": "^0.9.2",
"@pkmn/mods": "^0.9.2",
"@pkmn/protocol": "^0.6.24",
"@pkmn/sim": "^0.9.2",
"@pkmn/types": "^4.0.0"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
Loading

0 comments on commit c10f6b7

Please sign in to comment.