Move dependencies

next-interactions
Justin 2022-04-04 15:24:28 -04:00
rodzic 43512a469b
commit 3e40ac830e
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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