Skip to content

Commit

Permalink
fix: Remove unused dependencies (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Jan 5, 2024
1 parent 48e241a commit b309da7
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 208 deletions.
79 changes: 0 additions & 79 deletions getViteConfig.ts

This file was deleted.

1 change: 0 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"{workspaceRoot}/.eslintrc.cjs",
"{workspaceRoot}/.nvmrc",
"{workspaceRoot}/package.json",
"{workspaceRoot}/getViteConfig.ts",
"{workspaceRoot}/tsconfig.json"
],
"default": [
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"@tanstack/config": "^0.1.6",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@testing-library/vue": "^7.0.0",
"@types/eslint": "^8.56.0",
Expand All @@ -59,12 +58,9 @@
"prettier": "^4.0.0-alpha.8",
"publint": "^0.2.7",
"react": "^18.2.0",
"react-17": "npm:react@^17.0.2",
"react-dom": "^18.2.0",
"react-dom-17": "npm:react-dom@^17.0.2",
"rimraf": "^5.0.5",
"solid-js": "^1.7.8",
"type-fest": "^4.8.3",
"typescript": "^5.2.2",
"typescript49": "npm:[email protected]",
"typescript50": "npm:[email protected]",
Expand Down
5 changes: 1 addition & 4 deletions packages/react-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,16 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/jscodeshift": "^0.11.3",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.0.5",
"@types/use-sync-external-store": "^0.0.3",
"@vitejs/plugin-react": "^4.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4"
"react-dom": "^18.2.0"
},
"dependencies": {
"@tanstack/form-core": "workspace:*",
"@tanstack/react-store": "^0.2.1",
"@tanstack/store": "0.1.3",
"decode-formdata": "^0.4.0",
"rehackt": "^0.0.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/vue-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
],
"dependencies": {
"@tanstack/form-core": "workspace:*",
"@tanstack/store": "0.1.3",
"@tanstack/vue-store": "0.1.3"
},
"devDependencies": {
Expand Down
119 changes: 0 additions & 119 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 b309da7

Please sign in to comment.