diff --git a/package.json b/package.json index c122920a3..8e55d5b7c 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,7 @@ "@fontsource/inter": "^4.5.1", "@fontsource/roboto": "^4.5.0", "@gamestdio/websocket": "^0.3.2", + "@jest/globals": "^27.5.1", "@lcdp/offline-plugin": "^5.1.0", "@popperjs/core": "^2.4.4", "@reach/menu-button": "^0.16.2", @@ -68,6 +69,7 @@ "@tabler/icons": "^1.53.0", "@tailwindcss/forms": "^0.4.0", "@tailwindcss/typography": "^0.5.1", + "@testing-library/react": "^12.1.4", "@types/escape-html": "^1.0.1", "@types/http-link-header": "^1.0.3", "@types/jest": "^27.4.1", @@ -83,6 +85,7 @@ "array-includes": "^3.0.3", "autoprefixer": "^10.4.2", "axios": "^0.21.4", + "axios-mock-adapter": "^1.18.1", "babel-loader": "^8.2.2", "babel-plugin-lodash": "^3.3.4", "babel-plugin-preval": "^5.0.0", @@ -192,13 +195,10 @@ "wicg-inert": "^3.1.1" }, "devDependencies": { - "@jest/globals": "^27.5.1", "@testing-library/jest-dom": "^5.16.3", - "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^14.0.3", "@typescript-eslint/eslint-plugin": "^5.15.0", "@typescript-eslint/parser": "^5.15.0", - "axios-mock-adapter": "^1.18.1", "babel-eslint": "^10.1.0", "babel-jest": "^27.1.0", "eslint": "^7.0.0",