Skip to content

Commit

Permalink
Minor dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
bring-shrubbery committed Aug 19, 2024
1 parent eb82033 commit fc1d837
Show file tree
Hide file tree
Showing 9 changed files with 803 additions and 763 deletions.
18 changes: 9 additions & 9 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tailwindcss/typography": "^0.5.13",
"@tailwindcss/typography": "^0.5.14",
"@vercel/analytics": "^1.3.1",
"@vercel/edge-config": "^1.2.1",
"allotment": "^1.20.2",
Expand All @@ -58,10 +58,10 @@
"clsx": "^2.1.1",
"cmdk": "^0.2.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.21",
"framer-motion": "^11.3.28",
"highlight.js": "^11.10.0",
"jotai": "^2.9.1",
"lucide-react": "^0.424.0",
"jotai": "^2.9.3",
"lucide-react": "^0.428.0",
"monaco-editor": "^0.50.0",
"monaco-themes": "^0.4.4",
"next": "14.2.5",
Expand All @@ -71,20 +71,20 @@
"react-day-picker": "^8.10.1",
"react-dom": "catalog:react18",
"react-hook-form": "^7.52.2",
"react-icons": "^5.2.1",
"react-icons": "^5.3.0",
"react-use-cookie": "^1.6.1",
"sharp": "^0.33.4",
"sharp": "^0.33.5",
"svg-to-swiftui-core": "workspace:*",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.7",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"url-join": "^5.0.0",
"use-local-storage": "^3.0.0",
"usehooks-ts": "^3.1.0",
"xml-formatter": "^3.6.3",
"zod": "catalog:",
"zustand": "^4.5.4"
"zustand": "^4.5.5"
},
"devDependencies": {
"@svg-to-swiftui/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@changesets/cli": "^2.27.7",
"@svg-to-swiftui/prettier-config": "workspace:*",
"prettier": "^3.3.3",
"turbo": "^2.0.11",
"turbo": "^2.0.14",
"typescript": "^5.5.4"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/figma-to-swiftui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"format": "prettier --write ./src --loglevel error"
},
"devDependencies": {
"@figma/plugin-typings": "^1.97.0",
"@svg-to-swiftui/prettier-config": "workspace:*",
"@figma/plugin-typings": "^1.98.0",
"@svg-to-swiftui/eslint-config": "workspace:*",
"@svg-to-swiftui/prettier-config": "workspace:*",
"@svg-to-swiftui/tsconfig": "workspace:*",
"@swc/core": "^1.7.5",
"@swc/core": "^1.7.14",
"@swc/jest": "^0.2.36",
"@types/hast": "^3.0.4",
"@types/jest": "^29.5.12",
"@types/node": "catalog:",
"@types/svg-parser": "^2.0.6",
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "catalog:",
"jest": "^29.7.0",
"prettier": "catalog:",
Expand Down
4 changes: 2 additions & 2 deletions packages/svg-to-swiftui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"@svg-to-swiftui/eslint-config": "workspace:*",
"@svg-to-swiftui/prettier-config": "workspace:*",
"@svg-to-swiftui/tsconfig": "workspace:*",
"@swc/core": "^1.7.5",
"@swc/core": "^1.7.14",
"@swc/jest": "^0.2.36",
"@types/hast": "^3.0.4",
"@types/jest": "^29.5.12",
"@types/node": "catalog:",
"@types/svg-parser": "^2.0.6",
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "catalog:",
"jest": "^29.7.0",
"prettier": "catalog:",
Expand Down
Loading

0 comments on commit fc1d837

Please sign in to comment.