Update all non-major dependencies (#82)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-11-11 03:47:57 +00:00 committed by GitHub
parent 269a2be2f7
commit 0a64bc0e32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 52 additions and 134 deletions

176
package-lock.json generated
View file

@ -8,7 +8,7 @@
"name": "devscard", "name": "devscard",
"version": "0.0.1", "version": "0.0.1",
"dependencies": { "dependencies": {
"@astrojs/image": "0.11.2", "@astrojs/image": "0.11.4",
"@iconify-icon/react": "1.0.1", "@iconify-icon/react": "1.0.1",
"clsx": "1.2.1", "clsx": "1.2.1",
"prettier-plugin-astro": "0.7.0", "prettier-plugin-astro": "0.7.0",
@ -19,12 +19,12 @@
"devDependencies": { "devDependencies": {
"@astrojs/react": "1.2.2", "@astrojs/react": "1.2.2",
"@astrojs/tailwind": "2.1.2", "@astrojs/tailwind": "2.1.2",
"@iconify/json": "2.1.134", "@iconify/json": "2.1.135",
"@types/react": "18.0.25", "@types/react": "18.0.25",
"@types/react-dom": "18.0.8", "@types/react-dom": "18.0.8",
"@typescript-eslint/eslint-plugin": "5.42.1", "@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1", "@typescript-eslint/parser": "5.42.1",
"astro": "1.6.5", "astro": "1.6.7",
"eslint": "8.27.0", "eslint": "8.27.0",
"eslint-config-airbnb": "19.0.4", "eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0", "eslint-config-airbnb-typescript": "17.0.0",
@ -39,9 +39,9 @@
"eslint-plugin-react": "7.31.10", "eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "8.0.0", "eslint-plugin-simple-import-sort": "8.0.0",
"postcss": "8.4.18", "postcss": "8.4.19",
"prettier": "2.7.1", "prettier": "2.7.1",
"tailwindcss": "3.2.2", "tailwindcss": "3.2.3",
"type-fest": "3.2.0", "type-fest": "3.2.0",
"typescript": "4.8.4", "typescript": "4.8.4",
"vite": "3.2.3", "vite": "3.2.3",
@ -72,16 +72,10 @@
"node": ">=6.0.0" "node": ">=6.0.0"
} }
}, },
"node_modules/@astrojs/compiler": {
"version": "0.23.4",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.23.4.tgz",
"integrity": "sha512-vNZIa5Tf5nOqBEGJvM6xyYBnGcz4MAp+bBPnyVI0UYRjsIWlP7RgMdCpRV0OOh5kgh00BoAypGv27kcoJCMVfA==",
"dev": true
},
"node_modules/@astrojs/image": { "node_modules/@astrojs/image": {
"version": "0.11.2", "version": "0.11.4",
"resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.11.2.tgz", "resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.11.4.tgz",
"integrity": "sha512-M4V5b3eO+9vFu9gRPFCtzdzyWWmOEGxDhjY73kLUIxJt2LP8c4NzJtR9unETGOKAlfMFeSJdDQ2L0LTCVH/miw==", "integrity": "sha512-5+ryBMs0pzHXOlB0ZbI/KR8LFIpNw/yTelxV/Au7WtgnRbxDBwBDVmUKZr6vhTwqMpSif8YM32t84ayIGJJdMA==",
"dependencies": { "dependencies": {
"@altano/tiny-async-pool": "^1.0.2", "@altano/tiny-async-pool": "^1.0.2",
"http-cache-semantics": "^4.1.0", "http-cache-semantics": "^4.1.0",
@ -102,15 +96,15 @@
} }
}, },
"node_modules/@astrojs/language-server": { "node_modules/@astrojs/language-server": {
"version": "0.26.2", "version": "0.28.3",
"resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-0.26.2.tgz", "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-0.28.3.tgz",
"integrity": "sha512-9nkfdd6CMXLDIJojnwbYu5XrYfOI+g63JlktOlpFCwFjFNpm1u0e/+pXXmj6Zs+PkSTo0kV1UM77dRKRS5OC1Q==", "integrity": "sha512-fPovAX/X46eE2w03jNRMpQ7W9m2mAvNt4Ay65lD9wl1Z5vIQYxlg7Enp9qP225muTr4jSVB5QiLumFJmZMAaVA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@vscode/emmet-helper": "^2.8.4", "@vscode/emmet-helper": "^2.8.4",
"events": "^3.3.0", "events": "^3.3.0",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"prettier-plugin-astro": "^0.5.3", "prettier-plugin-astro": "^0.7.0",
"source-map": "^0.7.3", "source-map": "^0.7.3",
"vscode-css-languageservice": "^6.0.1", "vscode-css-languageservice": "^6.0.1",
"vscode-html-languageservice": "^5.0.0", "vscode-html-languageservice": "^5.0.0",
@ -124,38 +118,6 @@
"astro-ls": "bin/nodeServer.js" "astro-ls": "bin/nodeServer.js"
} }
}, },
"node_modules/@astrojs/language-server/node_modules/prettier-plugin-astro": {
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.5.5.tgz",
"integrity": "sha512-tEJiPjTB1eVT5Czcbkj9GoRG/oMewOnG9x737p/hJUD5QXJmn7LiYFM2dKkX0i4A1fhhsGfXT+uqsAXcw2r8JQ==",
"dev": true,
"dependencies": {
"@astrojs/compiler": "^0.23.4",
"prettier": "^2.7.1",
"sass-formatter": "^0.7.5",
"synckit": "^0.7.0"
},
"engines": {
"node": "^14.15.0 || >=16.0.0",
"npm": ">=6.14.0"
}
},
"node_modules/@astrojs/language-server/node_modules/synckit": {
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.7.3.tgz",
"integrity": "sha512-jNroMv7Juy+mJ/CHW5H6TzsLWpa1qck6sCHbkv8YTur+irSq2PjbvmGnm2gy14BUQ6jF33vyR4DPssHqmqsDQw==",
"dev": true,
"dependencies": {
"@pkgr/utils": "^2.3.0",
"tslib": "^2.4.0"
},
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/unts"
}
},
"node_modules/@astrojs/markdown-remark": { "node_modules/@astrojs/markdown-remark": {
"version": "1.1.3", "version": "1.1.3",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-1.1.3.tgz", "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-1.1.3.tgz",
@ -820,9 +782,9 @@
} }
}, },
"node_modules/@iconify/json": { "node_modules/@iconify/json": {
"version": "2.1.134", "version": "2.1.135",
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.134.tgz", "resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.135.tgz",
"integrity": "sha512-vqz3quli1lcFogDyu3H7mHyPjub+bZv8dJaR1lRk1gzblKBPlKoHhC0VaAjSMiA5L6toqXQRp7osjulB4JkA5Q==", "integrity": "sha512-TPcWuayPACVtr2PxMbayUU+UEpoeL9VKvc3iJ+nImmxCZvDqeO7ralHqBSZi52sf9O5lvpe6xQSQijSIr6omAw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@iconify/types": "*", "@iconify/types": "*",
@ -1698,13 +1660,13 @@
"dev": true "dev": true
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "1.6.5", "version": "1.6.7",
"resolved": "https://registry.npmjs.org/astro/-/astro-1.6.5.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-1.6.7.tgz",
"integrity": "sha512-PBjtMJeCRTkvG2ExMpfDUEc7FbwpJ/pxixe7Kt1Z9dfggofGLXnNa5JxzvacuotI1u35wb9nwQ7aI4Uyk5Ellg==", "integrity": "sha512-xx910blM5qfSMyesmVmuhXqKMIOa2WL/WTSfYv84pB9JocgtAfGKlmS1HZNqWd0h9YLreYbGRzXhbtv2Qfd8vw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@astrojs/compiler": "^0.29.5", "@astrojs/compiler": "^0.29.11",
"@astrojs/language-server": "^0.26.2", "@astrojs/language-server": "^0.28.3",
"@astrojs/markdown-remark": "^1.1.3", "@astrojs/markdown-remark": "^1.1.3",
"@astrojs/telemetry": "^1.0.1", "@astrojs/telemetry": "^1.0.1",
"@astrojs/webapi": "^1.1.1", "@astrojs/webapi": "^1.1.1",
@ -1726,7 +1688,6 @@
"debug": "^4.3.4", "debug": "^4.3.4",
"deepmerge-ts": "^4.2.2", "deepmerge-ts": "^4.2.2",
"diff": "^5.1.0", "diff": "^5.1.0",
"eol": "^0.9.1",
"es-module-lexer": "^0.10.5", "es-module-lexer": "^0.10.5",
"esbuild": "^0.14.43", "esbuild": "^0.14.43",
"execa": "^6.1.0", "execa": "^6.1.0",
@ -2837,12 +2798,6 @@
"node": ">=10.13.0" "node": ">=10.13.0"
} }
}, },
"node_modules/eol": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/eol/-/eol-0.9.1.tgz",
"integrity": "sha512-Ds/TEoZjwggRoz/Q2O7SE3i4Jm66mqTDfmdHdq/7DKVk3bro9Q8h6WdXKdPqFLMoqxrDK5SVRzHVPOS6uuGtrg==",
"dev": true
},
"node_modules/error-stack-parser": { "node_modules/error-stack-parser": {
"version": "2.1.4", "version": "2.1.4",
"resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
@ -7659,9 +7614,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.4.18", "version": "8.4.19",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.18.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz",
"integrity": "sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==", "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@ -9191,9 +9146,9 @@
} }
}, },
"node_modules/tailwindcss": { "node_modules/tailwindcss": {
"version": "3.2.2", "version": "3.2.3",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.2.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.3.tgz",
"integrity": "sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q==", "integrity": "sha512-Xt9D4PK4zuuQCEB8bwK9JUCKmTgUwyac/6b0/42Vqhgl6YJkep+Wf5wq+5uXYfmrupdAD0YY2NY1hyZp1HjRrg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"arg": "^5.0.2", "arg": "^5.0.2",
@ -10631,16 +10586,10 @@
"@jridgewell/trace-mapping": "^0.3.9" "@jridgewell/trace-mapping": "^0.3.9"
} }
}, },
"@astrojs/compiler": {
"version": "0.23.4",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.23.4.tgz",
"integrity": "sha512-vNZIa5Tf5nOqBEGJvM6xyYBnGcz4MAp+bBPnyVI0UYRjsIWlP7RgMdCpRV0OOh5kgh00BoAypGv27kcoJCMVfA==",
"dev": true
},
"@astrojs/image": { "@astrojs/image": {
"version": "0.11.2", "version": "0.11.4",
"resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.11.2.tgz", "resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.11.4.tgz",
"integrity": "sha512-M4V5b3eO+9vFu9gRPFCtzdzyWWmOEGxDhjY73kLUIxJt2LP8c4NzJtR9unETGOKAlfMFeSJdDQ2L0LTCVH/miw==", "integrity": "sha512-5+ryBMs0pzHXOlB0ZbI/KR8LFIpNw/yTelxV/Au7WtgnRbxDBwBDVmUKZr6vhTwqMpSif8YM32t84ayIGJJdMA==",
"requires": { "requires": {
"@altano/tiny-async-pool": "^1.0.2", "@altano/tiny-async-pool": "^1.0.2",
"http-cache-semantics": "^4.1.0", "http-cache-semantics": "^4.1.0",
@ -10653,15 +10602,15 @@
} }
}, },
"@astrojs/language-server": { "@astrojs/language-server": {
"version": "0.26.2", "version": "0.28.3",
"resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-0.26.2.tgz", "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-0.28.3.tgz",
"integrity": "sha512-9nkfdd6CMXLDIJojnwbYu5XrYfOI+g63JlktOlpFCwFjFNpm1u0e/+pXXmj6Zs+PkSTo0kV1UM77dRKRS5OC1Q==", "integrity": "sha512-fPovAX/X46eE2w03jNRMpQ7W9m2mAvNt4Ay65lD9wl1Z5vIQYxlg7Enp9qP225muTr4jSVB5QiLumFJmZMAaVA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@vscode/emmet-helper": "^2.8.4", "@vscode/emmet-helper": "^2.8.4",
"events": "^3.3.0", "events": "^3.3.0",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"prettier-plugin-astro": "^0.5.3", "prettier-plugin-astro": "^0.7.0",
"source-map": "^0.7.3", "source-map": "^0.7.3",
"vscode-css-languageservice": "^6.0.1", "vscode-css-languageservice": "^6.0.1",
"vscode-html-languageservice": "^5.0.0", "vscode-html-languageservice": "^5.0.0",
@ -10670,30 +10619,6 @@
"vscode-languageserver-textdocument": "^1.0.4", "vscode-languageserver-textdocument": "^1.0.4",
"vscode-languageserver-types": "^3.17.1", "vscode-languageserver-types": "^3.17.1",
"vscode-uri": "^3.0.3" "vscode-uri": "^3.0.3"
},
"dependencies": {
"prettier-plugin-astro": {
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.5.5.tgz",
"integrity": "sha512-tEJiPjTB1eVT5Czcbkj9GoRG/oMewOnG9x737p/hJUD5QXJmn7LiYFM2dKkX0i4A1fhhsGfXT+uqsAXcw2r8JQ==",
"dev": true,
"requires": {
"@astrojs/compiler": "^0.23.4",
"prettier": "^2.7.1",
"sass-formatter": "^0.7.5",
"synckit": "^0.7.0"
}
},
"synckit": {
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.7.3.tgz",
"integrity": "sha512-jNroMv7Juy+mJ/CHW5H6TzsLWpa1qck6sCHbkv8YTur+irSq2PjbvmGnm2gy14BUQ6jF33vyR4DPssHqmqsDQw==",
"dev": true,
"requires": {
"@pkgr/utils": "^2.3.0",
"tslib": "^2.4.0"
}
}
} }
}, },
"@astrojs/markdown-remark": { "@astrojs/markdown-remark": {
@ -11194,9 +11119,9 @@
} }
}, },
"@iconify/json": { "@iconify/json": {
"version": "2.1.134", "version": "2.1.135",
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.134.tgz", "resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.135.tgz",
"integrity": "sha512-vqz3quli1lcFogDyu3H7mHyPjub+bZv8dJaR1lRk1gzblKBPlKoHhC0VaAjSMiA5L6toqXQRp7osjulB4JkA5Q==", "integrity": "sha512-TPcWuayPACVtr2PxMbayUU+UEpoeL9VKvc3iJ+nImmxCZvDqeO7ralHqBSZi52sf9O5lvpe6xQSQijSIr6omAw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@iconify/types": "*", "@iconify/types": "*",
@ -11877,13 +11802,13 @@
"dev": true "dev": true
}, },
"astro": { "astro": {
"version": "1.6.5", "version": "1.6.7",
"resolved": "https://registry.npmjs.org/astro/-/astro-1.6.5.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-1.6.7.tgz",
"integrity": "sha512-PBjtMJeCRTkvG2ExMpfDUEc7FbwpJ/pxixe7Kt1Z9dfggofGLXnNa5JxzvacuotI1u35wb9nwQ7aI4Uyk5Ellg==", "integrity": "sha512-xx910blM5qfSMyesmVmuhXqKMIOa2WL/WTSfYv84pB9JocgtAfGKlmS1HZNqWd0h9YLreYbGRzXhbtv2Qfd8vw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@astrojs/compiler": "^0.29.5", "@astrojs/compiler": "^0.29.11",
"@astrojs/language-server": "^0.26.2", "@astrojs/language-server": "^0.28.3",
"@astrojs/markdown-remark": "^1.1.3", "@astrojs/markdown-remark": "^1.1.3",
"@astrojs/telemetry": "^1.0.1", "@astrojs/telemetry": "^1.0.1",
"@astrojs/webapi": "^1.1.1", "@astrojs/webapi": "^1.1.1",
@ -11905,7 +11830,6 @@
"debug": "^4.3.4", "debug": "^4.3.4",
"deepmerge-ts": "^4.2.2", "deepmerge-ts": "^4.2.2",
"diff": "^5.1.0", "diff": "^5.1.0",
"eol": "^0.9.1",
"es-module-lexer": "^0.10.5", "es-module-lexer": "^0.10.5",
"esbuild": "^0.14.43", "esbuild": "^0.14.43",
"execa": "^6.1.0", "execa": "^6.1.0",
@ -12703,12 +12627,6 @@
"tapable": "^2.2.0" "tapable": "^2.2.0"
} }
}, },
"eol": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/eol/-/eol-0.9.1.tgz",
"integrity": "sha512-Ds/TEoZjwggRoz/Q2O7SE3i4Jm66mqTDfmdHdq/7DKVk3bro9Q8h6WdXKdPqFLMoqxrDK5SVRzHVPOS6uuGtrg==",
"dev": true
},
"error-stack-parser": { "error-stack-parser": {
"version": "2.1.4", "version": "2.1.4",
"resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
@ -16001,9 +15919,9 @@
} }
}, },
"postcss": { "postcss": {
"version": "8.4.18", "version": "8.4.19",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.18.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz",
"integrity": "sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==", "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==",
"dev": true, "dev": true,
"requires": { "requires": {
"nanoid": "^3.3.4", "nanoid": "^3.3.4",
@ -17104,9 +17022,9 @@
} }
}, },
"tailwindcss": { "tailwindcss": {
"version": "3.2.2", "version": "3.2.3",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.2.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.3.tgz",
"integrity": "sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q==", "integrity": "sha512-Xt9D4PK4zuuQCEB8bwK9JUCKmTgUwyac/6b0/42Vqhgl6YJkep+Wf5wq+5uXYfmrupdAD0YY2NY1hyZp1HjRrg==",
"dev": true, "dev": true,
"requires": { "requires": {
"arg": "^5.0.2", "arg": "^5.0.2",

View file

@ -19,7 +19,7 @@
"lint:ts": "tsc --jsx preserve --skipLibCheck" "lint:ts": "tsc --jsx preserve --skipLibCheck"
}, },
"dependencies": { "dependencies": {
"@astrojs/image": "0.11.2", "@astrojs/image": "0.11.4",
"@iconify-icon/react": "1.0.1", "@iconify-icon/react": "1.0.1",
"clsx": "1.2.1", "clsx": "1.2.1",
"prettier-plugin-astro": "0.7.0", "prettier-plugin-astro": "0.7.0",
@ -30,12 +30,12 @@
"devDependencies": { "devDependencies": {
"@astrojs/react": "1.2.2", "@astrojs/react": "1.2.2",
"@astrojs/tailwind": "2.1.2", "@astrojs/tailwind": "2.1.2",
"@iconify/json": "2.1.134", "@iconify/json": "2.1.135",
"@types/react": "18.0.25", "@types/react": "18.0.25",
"@types/react-dom": "18.0.8", "@types/react-dom": "18.0.8",
"@typescript-eslint/eslint-plugin": "5.42.1", "@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1", "@typescript-eslint/parser": "5.42.1",
"astro": "1.6.5", "astro": "1.6.7",
"eslint": "8.27.0", "eslint": "8.27.0",
"eslint-config-airbnb": "19.0.4", "eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0", "eslint-config-airbnb-typescript": "17.0.0",
@ -50,9 +50,9 @@
"eslint-plugin-react": "7.31.10", "eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "8.0.0", "eslint-plugin-simple-import-sort": "8.0.0",
"postcss": "8.4.18", "postcss": "8.4.19",
"prettier": "2.7.1", "prettier": "2.7.1",
"tailwindcss": "3.2.2", "tailwindcss": "3.2.3",
"type-fest": "3.2.0", "type-fest": "3.2.0",
"typescript": "4.8.4", "typescript": "4.8.4",
"vite": "3.2.3", "vite": "3.2.3",