chore(web): update package.json and pkgs (#988)

* upgrade pnpm to 8.6.2

* remove devDependencies from package.json

* upgrade vite to 4.3.9
This commit is contained in:
Fabricio Silva 2023-06-17 13:49:21 +01:00 committed by GitHub
parent 8721ab65ce
commit c587c07b36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 442 additions and 281 deletions

View file

@ -3,39 +3,7 @@
"version": "0.2.0",
"private": true,
"homepage": ".",
"overrides": {
"react": "$react"
},
"dependencies": {
"@fontsource/inter": "^4.5.11",
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^2.0.11",
"@hookform/error-message": "^2.0.0",
"@tanstack/react-query": "^4.29.3",
"@tanstack/react-query-devtools": "^4.29.3",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"react": "^18.2.0",
"react-debounce-input": "^3.3.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.32.1",
"react-hot-toast": "^2.2.0",
"react-multi-select-component": "^4.2.9",
"react-popper-tooltip": "^4.4.2",
"react-portal": "^4.2.2",
"react-ridge-state": "4.2.2",
"react-router-dom": "^6.3.0",
"react-select": "^5.3.2",
"react-table": "^7.8.0",
"react-textarea-autosize": "^8.3.4",
"react-tooltip": "^5.5.2",
"stacktracey": "^2.1.8",
"vite-plugin-pwa": "^0.14.6",
"workbox-window": "^6.5.4",
"zod": "^3.21.4",
"zod-formik-adapter": "^1.2.0"
},
"packageManager": "pnpm@8.6.2",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
@ -55,8 +23,19 @@
"last 1 safari version"
]
},
"devDependencies": {
"pnpm": {
"overrides": {
"react": "$react"
}
},
"dependencies": {
"@fontsource/inter": "^4.5.11",
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^2.0.11",
"@hookform/error-message": "^2.0.0",
"@tailwindcss/forms": "^0.5.2",
"@tanstack/react-query": "^4.29.3",
"@tanstack/react-query-devtools": "^4.29.3",
"@types/node": "^18.0.0",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
@ -67,16 +46,37 @@
"@typescript-eslint/parser": "^5.28.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"autoprefixer": "^10.4.7",
"date-fns": "^2.28.0",
"eslint": "^8.17.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-watch": "^8.0.0",
"formik": "^2.2.9",
"http-proxy-middleware": "^2.0.6",
"postcss": "^8.4.14",
"react": "^18.2.0",
"react-debounce-input": "^3.3.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.32.1",
"react-hot-toast": "^2.2.0",
"react-multi-select-component": "^4.2.9",
"react-popper-tooltip": "^4.4.2",
"react-portal": "^4.2.2",
"react-ridge-state": "4.2.2",
"react-router-dom": "^6.3.0",
"react-select": "^5.3.2",
"react-table": "^7.8.0",
"react-textarea-autosize": "^8.3.4",
"react-tooltip": "^5.5.2",
"stacktracey": "^2.1.8",
"tailwindcss": "^3.1.3",
"typescript": "^4.7.3",
"vite": "^4.2.1"
},
"packageManager": "pnpm@8.5.1"
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.14.6",
"workbox-window": "^6.5.4",
"zod": "^3.21.4",
"zod-formik-adapter": "^1.2.0"
}
}