Skip to content

Commit

Permalink
Minor dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bring-shrubbery committed Aug 31, 2024
1 parent 94cead6 commit 408aced
Show file tree
Hide file tree
Showing 6 changed files with 1,105 additions and 1,096 deletions.
16 changes: 8 additions & 8 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@monaco-editor/react": "^4.6.0",
"@next/mdx": "^14.2.5",
"@next/mdx": "^14.2.7",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
Expand Down 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.14",
"@tailwindcss/typography": "^0.5.15",
"@vercel/analytics": "^1.3.1",
"@vercel/edge-config": "^1.2.1",
"allotment": "^1.20.2",
Expand All @@ -58,19 +58,19 @@
"clsx": "^2.1.1",
"cmdk": "^0.2.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.28",
"framer-motion": "^11.3.31",
"highlight.js": "^11.10.0",
"jotai": "^2.9.3",
"lucide-react": "^0.428.0",
"lucide-react": "^0.437.0",
"monaco-editor": "^0.50.0",
"monaco-themes": "^0.4.4",
"next": "14.2.5",
"next": "14.2.7",
"next-themes": "^0.3.0",
"postcss": "catalog:",
"react": "catalog:react18",
"react-day-picker": "^8.10.1",
"react-dom": "catalog:react18",
"react-hook-form": "^7.52.2",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-use-cookie": "^1.6.1",
"sharp": "^0.33.5",
Expand All @@ -92,11 +92,11 @@
"@svg-to-swiftui/tailwind-config": "workspace:*",
"@svg-to-swiftui/tsconfig": "workspace:*",
"@types/node": "catalog:",
"@types/react": "catalog:react18",
"@types/react": "^18.3.5",
"@types/react-dom": "catalog:react18",
"dotenv-cli": "^7.4.2",
"eslint": "catalog:",
"eslint-config-next": "14.2.5",
"eslint-config-next": "14.2.7",
"jiti": "^1.21.6",
"prettier": "catalog:",
"tailwindcss": "catalog:",
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.14",
"turbo": "^2.1.1",
"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,21 +11,21 @@
"format": "prettier --write ./src --loglevel error"
},
"devDependencies": {
"@figma/plugin-typings": "^1.98.0",
"@figma/plugin-typings": "^1.99.0",
"@svg-to-swiftui/eslint-config": "workspace:*",
"@svg-to-swiftui/prettier-config": "workspace:*",
"@svg-to-swiftui/tsconfig": "workspace:*",
"@swc/core": "^1.7.14",
"@swc/core": "^1.7.22",
"@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.1.0",
"@typescript-eslint/parser": "^8.3.0",
"eslint": "catalog:",
"jest": "^29.7.0",
"prettier": "catalog:",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/svg-to-swiftui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
"@svg-to-swiftui/eslint-config": "workspace:*",
"@svg-to-swiftui/prettier-config": "workspace:*",
"@svg-to-swiftui/tsconfig": "workspace:*",
"@swc/core": "^1.7.14",
"@swc/core": "^1.7.22",
"@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.1.0",
"@typescript-eslint/parser": "^8.3.0",
"eslint": "catalog:",
"jest": "^29.7.0",
"prettier": "catalog:",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"tsup": "^8.2.4",
"typescript": "catalog:"
},
Expand Down
Loading

0 comments on commit 408aced

Please sign in to comment.