Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Jul 11, 2023
1 parent 2c13d3e commit fc296b3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,30 +62,30 @@
},
"publishConfig": {"access": "public"},
"dependencies": {
"@pkmn/data": "^0.7.44",
"@pkmn/data": "^0.7.45",
"@pkmn/protocol": "^0.6.12"
},
"devDependencies": {
"@pkmn/eslint-config": "^3.2.0",
"@pkmn/eslint-config": "^4.1.0",
"@pkmn/img": "^0.2.12",
"@pkmn/sets": "^5.0.4",
"@pkmn/sim": "0.7.44",
"@pkmn/sim": "0.7.45",
"@types/html-minifier": "^4.0.2",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.3",
"@types/minimist": "^1.2.2",
"@types/mustache": "^4.2.2",
"@types/node": "^20.3.1",
"@vitest/coverage-c8": "^0.32.2",
"binaryen": "^113.0.0",
"eslint": "^8.43.0",
"@types/node": "^20.4.1",
"@vitest/coverage-c8": "^0.33.0",
"binaryen": "^114.0.0",
"eslint": "^8.44.0",
"html-minifier": "^4.0.0",
"json-stringify-pretty-compact": "3.0.0",
"minimist": "^1.2.8",
"mustache": "^4.2.0",
"source-map-support": "^0.5.21",
"trakr": "^0.2.0",
"typescript": "^5.1.3",
"vitest": "^0.32.2"
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
"scripts": {
"lint": "eslint --cache src --ext ts,js && eslint src/bin/*",
Expand Down

0 comments on commit fc296b3

Please sign in to comment.