Skip to content

Commit

Permalink
Merge pull request #28220 from storybookjs/norbert/cleanup-dev-deps-p…
Browse files Browse the repository at this point in the history
…art2

Build: More dev dependencies cleanup
  • Loading branch information
ndelangen authored Jun 12, 2024
2 parents 79e4e34 + 42e1ba4 commit 280e9a4
Show file tree
Hide file tree
Showing 7 changed files with 561 additions and 1,049 deletions.
4 changes: 0 additions & 4 deletions code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-react": "^3.0.1",
"@vitest/coverage-v8": "^1.2.2",
"concurrently": "^5.3.0",
"cross-env": "^7.0.3",
"danger": "^11.2.6",
"esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
Expand All @@ -212,15 +211,12 @@
"nx": "18.0.6",
"prettier": "^3.1.1",
"process": "^0.11.10",
"raf": "^3.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"semver": "^7.3.7",
"serve-static": "^1.14.1",
"svelte": "^5.0.0-next.65",
"trash": "^7.2.0",
"ts-dedent": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.3",
"util": "^0.12.4",
"vite": "^4.0.0",
Expand Down
9 changes: 1 addition & 8 deletions code/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,5 @@
"noUnusedLocals": true,
"strict": true
},
"exclude": ["dist", "**/dist", "node_modules", "**/node_modules"],
"ts-node": {
"transpileOnly": true,
"files": true,
"compilerOptions": {
"types": ["node"]
}
}
"exclude": ["dist", "**/dist", "node_modules", "**/node_modules"]
}
Loading

0 comments on commit 280e9a4

Please sign in to comment.