Skip to content

Commit 813563b

Browse files
committed
Update dependencies
1 parent 8fc5523 commit 813563b

9 files changed

Lines changed: 746 additions & 979 deletions

File tree

apps/debug/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

apps/debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"backend": "workspace:*",
14-
"next": "^14.2.24",
14+
"next": "^15.2.1",
1515
"plugin-ui": "workspace:*",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0"

apps/plugin/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@
1313
"@figma/plugin-typings": "^1.108.0",
1414
"backend": "workspace:*",
1515
"clsx": "^2.1.1",
16-
"lucide-react": "^0.477.0",
17-
"motion": "^12.4.9",
18-
"nanoid": "^5.1.2",
16+
"lucide-react": "^0.479.0",
17+
"motion": "^12.4.10",
18+
"nanoid": "^5.1.3",
1919
"plugin-ui": "workspace:*",
2020
"react": "^19.0.0",
2121
"react-dom": "^19.0.0",
2222
"tailwind-merge": "^3.0.2",
2323
"tailwindcss-animate": "^1.0.7"
2424
},
2525
"devDependencies": {
26-
"@types/node": "^20.17.21",
26+
"@types/node": "^22.13.9",
2727
"@types/react": "^19.0.10",
2828
"@types/react-dom": "^19.0.4",
29-
"@typescript-eslint/eslint-plugin": "^7.18.0",
30-
"@typescript-eslint/parser": "^7.18.0",
29+
"@typescript-eslint/eslint-plugin": "^8.26.0",
30+
"@typescript-eslint/parser": "^8.26.0",
3131
"@vitejs/plugin-react": "^4.3.4",
3232
"@vitejs/plugin-react-swc": "^3.8.0",
3333
"autoprefixer": "^10.4.20",
34-
"concurrently": "^8.2.2",
35-
"esbuild": "^0.23.1",
34+
"concurrently": "^9.1.2",
35+
"esbuild": "^0.25.0",
3636
"eslint-config-custom": "workspace:*",
37-
"eslint-plugin-react-hooks": "^4.6.2",
37+
"eslint-plugin-react-hooks": "^5.2.0",
3838
"eslint-plugin-react-refresh": "^0.4.19",
3939
"postcss": "^8.5.3",
4040
"tailwindcss": "3.4.6",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"format": "prettier --write \"**/*.{ts,tsx,css,md}\""
1111
},
1212
"devDependencies": {
13-
"eslint": "^9.21.0",
13+
"eslint": "^9.22.0",
1414
"eslint-config-custom": "workspace:*",
15-
"prettier": "^3.5.2",
15+
"prettier": "^3.5.3",
1616
"turbo": "^2.4.4",
1717
"typescript": "^5.8.2"
1818
}

packages/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"dependencies": {
1616
"@figma/plugin-typings": "^1.108.0",
1717
"js-base64": "^3.7.7",
18-
"nanoid": "^5.1.2",
18+
"nanoid": "^5.1.3",
1919
"react": "19.0.0",
2020
"react-dom": "19.0.0",
2121
"types": "workspace:*"
2222
},
2323
"devDependencies": {
2424
"@types/react": "^19.0.10",
2525
"@types/react-dom": "^19.0.4",
26-
"eslint": "^9.21.0",
26+
"eslint": "^9.22.0",
2727
"eslint-config-custom": "workspace:*",
2828
"tsconfig": "workspace:*",
2929
"tsup": "^8.4.0",

packages/eslint-config-custom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"eslint-config-next": "^14.2.24",
8-
"eslint-config-prettier": "^9.1.0",
7+
"eslint-config-next": "^15.2.1",
8+
"eslint-config-prettier": "^10.1.1",
99
"eslint-config-turbo": "^2.4.4",
10-
"eslint-plugin-react": "7.35.0"
10+
"eslint-plugin-react": "7.37.4"
1111
},
1212
"publishConfig": {
1313
"access": "public"

packages/plugin-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"@types/react-syntax-highlighter": "15.5.13",
1616
"clsx": "^2.1.1",
1717
"copy-to-clipboard": "^3.3.3",
18-
"lucide-react": "^0.477.0",
18+
"lucide-react": "^0.479.0",
1919
"react": "^19.0.0",
2020
"react-syntax-highlighter": "^15.6.1",
2121
"tailwind-merge": "^3.0.2",
2222
"tailwindcss": "3.4.6",
2323
"tailwindcss-animate": "^1.0.7"
2424
},
2525
"devDependencies": {
26-
"eslint": "^9.21.0",
26+
"eslint": "^9.22.0",
2727
"eslint-config-custom": "workspace:*",
2828
"tsconfig": "workspace:*",
2929
"types": "workspace:*",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"tsconfig": "workspace:*"
2020
},
2121
"devDependencies": {
22-
"eslint": "^9.21.0",
22+
"eslint": "^9.22.0",
2323
"eslint-config-custom": "workspace:*",
2424
"typescript": "^5.8.2"
2525
}

0 commit comments

Comments
 (0)