Skip to content

Commit

Permalink
updpate deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Dec 17, 2023
1 parent d2d0621 commit c0bcf05
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
"dependencies": {
"@pkmn/client": "file:../client",
"@pkmn/data": "file:../data",
"@pkmn/eslint-config": "^6.1.0",
"@pkmn/eslint-config": "^6.4.0",
"@pkmn/img": "file:../img",
"@pkmn/protocol": "file:../protocol",
"@pkmn/randoms": "file:../randoms",
"@pkmn/sets": "file:../sets",
"@pkmn/sim": "file:../sim",
"@pkmn/view": "file:../view",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"cssnano": "^6.0.1",
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.29.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"cssnano": "^6.0.2",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.0",
"jest": "^29.7.0",
"minimist": "^1.2.8",
"parcel": "^2.10.3",
"source-map-support": "^0.5.21",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"alias": {
"process": false,
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
"repository": "github:pkmn/ps",
"license": "MIT",
"dependencies": {
"@pkmn/eslint-config": "^6.1.0",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.2",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"esbuild": "^0.19.8",
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.29.0",
"@pkmn/eslint-config": "^6.4.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"esbuild": "^0.19.9",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.0",
"jest": "^29.7.0",
"json-stringify-pretty-compact": "3.0.0",
"minimist": "^1.2.8",
"subpkg": "^4.1.0",
"terser": "^5.24.0",
"terser": "^5.26.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"subPackages": [
"types",
Expand Down

0 comments on commit c0bcf05

Please sign in to comment.