Skip to content

Commit

Permalink
Update all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed Aug 14, 2024
1 parent 8661dfb commit b0252fc
Show file tree
Hide file tree
Showing 3 changed files with 893 additions and 1,782 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@easyops-cn/docusaurus-search-local": "^0.41.0",
"@easyops-cn/docusaurus-search-local": "^0.44.5",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
Expand All @@ -31,8 +31,8 @@
"@types/react": "^18.3.2",
"docusaurus-plugin-typedoc": "^1.0.1",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^4.0.2",
"typescript": "5.2.2"
"typedoc-plugin-markdown": "~4.0.2",
"typescript": "5.4.2"
},
"browserslist": {
"production": [
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,25 @@
"docs:deploy": "pnpm --filter docs run deploy"
},
"dependencies": {
"viem": "^2.14.0"
"viem": "^2.19.4"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@eslint/js": "^9.9.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"eslint": "^9.4.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eth-testing": "^1.14.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.2",
"release-it": "^17.3.0",
"ts-jest": "^29.1.4",
"prettier": "^3.3.3",
"release-it": "^17.6.0",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
"typescript-eslint": "^8.1.0",
"vite": "^5.4.0",
"vite-plugin-dts": "^4.0.2"
}
}
Loading

0 comments on commit b0252fc

Please sign in to comment.