aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2023-10-23 12:02:56 -0400
committerPauline <git@ethanlibs.co>2023-10-23 12:02:56 -0400
commit10c2d95bcf72ddf4ab63ac20833d0e3573b8f875 (patch)
treebb13d40dee6221770f1d65ef50b4d4201eeaff8f /packages
parent8485ba67a9950185465a86131acbd8dabc20a945 (diff)
downloadNexus-10c2d95bcf72ddf4ab63ac20833d0e3573b8f875.tar.gz
Nexus-10c2d95bcf72ddf4ab63ac20833d0e3573b8f875.tar.bz2
Nexus-10c2d95bcf72ddf4ab63ac20833d0e3573b8f875.zip
chore(deps): bump all dependencies
Diffstat (limited to 'packages')
-rw-r--r--packages/config/package.json12
-rw-r--r--packages/ui/package.json14
2 files changed, 13 insertions, 13 deletions
diff --git a/packages/config/package.json b/packages/config/package.json
index 2a16d61..5fdcbdc 100644
--- a/packages/config/package.json
+++ b/packages/config/package.json
@@ -10,17 +10,17 @@
"lint": "eslint . --cache"
},
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "^6.7.5",
- "@typescript-eslint/parser": "^6.7.5",
- "eslint": "^8.51.0",
- "eslint-config-turbo": "^1.10.15",
+ "@typescript-eslint/eslint-plugin": "^6.8.0",
+ "@typescript-eslint/parser": "^6.8.0",
+ "eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
+ "eslint-config-turbo": "^1.10.16",
+ "eslint-plugin-astro": "^0.29.1",
+ "eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.13.0",
- "eslint-plugin-astro": "^0.29.1",
- "eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-utils": "^3.0.0",
"regexpp": "^3.2.0",
"vite-plugin-html": "^3.2.0",
diff --git a/packages/ui/package.json b/packages/ui/package.json
index e79d4c0..d843ba8 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -18,15 +18,15 @@
},
"dependencies": {
"@headlessui/react": "^1.7.17",
- "@headlessui/tailwindcss": "^0.1.1",
- "@react-spring/web": "^9.7.3",
+ "@headlessui/tailwindcss": "^0.2.0",
"@polyfrost/assets": "workspace:*",
+ "@react-spring/web": "^9.7.3",
"@tailwindcss/forms": "^0.5.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
- "react-router-dom": "^6.16.0",
+ "react-router-dom": "^6.17.0",
"sonner": "^1.0.3",
"tailwindcss-radix": "^2.8.0",
"ts-pattern": "^5.0.5",
@@ -36,14 +36,14 @@
"devDependencies": {
"@babel/core": "^7.23.2",
"@polyfrost/config": "workspace:*",
- "@storybook/types": "^7.4.6",
+ "@storybook/types": "^7.5.1",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "~18.17.19",
- "@types/react": "^18.2.28",
- "@types/react-dom": "^18.2.13",
+ "@types/react": "^18.2.31",
+ "@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
- "sass": "^1.69.3",
+ "sass": "^1.69.4",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2"