Skip to content

Commit

Permalink
move figma typings up to catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfrancisco committed Aug 22, 2024
1 parent 025f1ea commit bc5fa8a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/figma-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@ds-project/eslint": "workspace:*",
"@ds-project/prettier": "workspace:*",
"@figma/eslint-plugin-figma-plugins": "^0.15.0",
"@figma/plugin-typings": "^1.97.0",
"@figma/plugin-typings": "catalog:",
"@types/object-hash": "^3.0.6",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/figma-to-design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@ds-project/prettier": "workspace:*",
"@ds-project/eslint": "workspace:*",
"@figma/plugin-typings": "^1.98.0",
"@figma/plugin-typings": "catalog:",
"style-dictionary": "^4.0.1",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
Expand Down
14 changes: 6 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ packages:
- tools/*

catalog:
"@figma/plugin-typings": ^1.98.0
"@trpc/client": 11.0.0-rc.482
"@trpc/react-query": 11.0.0-rc.482
"@trpc/server": 11.0.0-rc.482
Expand All @@ -14,12 +15,12 @@ catalog:
"style-dictionary": ^4.0.1
eslint: ^8.57.0
next: ^14.2.5
postcss: ^8.4.39
prettier: ^3.3.3
react-dom: ^18.3.1
react: ^18.3.1
tailwindcss: ^3.4.7
typescript: ^5.5.4
vite: ^5.3.1
zod: ^3.23.8
tailwindcss: ^3.4.7
postcss: ^8.4.39

0 comments on commit bc5fa8a

Please sign in to comment.