diff --git a/package-lock.json b/package-lock.json index 9753449733..335b4774fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1916,6 +1916,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/@types/nspell/-/nspell-2.1.0.tgz", "integrity": "sha512-wYxAPq+4ghcxfJmMG6CQt6h5eSqEfYrZJgAnmbH2Tyitm1CBt4HFoMLckDxXnjPMuLtXa9ETTVYLi7pSs+ZEQg==", + "dev": true, "requires": { "@types/node": "*" } diff --git a/package.json b/package.json index d8769115db..394300a272 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,6 @@ "@material-ui/lab": "^4.0.0-alpha.56", "@material-ui/styles": "^4.10.0", "@matt-block/react-recaptcha-v2": "^1.0.6", - "@types/nspell": "^2.1.0", "axios": "^0.19.2", "dictionary-en-us": "^2.1.1", "make-dir": "^3.1.0", @@ -82,6 +81,7 @@ "devDependencies": { "@types/jest": "^26.0.5", "@types/node": "^14.0.24", + "@types/nspell": "^2.1.0", "@types/react": "^16.9.43", "@types/react-beautiful-dnd": "^13.0.0", "@types/react-dom": "^16.9.8",