Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Jan 27, 2024
1 parent a3d6a06 commit 1d077a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions anon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"access": "public"
},
"dependencies": {
"@pkmn/data": "^0.8.4",
"@pkmn/data": "^0.8.6",
"@pkmn/protocol": "^0.6.19"
},
"devDependencies": {
"@pkmn/dex": "^0.8.4"
"@pkmn/dex": "^0.8.6"
},
"scripts": {
"lint": "eslint --cache src --ext ts",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"dependencies": {
"@pkmn/anon": "file:anon",
"@pkmn/data": "^0.8.4",
"@pkmn/dex": "^0.8.4",
"@pkmn/data": "^0.8.6",
"@pkmn/dex": "^0.8.6",
"@pkmn/logs": "file:logs",
"@pkmn/stats": "file:stats",
"json-stringify-pretty-compact": "3.0.0",
Expand All @@ -14,19 +14,19 @@
},
"optionalDependencies": {
"@pkmn/engine": "file:../engine",
"@pkmn/sets": "^5.1.0"
"@pkmn/sets": "^5.1.1"
},
"devDependencies": {
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@pkmn/eslint-config": "^6.5.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.7",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@types/node": "^20.11.7",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.1",
"eslint-plugin-jest": "^27.6.3",
"jest": "^29.7.0",
"subpkg": "^4.1.0",
"tsup": "^8.0.1",
Expand Down
4 changes: 2 additions & 2 deletions stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"access": "public"
},
"dependencies": {
"@pkmn/data": "^0.8.4"
"@pkmn/data": "^0.8.6"
},
"devDependencies": {
"@pkmn/dex": "^0.8.4",
"@pkmn/dex": "^0.8.6",
"json-stringify-pretty-compact": "3.0.0"
},
"scripts": {
Expand Down

0 comments on commit 1d077a8

Please sign in to comment.