Skip to content

Commit

Permalink
chore(deps): move framework packages out of root
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jan 13, 2025
1 parent c9e8e9d commit bac6ace
Show file tree
Hide file tree
Showing 7 changed files with 482 additions and 713 deletions.
13 changes: 1 addition & 12 deletions knip.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"workspaces": {
"packages/angular-store": {
"ignoreDependencies": ["@angular/compiler-cli"]
},
"packages/store": {
"ignore": ["src/tests/derived.bench.ts"],
"ignoreDependencies": [
"@angular/core",
"@preact/signals",
"solid-js",
"vue"
]
},
"packages/vue-store": {
"ignoreDependencies": ["vue2", "vue2.7"]
}
},
"ignoreDependencies": ["vue"],
"ignoreWorkspaces": ["examples/**"]
}
16 changes: 4 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,30 +35,22 @@
]
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.22.0",
"@solidjs/testing-library": "^0.8.10",
"@tanstack/config": "^0.14.2",
"@eslint-react/eslint-plugin": "^1.23.2",
"@tanstack/config": "^0.15.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-istanbul": "^2.1.8",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.1.0",
"jsdom": "^25.0.1",
"knip": "^5.41.1",
"knip": "^5.42.0",
"nx": "^20.3.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"publint": "^0.2.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"publint": "^0.3.2",
"rimraf": "^6.0.1",
"sherif": "^1.1.1",
"solid-js": "^1.9.3",
"typescript": "5.6.3",
"typescript50": "npm:[email protected]",
"typescript51": "npm:[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.10.3",
"@analogjs/vite-plugin-angular": "^1.12.0",
"@angular/common": "^19.0.5",
"@angular/compiler": "^19.0.5",
"@angular/compiler-cli": "^19.0.5",
Expand Down
7 changes: 6 additions & 1 deletion packages/react-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,13 @@
"use-sync-external-store": "^1.4.0"
},
"devDependencies": {
"@testing-library/react": "^16.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/use-sync-external-store": "^0.0.6",
"@vitejs/plugin-react": "^4.3.4"
"@vitejs/plugin-react": "^4.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/solid-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"@tanstack/store": "workspace:*"
},
"devDependencies": {
"@solidjs/testing-library": "^0.8.10",
"solid-js": "^1.9.3",
"vite-plugin-solid": "^2.11.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/vue-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"vue-demi": "^0.14.10"
},
"devDependencies": {
"@testing-library/vue": "^8.1.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/composition-api": "^1.7.2",
"vue": "^3.5.13",
Expand Down
Loading

0 comments on commit bac6ace

Please sign in to comment.