Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bernaferrari committed Jul 23, 2024
1 parent 09d9f4d commit a783b5c
Show file tree
Hide file tree
Showing 8 changed files with 1,271 additions and 1,175 deletions.
12 changes: 6 additions & 6 deletions apps/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
},
"dependencies": {
"backend": "workspace:*",
"next": "^14.2.3",
"next": "^14.2.5",
"plugin-ui": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint-config-custom": "workspace:*",
"postcss": "^8.4.38",
"tailwindcss": "3.4.3",
"postcss": "^8.4.39",
"tailwindcss": "3.4.6",
"tsconfig": "workspace:*",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
}
}
28 changes: 14 additions & 14 deletions apps/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@
"dev": "pnpm build:watch"
},
"dependencies": {
"@figma/plugin-typings": "^1.92.0",
"@figma/plugin-typings": "^1.97.0",
"backend": "workspace:*",
"plugin-ui": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"esbuild": "^0.20.2",
"esbuild": "^0.23.0",
"eslint-config-custom": "workspace:*",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "3.4.3",
"eslint-plugin-react-refresh": "^0.4.9",
"postcss": "^8.4.39",
"tailwindcss": "3.4.6",
"tsconfig": "workspace:*",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-singlefile": "^2.0.1"
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vite-plugin-singlefile": "^2.0.2"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"eslint": "^9.1.1",
"eslint": "^9.7.0",
"eslint-config-custom": "workspace:*",
"prettier": "^3.2.5",
"turbo": "^1.13.3"
"prettier": "^3.3.3",
"turbo": "^2.0.9"
}
}
10 changes: 5 additions & 5 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"test": "jest"
},
"dependencies": {
"@figma/plugin-typings": "^1.92.0",
"@figma/plugin-typings": "^1.97.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^9.1.1",
"eslint": "^9.7.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
"tsup": "^8.2.2",
"typescript": "^5.5.4"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"eslint-config-next": "^14.2.3",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.3",
"eslint-plugin-react": "7.34.1"
"eslint-config-turbo": "^2.0.9",
"eslint-plugin-react": "7.35.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"copy-to-clipboard": "^3.3.3",
"react": "^18.3.1",
"react-syntax-highlighter": "^15.5.0",
"tailwindcss": "3.4.3"
"tailwindcss": "3.4.6"
},
"devDependencies": {
"@types/react": "^18.3.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "15.5.11",
"eslint": "^9.1.1",
"@types/react-syntax-highlighter": "15.5.13",
"eslint": "^9.7.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-ui/src/PluginUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ const SelectableToggle = ({
style={{
borderRadius: 4,
}}
></span>
/>
{title}
</button>
);
Expand Down
Loading

0 comments on commit a783b5c

Please sign in to comment.