Skip to content

Commit

Permalink
fix: Update to tsup v8 (#6585)
Browse files Browse the repository at this point in the history
* Update to tsup v8

* Update esbuild-plugin-file-path-extensions
  • Loading branch information
lachlancollins authored Dec 25, 2023
1 parent 2d4637d commit 499db13
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 28 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"current-git-branch": "^1.1.0",
"esbuild-plugin-file-path-extensions": "^1.0.0",
"esbuild-plugin-file-path-extensions": "^2.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -82,7 +82,7 @@
"sherif": "^0.7.0",
"solid-js": "^1.8.1",
"stream-to-array": "^2.3.0",
"tsup": "^7.3.0",
"tsup": "^8.0.1",
"type-fest": "^4.8.3",
"typescript": "5.2.2",
"vite": "^4.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/query-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"solid-js": "^1.8.1",
"solid-transition-group": "^0.2.3",
"superjson": "^1.13.3",
"tsup-preset-solid": "^2.1.0",
"tsup-preset-solid": "^2.2.0",
"vite-plugin-solid": "^2.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/solid-query-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"devDependencies": {
"solid-js": "^1.8.1",
"@tanstack/solid-query": "workspace:^",
"tsup-preset-solid": "^2.1.0",
"tsup-preset-solid": "^2.2.0",
"vite-plugin-solid": "^2.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/solid-query-persist-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@tanstack/query-persist-client-core": "workspace:*"
},
"devDependencies": {
"tsup-preset-solid": "^2.1.0",
"tsup-preset-solid": "^2.2.0",
"vite-plugin-solid": "^2.7.2",
"solid-js": "^1.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"solid-js": "^1.8.1"
},
"devDependencies": {
"tsup-preset-solid": "^2.1.0",
"tsup-preset-solid": "^2.2.0",
"vite-plugin-solid": "^2.7.2"
},
"peerDependencies": {
Expand Down
47 changes: 25 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 499db13

Please sign in to comment.