Skip to content

Commit

Permalink
chore: fix missing dependencies (TanStack#5127)
Browse files Browse the repository at this point in the history
* chore: include scripts directory in linting

and fix issues

* chore: add missing dependencies chalk and semver
  • Loading branch information
TkDodo committed Mar 15, 2023
1 parent c372c2e commit dae70a8
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 47 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "pnpm run test:ci",
"test:ci": "pnpm run test:format && pnpm run test:eslint && pnpm run test:lib && pnpm run test:types",
"test:react:17": "pnpm --filter \"./packages/react-*\" run test:lib",
"test:eslint": "pnpm --filter \"./packages/**\" run test:eslint",
"test:eslint": "eslint ./scripts && pnpm --filter \"./packages/**\" run test:eslint",
"test:format": "pnpm run prettier --check",
"test:lib": "nx run-many --target=test:lib --parallel=5",
"test:lib:dev": "pnpm --filter \"./packages/**\" run test:lib:dev",
Expand Down Expand Up @@ -45,6 +45,7 @@
"@types/node": "^17.0.25",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/semver": "^7.3.13",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
Expand All @@ -54,6 +55,7 @@
"babel-plugin-transform-async-to-promises": "^0.8.18",
"babel-preset-solid": "^1.5.4",
"bundlewatch": "^0.3.2",
"chalk": "^5.2.0",
"concurrently": "^7.1.0",
"current-git-branch": "^1.1.0",
"eslint": "7.x",
Expand Down Expand Up @@ -86,6 +88,7 @@
"rollup-plugin-size": "^0.2.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.6.0",
"semver": "^7.3.8",
"solid-js": "^1.5.7",
"solid-testing-library": "^0.3.0",
"stream-to-array": "^2.3.0",
Expand Down
Loading

0 comments on commit dae70a8

Please sign in to comment.