Skip to content

Commit 244e35a

Browse files
chore(deps): update tooling dependencies
1 parent 2e47e9a commit 244e35a

5 files changed

Lines changed: 18 additions & 24 deletions

File tree

bun.lockb

158 KB
Binary file not shown.

code/frontend-paymaster/frontend/bun.lock

Lines changed: 10 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/frontend-paymaster/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"npm-run-all2": "^6.2.0",
2424
"typescript": "~5.4.0",
2525
"vite": "^5.3.1",
26-
"vue-tsc": "^2.0.21"
26+
"vue-tsc": "^3.0.0"
2727
}
2828
}

code/webauthn/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^20",
2323
"@types/react": "^18",
2424
"@types/react-dom": "^18",
25-
"eslint": "^8",
25+
"eslint": "^9.0.0",
2626
"eslint-config-next": "14.2.5",
2727
"typescript": "^5"
2828
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
"nuxt-gtag": "3.0.2",
2828
"rehype-katex": "7.0.1",
2929
"remark-math": "6.0.0",
30-
"vue-tsc": "2.1.6"
30+
"vue-tsc": "3.1.1"
3131
},
3232
"devDependencies": {
33-
"@commitlint/cli": "19.5.0",
34-
"@commitlint/config-conventional": "19.5.0",
33+
"@commitlint/cli": "20.1.0",
34+
"@commitlint/config-conventional": "20.0.0",
3535
"@vue/test-utils": "2.4.6",
36-
"cspell": "8.14.4",
36+
"cspell": "9.2.1",
3737
"eslint": "9.11.1",
3838
"ethers": "6.13.3",
3939
"hardhat": "2.22.12",
4040
"husky": "9.1.6",
41-
"lint-staged": "15.2.10",
41+
"lint-staged": "16.2.3",
4242
"markdownlint": "0.35.0",
4343
"markdownlint-cli2": "0.14.0",
44-
"pm2": "5.4.2",
44+
"pm2": "6.0.13",
4545
"prettier": "3.3.3",
4646
"prettier-eslint": "16.3.0",
4747
"prettier-plugin-tailwindcss": "0.6.8",

0 commit comments

Comments
 (0)