Skip to content

Commit

Permalink
Merge pull request online-go#2895 from tylerbarker/remove-types-from-…
Browse files Browse the repository at this point in the history
…bundle

Move @types/* packages from runtime to dev dependencies
  • Loading branch information
anoek authored Dec 18, 2024
2 parents e9780bc + f4a2dce commit 587e7d9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@
"@types/react-linkify": "^1.0.4",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/valid-url": "^1.0.7",
"@types/d3": "^7.4.0",
"@types/howler": "^2.2.2",
"@types/jquery": "^2.0.41",
"@types/markdown-it": "^0.0.4",
"@types/moment-duration-format": "^2.2.2",
"@types/platform": "^1.3.4",
"@types/query-string": "^5.0.1",
"@types/react": "^18.0.28",
"@types/react-autosuggest": "^10.1.5",
"@types/react-dom": "^18.0.11",
"@types/react-virtualized": "^9.21.21",
"@types/sanitize-html": "^1.22.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@stylistic/eslint-plugin": "^2.12.0",
Expand Down Expand Up @@ -106,18 +118,6 @@
"@nivo/line": "^0.87.0",
"@nivo/pie": "^0.87.0",
"@sentry/browser": "^7.92.0",
"@types/d3": "^7.4.0",
"@types/howler": "^2.2.2",
"@types/jquery": "^2.0.41",
"@types/markdown-it": "^0.0.4",
"@types/moment-duration-format": "^2.2.2",
"@types/platform": "^1.3.4",
"@types/query-string": "^5.0.1",
"@types/react": "^18.0.28",
"@types/react-autosuggest": "^10.1.5",
"@types/react-dom": "^18.0.11",
"@types/react-virtualized": "^9.21.21",
"@types/sanitize-html": "^1.22.0",
"array-move": "^2.2.1",
"d3": "^7.6.1",
"date-fns": "^3.6.0",
Expand Down

0 comments on commit 587e7d9

Please sign in to comment.