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 Dec 9, 2023
1 parent 69ca7ee commit 1afa0df
Show file tree
Hide file tree
Showing 5 changed files with 323 additions and 234 deletions.
6 changes: 3 additions & 3 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"edge-config": "link:@vercel/edge-config",
"eslint": "^8.55.0",
"eslint-config-next": "14.0.3",
"framer-motion": "^10.16.14",
"framer-motion": "^10.16.16",
"highlight.js": "^11.9.0",
"jotai": "^2.6.0",
"lucide-react": "^0.294.0",
Expand All @@ -76,7 +76,7 @@
"tailwind-merge": "^2.1.0",
"tailwindcss": "^3.3.6",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"url-join": "^5.0.0",
"usehooks-ts": "^2.9.1",
"xml-formatter": "^3.6.0",
Expand All @@ -85,7 +85,7 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^18.19.2",
"@types/node": "^18.19.3",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@changesets/cli": "^2.27.1",
"prettier": "^2.8.8",
"turbo": "^1.10.16"
"turbo": "^1.11.1"
},
"engines": {
"npm": ">=7.0.0",
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 @@ -10,13 +10,13 @@
"format": "prettier --write ./src --loglevel error"
},
"devDependencies": {
"@figma/plugin-typings": "^1.81.0",
"@figma/plugin-typings": "^1.82.0",
"@quassum/prettier-config": "^1.3.0",
"@swc/core": "^1.3.100",
"@swc/jest": "^0.2.29",
"@types/hast": "^2.3.8",
"@types/jest": "^29.5.10",
"@types/node": "^18.19.2",
"@types/jest": "^29.5.11",
"@types/node": "^18.19.3",
"@types/prettier": "^2.7.3",
"@types/svg-parser": "^2.0.6",
"@typescript-eslint/parser": "^5.62.0",
Expand All @@ -27,7 +27,7 @@
"ts-jest": "^29.1.1",
"tsconfig": "workspace:*",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"dependencies": {
"svg-to-swiftui-core": "workspace:*"
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 @@ -43,8 +43,8 @@
"@swc/core": "^1.3.100",
"@swc/jest": "^0.2.29",
"@types/hast": "^2.3.8",
"@types/jest": "^29.5.10",
"@types/node": "^18.19.2",
"@types/jest": "^29.5.11",
"@types/node": "^18.19.3",
"@types/prettier": "^2.7.3",
"@types/svg-parser": "^2.0.6",
"@typescript-eslint/parser": "^5.62.0",
Expand All @@ -56,7 +56,7 @@
"ts-jest": "^29.1.1",
"tsconfig": "workspace:*",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"dependencies": {
"svg-parser": "^2.0.4",
Expand Down
Loading

0 comments on commit 1afa0df

Please sign in to comment.