Skip to content

Commit a783b5c

Browse files
committed
Update dependencies
1 parent 09d9f4d commit a783b5c

File tree

8 files changed

+1271
-1175
lines changed

8 files changed

+1271
-1175
lines changed

apps/debug/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
},
1212
"dependencies": {
1313
"backend": "workspace:*",
14-
"next": "^14.2.3",
14+
"next": "^14.2.5",
1515
"plugin-ui": "workspace:*",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^20.12.8",
21-
"@types/react": "^18.3.1",
20+
"@types/node": "^20.14.11",
21+
"@types/react": "^18.3.3",
2222
"@types/react-dom": "^18.3.0",
2323
"autoprefixer": "^10.4.19",
2424
"eslint-config-custom": "workspace:*",
25-
"postcss": "^8.4.38",
26-
"tailwindcss": "3.4.3",
25+
"postcss": "^8.4.39",
26+
"tailwindcss": "3.4.6",
2727
"tsconfig": "workspace:*",
28-
"typescript": "^5.4.5"
28+
"typescript": "^5.5.4"
2929
}
3030
}

apps/plugin/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,31 @@
1010
"dev": "pnpm build:watch"
1111
},
1212
"dependencies": {
13-
"@figma/plugin-typings": "^1.92.0",
13+
"@figma/plugin-typings": "^1.97.0",
1414
"backend": "workspace:*",
1515
"plugin-ui": "workspace:*",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^20.12.8",
21-
"@types/react": "^18.3.1",
20+
"@types/node": "^20.14.11",
21+
"@types/react": "^18.3.3",
2222
"@types/react-dom": "^18.3.0",
23-
"@typescript-eslint/eslint-plugin": "^7.8.0",
24-
"@typescript-eslint/parser": "^7.8.0",
25-
"@vitejs/plugin-react": "^4.2.1",
26-
"@vitejs/plugin-react-swc": "^3.6.0",
23+
"@typescript-eslint/eslint-plugin": "^7.17.0",
24+
"@typescript-eslint/parser": "^7.17.0",
25+
"@vitejs/plugin-react": "^4.3.1",
26+
"@vitejs/plugin-react-swc": "^3.7.0",
2727
"autoprefixer": "^10.4.19",
2828
"concurrently": "^8.2.2",
29-
"esbuild": "^0.20.2",
29+
"esbuild": "^0.23.0",
3030
"eslint-config-custom": "workspace:*",
3131
"eslint-plugin-react-hooks": "^4.6.2",
32-
"eslint-plugin-react-refresh": "^0.4.6",
33-
"postcss": "^8.4.38",
34-
"tailwindcss": "3.4.3",
32+
"eslint-plugin-react-refresh": "^0.4.9",
33+
"postcss": "^8.4.39",
34+
"tailwindcss": "3.4.6",
3535
"tsconfig": "workspace:*",
36-
"typescript": "^5.4.5",
37-
"vite": "^5.2.10",
38-
"vite-plugin-singlefile": "^2.0.1"
36+
"typescript": "^5.5.4",
37+
"vite": "^5.3.4",
38+
"vite-plugin-singlefile": "^2.0.2"
3939
}
4040
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"format": "prettier --write \"**/*.{ts,tsx,md}\""
99
},
1010
"devDependencies": {
11-
"eslint": "^9.1.1",
11+
"eslint": "^9.7.0",
1212
"eslint-config-custom": "workspace:*",
13-
"prettier": "^3.2.5",
14-
"turbo": "^1.13.3"
13+
"prettier": "^3.3.3",
14+
"turbo": "^2.0.9"
1515
}
1616
}

packages/backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"test": "jest"
1515
},
1616
"dependencies": {
17-
"@figma/plugin-typings": "^1.92.0",
17+
"@figma/plugin-typings": "^1.97.0",
1818
"react": "18.3.1",
1919
"react-dom": "18.3.1"
2020
},
2121
"devDependencies": {
22-
"@types/react": "^18.3.1",
22+
"@types/react": "^18.3.3",
2323
"@types/react-dom": "^18.3.0",
24-
"eslint": "^9.1.1",
24+
"eslint": "^9.7.0",
2525
"eslint-config-custom": "workspace:*",
2626
"tsconfig": "workspace:*",
27-
"tsup": "^8.0.2",
28-
"typescript": "^5.4.5"
27+
"tsup": "^8.2.2",
28+
"typescript": "^5.5.4"
2929
}
3030
}

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.3",
7+
"eslint-config-next": "^14.2.5",
88
"eslint-config-prettier": "^9.1.0",
9-
"eslint-config-turbo": "^1.13.3",
10-
"eslint-plugin-react": "7.34.1"
9+
"eslint-config-turbo": "^2.0.9",
10+
"eslint-plugin-react": "7.35.0"
1111
},
1212
"publishConfig": {
1313
"access": "public"

packages/plugin-ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"copy-to-clipboard": "^3.3.3",
1515
"react": "^18.3.1",
1616
"react-syntax-highlighter": "^15.5.0",
17-
"tailwindcss": "3.4.3"
17+
"tailwindcss": "3.4.6"
1818
},
1919
"devDependencies": {
20-
"@types/react": "^18.3.1",
20+
"@types/react": "^18.3.3",
2121
"@types/react-dom": "^18.3.0",
22-
"@types/react-syntax-highlighter": "15.5.11",
23-
"eslint": "^9.1.1",
22+
"@types/react-syntax-highlighter": "15.5.13",
23+
"eslint": "^9.7.0",
2424
"eslint-config-custom": "workspace:*",
2525
"tsconfig": "workspace:*",
26-
"typescript": "^5.4.5"
26+
"typescript": "^5.5.4"
2727
}
2828
}

packages/plugin-ui/src/PluginUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ const SelectableToggle = ({
609609
style={{
610610
borderRadius: 4,
611611
}}
612-
></span>
612+
/>
613613
{title}
614614
</button>
615615
);

0 commit comments

Comments
 (0)