Remove < 21 node restriction (#1728)

This commit is contained in:
Ericson "Fogo" Soares 2023-11-04 00:44:07 -03:00 committed by GitHub
parent f23e0b13c6
commit 614ca0d811
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 1194 additions and 1236 deletions

View file

@ -26,12 +26,12 @@
},
"devDependencies": {
"@sd/config": "workspace:*",
"@sentry/vite-plugin": "^2.8.0",
"@tauri-apps/cli": "^1.5.5",
"@types/react": "^18.2.31",
"@sentry/vite-plugin": "^2.9.0",
"@tauri-apps/cli": "^1.5.6",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"sass": "^1.69.4",
"@vitejs/plugin-react": "^4.1.1",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-html": "^3.2.0",

View file

@ -48,18 +48,18 @@
},
"devDependencies": {
"@next/bundle-analyzer": "^13.5.6",
"@octokit/openapi-types": "^19.0.0",
"@octokit/openapi-types": "^19.0.2",
"@sd/config": "workspace:*",
"@svgr/webpack": "^8.1.0",
"@types/node": "~18.17.19",
"@types/react": "^18.2.31",
"@types/react": "^18.2.34",
"@types/react-burger-menu": "^2.8.5",
"@types/react-dom": "^18.2.14",
"@types/three": "^0.157.2",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
}
}

View file

@ -62,9 +62,9 @@
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@rnx-kit/metro-config": "^1.3.11",
"@rnx-kit/metro-config": "^1.3.12",
"@sd/config": "workspace:*",
"@types/react": "^18.2.31",
"@types/react": "^18.2.34",
"babel-plugin-module-resolver": "^5.0.0",
"eslint-plugin-react-native": "^4.1.0",
"react-native-svg-transformer": "^1.1.0",

View file

@ -18,17 +18,17 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"postcss-pseudo-companion-classes": "^0.1.1",
"@sd/config": "workspace:*",
"@sd/ui": "workspace:*",
"@types/react": "^18.2.31",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"@vitejs/plugin-react": "^4.1.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-pseudo-companion-classes": "^0.1.1",
"prop-types": "^15.8.1",
"storybook": "^7.5.1",
"tailwindcss": "^3.3.3",
"storybook": "^7.5.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^4.5.0"
}

View file

@ -25,9 +25,9 @@
"@playwright/test": "^1.39.0",
"@sd/config": "workspace:*",
"@sd/ui": "workspace:*",
"@types/react": "^18.2.31",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"@vitejs/plugin-react": "^4.1.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"rollup-plugin-visualizer": "^5.9.2",

View file

@ -56,12 +56,12 @@
"devDependencies": {
"@sd/config": "workspace:*",
"@types/node": "~18.17.19",
"@types/react": "^18.2.31",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/uuid": "^9.0.6",
"@vitejs/plugin-react": "^4.1.0",
"tailwindcss": "^3.3.3",
"type-fest": "^4.5.0",
"@vitejs/plugin-react": "^4.1.1",
"tailwindcss": "^3.3.5",
"type-fest": "^4.6.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-svgr": "^3.3.0"

View file

@ -39,7 +39,7 @@
"@cspell/dict-rust": "^4.0.1",
"@cspell/dict-typescript": "^3.1.2",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@storybook/react-vite": "^7.5.1",
"@storybook/react-vite": "^7.5.2",
"cspell": "^7.3.8",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
@ -56,7 +56,7 @@
"pnpm": ">=8.0.0",
"npm": "pnpm",
"yarn": "pnpm",
"node": ">=18.17 <19 || >=20.1 <21"
"node": ">=18.17 <19 || >=20.1"
},
"eslintConfig": {
"root": true

View file

@ -23,9 +23,9 @@
"zod": "~3.22.4"
},
"devDependencies": {
"@types/react": "^18.2.31",
"typescript": "^5.2.2",
"@sd/config": "workspace:*"
"@sd/config": "workspace:*",
"@types/react": "^18.2.34",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": "^18.2"

View file

@ -11,9 +11,9 @@
"lint": "eslint . --cache"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.52.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.53.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.16",

View file

@ -49,16 +49,16 @@
"@babel/core": "^7.23.2",
"@headlessui/tailwindcss": "^0.2.0",
"@sd/config": "workspace:*",
"@storybook/types": "^7.5.1",
"@storybook/types": "^7.5.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "~18.17.19",
"@types/react": "^18.2.31",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"sass": "^1.69.4",
"tailwindcss": "^3.3.3",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-radix": "^2.8.0",
"typescript": "^5.2.2"

File diff suppressed because it is too large Load diff

View file

@ -30,9 +30,9 @@
"@babel/eslint-plugin": "^7.22.10",
"@types/mustache": "^4.2.4",
"@types/node": "~18.17.19",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.52.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-jsdoc": "^46.8.2",