Skip to content

Commit

Permalink
update deps on main (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanjay1 authored Jul 10, 2024
1 parent 700c894 commit 739eb33
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 64 deletions.
2 changes: 1 addition & 1 deletion examples-extra/docs_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.31",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
Expand Down
2 changes: 1 addition & 1 deletion examples-extra/todoapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"autoprefixer": "^10.4.19",
"postcss": "^8.4.31",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,19 @@
"globals": "^15.3.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"micromatch": "^4.0.5",
"micromatch": "^4.0.7",
"mytsup": "workspace:~",
"tsc-absolute": "^1.0.1",
"tsconfig": "workspace:~",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"turbo": "^1.13.2",
"typescript": "^5.5.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.9.0",
"vitest": "^1.6.0"
},
"pnpm": {
"overrides": {
"[email protected]": "0.0.3",
"[email protected]": "3.0.3"
"[email protected]": "0.0.3"
}
},
"engines": {
Expand Down
Loading

0 comments on commit 739eb33

Please sign in to comment.