Skip to content

Commit

Permalink
update release deps (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanjay1 authored Jul 10, 2024
1 parent c275f3d commit f951087
Show file tree
Hide file tree
Showing 4 changed files with 299 additions and 42 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 @@ -35,7 +35,7 @@
"eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8.4.31",
"rollup-plugin-visualizer": "^5.9.2",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.0.13"
},
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 @@ -38,7 +38,7 @@
"eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8.4.31",
"rollup-plugin-visualizer": "^5.9.2",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.0.13"
},
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"find-up-cli": "^5.0.0",
"husky": "^9.0.11",
"lint-staged": "^14.0.1",
"micromatch": "^4.0.5",
"micromatch": "^4.0.7",
"mytsup": "workspace:*",
"tsc-absolute": "^1.0.1",
"tsconfig": "workspace:*",
"tsup": "^7.2.0",
"tsup": "^8.1.0",
"turbo": "^1.10.13",
"turbotree": "^1.0.1",
"typescript": "^5.4.2",
"typescript": "^5.5.3",
"vitest": "^1.4.0"
},
"dependencies": {
Expand All @@ -53,8 +53,7 @@
"[email protected]": "patches/[email protected]"
},
"overrides": {
"[email protected]": "0.0.3",
"[email protected]": "3.0.3"
"[email protected]": "0.0.3"
}
},
"engines": {
Expand Down
Loading

0 comments on commit f951087

Please sign in to comment.