Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Sep 22, 2024
1 parent 1ad02c6 commit c1d163d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.9.13",
"@pkmn/data": "^0.9.18",
"@pkmn/protocol": "^0.6.26"
},
"devDependencies": {
"@pkmn/dex": "^0.9.13"
"@pkmn/dex": "^0.9.18"
},
"scripts": {
"lint": "eslint --cache src --ext ts",
Expand Down
14 changes: 7 additions & 7 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.9.13",
"@pkmn/dex": "^0.9.13",
"@pkmn/data": "^0.9.18",
"@pkmn/dex": "^0.9.18",
"@pkmn/logs": "file:logs",
"@pkmn/stats": "file:stats",
"json-stringify-pretty-compact": "3.0.0",
Expand All @@ -20,17 +20,17 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@pkmn/eslint-config": "^8.3.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.3",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "<=7",
"@typescript-eslint/parser": "<=7",
"eslint": "<=8",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.2",
"eslint-plugin-jest": "^28.8.3",
"jest": "^29.7.0",
"subpkg": "^4.1.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"subPackages": ["anon", "logs", "stats"],
"scripts": {
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.9.13"
"@pkmn/data": "^0.9.18"
},
"devDependencies": {
"@pkmn/dex": "^0.9.13",
"@pkmn/dex": "^0.9.18",
"json-stringify-pretty-compact": "3.0.0"
},
"scripts": {
Expand Down

0 comments on commit c1d163d

Please sign in to comment.