From edacefa402545429d2c18998c5ca1a3c2f748e48 Mon Sep 17 00:00:00 2001 From: Patrick Browne Date: Fri, 22 Nov 2024 15:53:00 +0100 Subject: [PATCH] chore: Move deps to dev deps --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 30424aa5..a5ee6fa8 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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", @@ -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", @@ -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" },