Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernaferrari committed Jan 25, 2024
1 parent 9103f7a commit 382d4ff
Show file tree
Hide file tree
Showing 13 changed files with 1,226 additions and 1,222 deletions.
16 changes: 8 additions & 8 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": "^13.4.19",
"next": "^14.1.0",
"plugin-ui": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.15",
"@types/node": "^20.11.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"eslint-config-custom": "workspace:*",
"postcss": "^8.4.29",
"tailwindcss": "3.3.3",
"postcss": "^8.4.33",
"tailwindcss": "3.4.1",
"tsconfig": "workspace:*",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion apps/debug/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { AppProps } from "next/app";
import "styles/globals.css";
import "../styles/globals.css";

export default function App({ Component, pageProps }: AppProps) {
return <Component {...pageProps} />;
Expand Down
34 changes: 17 additions & 17 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.76.0",
"@figma/plugin-typings": "^1.84.0",
"backend": "workspace:*",
"plugin-ui": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-react": "^4.0.4",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.15",
"concurrently": "^8.2.1",
"esbuild": "^0.19.2",
"@types/node": "^20.11.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.17",
"concurrently": "^8.2.2",
"esbuild": "^0.19.12",
"eslint-config-custom": "workspace:*",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.29",
"tailwindcss": "3.3.3",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.33",
"tailwindcss": "3.4.1",
"tsconfig": "workspace:*",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-singlefile": "^0.13.5"
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-singlefile": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion apps/plugin/ui-src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default function App() {
return (
<div
className={`${
figmaColorBgValue === "rgba(255, 255, 255, 1)" ? "" : "dark"
figmaColorBgValue === "#ffffff" ? "" : "dark"
}`}
>
<PluginUI
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"eslint": "^8.49.0",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"prettier": "^3.0.3",
"turbo": "^1.10.13"
"prettier": "^3.2.4",
"turbo": "^1.11.3"
},
"packageManager": "[email protected]"
}
12 changes: 6 additions & 6 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.76.0",
"@figma/plugin-typings": "^1.84.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"eslint": "^8.49.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.3"
}
}
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,9 +4,9 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.13",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.11.3",
"eslint-plugin-react": "7.33.2"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 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.2.0",
"react-syntax-highlighter": "^15.5.0",
"tailwindcss": "3.3.3"
"tailwindcss": "3.4.1"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "15.5.7",
"eslint": "^8.49.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-syntax-highlighter": "15.5.11",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
5 changes: 0 additions & 5 deletions packages/ui/Button.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/ui/index.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions packages/ui/package.json

This file was deleted.

5 changes: 0 additions & 5 deletions packages/ui/tsconfig.json

This file was deleted.

Loading

0 comments on commit 382d4ff

Please sign in to comment.