Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Jul 1, 2024
1 parent fc987d7 commit b7ea667
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 33 deletions.
26 changes: 7 additions & 19 deletions anon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkmn/anon",
"version": "0.1.15",
"version": "0.1.16",
"description": "Logic for anonymizing Pokémon Showdown battle simulator logs",
"repository": "github:pkmn/stats",
"license": "MIT",
Expand All @@ -16,11 +16,11 @@
"access": "public"
},
"dependencies": {
"@pkmn/data": "^0.9.5",
"@pkmn/data": "^0.9.8",
"@pkmn/protocol": "^0.6.25"
},
"devDependencies": {
"@pkmn/dex": "^0.9.5"
"@pkmn/dex": "^0.9.8"
},
"scripts": {
"lint": "eslint --cache src --ext ts",
Expand All @@ -43,25 +43,13 @@
},
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
"node_modules/",
"dist/"
],
"modulePathIgnorePatterns": [
"fixtures/"
]
"testPathIgnorePatterns": ["node_modules/", "dist/"],
"modulePathIgnorePatterns": ["fixtures/"]
},
"babel": {
"presets": [
"@babel/preset-typescript",
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
"@babel/preset-typescript",
["@babel/preset-env", {"targets": {"node": "current"}}]
]
},
"eslintConfig": {
Expand Down
22 changes: 11 additions & 11 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.5",
"@pkmn/dex": "^0.9.5",
"@pkmn/data": "^0.9.8",
"@pkmn/dex": "^0.9.8",
"@pkmn/logs": "file:logs",
"@pkmn/stats": "file:stats",
"json-stringify-pretty-compact": "3.0.0",
Expand All @@ -17,20 +17,20 @@
"@pkmn/sets": "^5.1.2"
},
"devDependencies": {
"@babel/preset-env": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@pkmn/eslint-config": "^7.4.0",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@pkmn/eslint-config": "^7.5.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.13.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "<=8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jest": "^28.6.0",
"jest": "^29.7.0",
"subpkg": "^4.1.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
"tsup": "^8.1.0",
"typescript": "^5.5.3"
},
"subPackages": ["anon", "logs", "stats"],
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkmn/stats",
"version": "0.2.17",
"version": "0.2.18",
"description": "Logic for processing usage stats from Pokémon Showdown battle simulator logs",
"repository": "github:pkmn/stats",
"license": "MIT",
Expand All @@ -16,10 +16,10 @@
"access": "public"
},
"dependencies": {
"@pkmn/data": "^0.9.5"
"@pkmn/data": "^0.9.8"
},
"devDependencies": {
"@pkmn/dex": "^0.9.5",
"@pkmn/dex": "^0.9.8",
"json-stringify-pretty-compact": "3.0.0"
},
"scripts": {
Expand Down

0 comments on commit b7ea667

Please sign in to comment.