Skip to content

Commit

Permalink
chore: bump deps (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlwn123 authored Oct 4, 2024
1 parent ae528a0 commit 4d8b515
Show file tree
Hide file tree
Showing 7 changed files with 445 additions and 584 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"docs:preview": "vitepress preview"
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "1.4.0",
"@fedimint/core-web": "workspace:*",
"@shikijs/vitepress-twoslash": "1.4.0",
"vitepress": "1.1.4"
}
}
2 changes: 1 addition & 1 deletion examples/bare-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"devDependencies": {
"http-server": "^14.1.1"
},
"packageManager": "pnpm@9.4.0"
"packageManager": "pnpm@9.12.0"
}
10 changes: 5 additions & 5 deletions examples/vite-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": ">=18.3.1",
"@types/react": ">=18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"buffer": "^6.0.3",
"typescript": "^5.2.2",
"vite": "^5.3.2",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-wasm": "^3.3.0"
},
"packageManager": "pnpm@9.4.0"
"packageManager": "pnpm@9.12.0"
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@
"watch": "pnpm run --r --parallel --filter \"./packages/**\" watch"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@types/bun": "^1.1.1",
"@types/node": "^20.14.8",
"@vitest/browser": "^2.1.1",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"glob": "^10.3.12",
"@changesets/cli": "^2.27.9",
"@types/bun": "^1.1.10",
"@types/node": "^20.16.10",
"@vitest/browser": "^2.1.2",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/ui": "^2.1.2",
"glob": "^10.4.5",
"happy-dom": "^15.7.4",
"playwright": "^1.47.1",
"playwright": "^1.47.2",
"prettier": "^3.3.3",
"sherif": "^0.8.4",
"simple-git-hooks": "^2.11.1",
"typescript": "5.5.2",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^2.1.1"
"vitest": "^2.1.2"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.12.0",
"engines": {
"node": "20.x"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/core-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.14.8",
"rollup": "^4.21.2",
"@types/node": "^20.16.10",
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.7.0",
"typescript": "^5.2.2"
"typescript": "^5.6.2"
}
}
16 changes: 8 additions & 8 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"react-dom": ">=18.3.1"
},
"devDependencies": {
"@types/react": ">=18.3.1",
"@types/react": ">=18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"typescript": "^5.2.2",
"vite": "^5.3.2"
"eslint-plugin-react-refresh": "^0.4.12",
"typescript": "^5.6.2",
"vite": "^5.4.8"
}
}
Loading

0 comments on commit 4d8b515

Please sign in to comment.