Skip to content

Commit

Permalink
Minor dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
bring-shrubbery committed Sep 14, 2024
1 parent 65dfbc4 commit 274a879
Show file tree
Hide file tree
Showing 7 changed files with 862 additions and 640 deletions.
10 changes: 5 additions & 5 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.7",
"@next/mdx": "^14.2.11",
"@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 @@ -58,13 +58,13 @@
"clsx": "^2.1.1",
"cmdk": "^0.2.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.31",
"framer-motion": "^11.5.4",
"highlight.js": "^11.10.0",
"jotai": "^2.9.3",
"lucide-react": "^0.437.0",
"monaco-editor": "^0.50.0",
"monaco-themes": "^0.4.4",
"next": "14.2.7",
"next": "14.2.11",
"next-themes": "^0.3.0",
"postcss": "catalog:",
"react": "catalog:react18",
Expand All @@ -76,9 +76,9 @@
"sharp": "^0.33.5",
"svg-to-swiftui-core": "workspace:*",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.11",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"url-join": "^5.0.0",
"use-local-storage": "^3.0.0",
"usehooks-ts": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"typecheck": "turbo typecheck"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@changesets/cli": "^2.27.8",
"@svg-to-swiftui/prettier-config": "workspace:*",
"prettier": "^3.3.3",
"turbo": "^2.1.1",
"typescript": "^5.5.4"
"turbo": "^2.1.2",
"typescript": "^5.6.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/figma-to-swiftui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"format": "prettier --write ./src --loglevel error"
},
"devDependencies": {
"@figma/plugin-typings": "^1.99.0",
"@figma/plugin-typings": "^1.100.0",
"@svg-to-swiftui/eslint-config": "workspace:*",
"@svg-to-swiftui/prettier-config": "workspace:*",
"@svg-to-swiftui/tsconfig": "workspace:*",
"@swc/core": "^1.7.22",
"@swc/core": "^1.7.26",
"@swc/jest": "^0.2.36",
"@types/hast": "^3.0.4",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/node": "catalog:",
"@types/svg-parser": "^2.0.6",
"@typescript-eslint/parser": "^8.3.0",
"@typescript-eslint/parser": "^8.5.0",
"eslint": "catalog:",
"jest": "^29.7.0",
"prettier": "catalog:",
"ts-jest": "^29.2.5",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"prettier": "@svg-to-swiftui/prettier-config",
"dependencies": {
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,13 +44,13 @@
"@svg-to-swiftui/eslint-config": "workspace:*",
"@svg-to-swiftui/prettier-config": "workspace:*",
"@svg-to-swiftui/tsconfig": "workspace:*",
"@swc/core": "^1.7.22",
"@swc/core": "^1.7.26",
"@swc/jest": "^0.2.36",
"@types/hast": "^3.0.4",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/node": "catalog:",
"@types/svg-parser": "^2.0.6",
"@typescript-eslint/parser": "^8.3.0",
"@typescript-eslint/parser": "^8.5.0",
"eslint": "catalog:",
"jest": "^29.7.0",
"prettier": "catalog:",
Expand Down
Loading

0 comments on commit 274a879

Please sign in to comment.