Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bring-shrubbery committed Mar 30, 2024
1 parent 90137c3 commit 9476a5e
Show file tree
Hide file tree
Showing 8 changed files with 1,045 additions and 1,064 deletions.
30 changes: 15 additions & 15 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,46 +47,46 @@
"@vercel/edge-config": "^1.1.0",
"allotment": "^1.20.0",
"analytics": "^0.8.11",
"autoprefixer": "10.4.18",
"autoprefixer": "10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"date-fns": "^3.6.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"framer-motion": "^11.0.17",
"framer-motion": "^11.0.24",
"highlight.js": "^11.9.0",
"jotai": "^2.7.1",
"lucide-react": "^0.359.0",
"jotai": "^2.7.2",
"lucide-react": "^0.363.0",
"monaco-editor": "^0.47.0",
"monaco-themes": "^0.4.4",
"next": "14.1.4",
"next-themes": "^0.2.1",
"next-themes": "^0.3.0",
"postcss": "8.4.37",
"react": "18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.1",
"react-hook-form": "^7.51.2",
"react-icons": "^5.0.1",
"react-use-cookie": "^1.5.0",
"sharp": "^0.33.2",
"sharp": "^0.33.3",
"svg-to-swiftui-core": "workspace:*",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"url-join": "^5.0.0",
"usehooks-ts": "^3.0.1",
"usehooks-ts": "^3.0.2",
"xml-formatter": "^3.6.2",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/mdx": "^2.0.11",
"@types/node": "^18.19.26",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22"
"@tailwindcss/typography": "^0.5.12",
"@types/mdx": "^2.0.12",
"@types/node": "^18.19.28",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23"
},
"eslintConfig": {
"extends": [
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@svg-to-swiftui/prettier-config": "workspace:*",
"@turbo/gen": "^1.12.5",
"@turbo/gen": "^1.13.0",
"prettier": "^3.2.5",
"turbo": "^1.12.5",
"typescript": "^5.4.2"
"turbo": "^1.13.0",
"typescript": "^5.4.3"
},
"engines": {
"node": ">=18.0.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/figma-to-swiftui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"format": "prettier --write ./src --loglevel error"
},
"devDependencies": {
"@figma/plugin-typings": "^1.88.0",
"@figma/plugin-typings": "^1.89.0",
"@svg-to-swiftui/prettier-config": "workspace:*",
"@svg-to-swiftui/tsconfig": "workspace:*",
"@swc/core": "^1.4.8",
"@swc/core": "^1.4.11",
"@swc/jest": "^0.2.36",
"@types/hast": "^2.3.10",
"@types/hast": "^3.0.4",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.26",
"@types/node": "^18.19.28",
"@types/svg-parser": "^2.0.6",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"dependencies": {
"svg-to-swiftui-core": "workspace:*"
Expand Down
10 changes: 5 additions & 5 deletions packages/svg-to-swiftui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
"@svg-to-swiftui/eslint-config": "workspace:*",
"@svg-to-swiftui/prettier-config": "workspace:*",
"@svg-to-swiftui/tsconfig": "workspace:*",
"@swc/core": "^1.4.8",
"@swc/core": "^1.4.11",
"@swc/jest": "^0.2.36",
"@types/hast": "^2.3.10",
"@types/hast": "^3.0.4",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.26",
"@types/node": "^18.19.28",
"@types/svg-parser": "^2.0.6",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"dependencies": {
"svg-parser": "^2.0.4",
Expand Down
Loading

0 comments on commit 9476a5e

Please sign in to comment.