Skip to content

Commit

Permalink
chore: Move deps to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Nov 22, 2024
1 parent 7f9f9a8 commit edacefa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,14 @@
"@lingui/react": "^3.13.3",
"@mdx-js/react": "^1.6.22",
"@mui/material": "^5.16.6",
"@next/bundle-analyzer": "^11.0.1",
"@next/mdx": "^11.0.1",
"@rdfjs/namespace": "^1.1.0",
"@rollup/plugin-typescript": "^8.3.2",
"@tpluscode/rdf-ns-builders": "^1.0.0",
"@tpluscode/rdf-string": "^1.3.3",
"@tpluscode/sparql-builder": "^2.0.3",
"@turf/centroid": "^6.5.0",
"@types/react": "18",
"cors": "^2.8.5",
"d3": "^7.9.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"fp-ts": "^2.10.4",
"fs-extra": "^10.0.0",
"graphql": "^16.6.0",
Expand All @@ -80,7 +74,6 @@
"rdf-ext": "^1.3.0",
"react": "18",
"react-dom": "18",
"rollup-plugin-string": "^3.0.0",
"sparql-http-client": "^2.3.0",
"swiss-maps": "^4.5.0",
"topojson-client": "^3.1.0",
Expand All @@ -103,7 +96,9 @@
"@lingui/cli": "^3.13.3",
"@lingui/macro": "^3.13.3",
"@mdx-js/loader": "^1.6.22",
"@next/bundle-analyzer": "^11.0.1",
"@playwright/test": "^1.38.1",
"@rollup/plugin-typescript": "^8.3.2",
"@types/argparse": "^2.0.10",
"@types/clownface": "^1.2.2",
"@types/cors": "^2.8.9",
Expand All @@ -119,6 +114,7 @@
"@types/rdf-ext": "^1.3.8",
"@types/rdf-js": "^4.0.1",
"@types/rdfjs__namespace": "^1.1.3",
"@types/react": "18",
"@types/react-dom": "18",
"@types/sparql-http-client": "^2.2.5",
"@types/theme-ui": "^0.3.7",
Expand All @@ -132,11 +128,15 @@
"babel-plugin-macros": "^3.0.1",
"eslint": "^8.50.0",
"eslint-config-next": "^13.5.3",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^27.5.1",
"jest-raw-loader": "^1.0.1",
"k6": "^0.0.0",
"prettier": "^2.2.1",
"raw-loader": "^4.0.2",
"rollup-plugin-string": "^3.0.0",
"start-server-and-test": "^1.12.1",
"typescript": "^4.2.4"
},
Expand Down

0 comments on commit edacefa

Please sign in to comment.