Skip to content

Commit e7843c3

Browse files
committed
1 parent d9bc698 commit e7843c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+427
-429
lines changed

client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"build"
1616
],
1717
"dependencies": {
18-
"@pkmn/data": "^0.9.25",
18+
"@pkmn/data": "^0.9.26",
1919
"@pkmn/protocol": "^0.6.30"
2020
},
2121
"devDependencies": {
22-
"@pkmn/dex": "^0.9.25"
22+
"@pkmn/dex": "^0.9.26"
2323
},
2424
"scripts": {
2525
"lint": "eslint --cache src",

data/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkmn/data",
3-
"version": "0.9.25",
3+
"version": "0.9.26",
44
"description": "A forked implementation of the Pokémon Showdown client's data layer",
55
"repository": "github:pkmn/ps",
66
"license": "MIT",
@@ -16,12 +16,12 @@
1616
"build"
1717
],
1818
"dependencies": {
19-
"@pkmn/dex-types": "^0.9.25"
19+
"@pkmn/dex-types": "^0.9.26"
2020
},
2121
"devDependencies": {
22-
"@pkmn/dex": "^0.9.25",
23-
"@pkmn/mods": "^0.9.25",
24-
"@pkmn/sim": "^0.9.25",
22+
"@pkmn/dex": "^0.9.26",
23+
"@pkmn/mods": "^0.9.26",
24+
"@pkmn/sim": "^0.9.26",
2525
"@smogon/calc": "^0.10.0"
2626
},
2727
"scripts": {

0 commit comments

Comments
 (0)