Skip to content

Commit

Permalink
popm/wasm: update dev dependencies (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing authored Oct 25, 2024
1 parent 96cc947 commit 084bda4
Show file tree
Hide file tree
Showing 3 changed files with 851 additions and 835 deletions.
16 changes: 8 additions & 8 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"node": "^18.0.0 || >=20.0.0"
},
"devDependencies": {
"@eslint/js": "9.5.0",
"eslint": "9.5.0",
"@eslint/js": "9.13.0",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-tsdoc": "0.3.0",
"globals": "15.6.0",
"prettier": "3.3.2",
"typescript": "5.5.2",
"typescript-eslint": "7.14.1",
"vitest": "1.6.0"
"globals": "15.11.0",
"prettier": "3.3.3",
"typescript": "5.6.3",
"typescript-eslint": "8.11.0",
"vitest": "2.1.3"
}
}
4 changes: 2 additions & 2 deletions web/packages/pop-miner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"./package.json": "./package.json"
},
"devDependencies": {
"tsup": "8.0.2",
"typescript": "5.4.5"
"tsup": "8.3.4",
"typescript": "5.6.3"
}
}
Loading

0 comments on commit 084bda4

Please sign in to comment.