Skip to content

Commit

Permalink
chore(deps): lock file maintenance (#7819)
Browse files Browse the repository at this point in the history
* chore(deps): lock file maintenance

* Lock tsup version

* Fix eslint-plugin-react-compiler resolution

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com>
  • Loading branch information
renovate[bot] and lachlancollins committed Jul 29, 2024
1 parent e2315cc commit 74f10b7
Show file tree
Hide file tree
Showing 3 changed files with 3,657 additions and 3,310 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"rimraf": "^5.0.9",
"sherif": "^0.10.0",
"solid-js": "^1.8.19",
"tsup": "^8.0.2",
"tsup": "8.0.2",
"typescript": "5.3.3",
"typescript47": "npm:typescript@4.7",
"typescript48": "npm:typescript@4.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@vitejs/plugin-react": "^4.3.1",
"eslint-plugin-react-compiler": "^0.0.0-experimental-c8b3f72-20240517",
"eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522",
"react-error-boundary": "^4.0.13"
Expand Down
Loading

0 comments on commit 74f10b7

Please sign in to comment.