Skip to content

Commit

Permalink
Package cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bring-shrubbery committed Jun 22, 2024
1 parent d215c3f commit 0346430
Show file tree
Hide file tree
Showing 11 changed files with 117 additions and 70 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/mdx": "^2.0.13",
"@types/node": "^18.19.39",
"@types/node": "^20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs/src/components/analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { atom, useAtom } from "jotai";
export const analyticsAtom = atom(
Analytics({
app: "svg-to-swiftui.quassum.com",
version: "333",
// version: "333",
plugins: [
gtm({
containerId: "G-ZFKXYDSQD7",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@svg-to-swiftui/prettier-config": "workspace:*",
"@turbo/gen": "^1.13.4",
"@turbo/gen": "^2.0.4",
"prettier": "^3.3.2",
"turbo": "^1.13.4",
"turbo": "^2.0.4",
"typescript": "^5.5.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/figma-to-swiftui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@swc/jest": "^0.2.36",
"@types/hast": "^3.0.4",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.39",
"@types/node": "^20.14.8",
"@types/svg-parser": "^2.0.6",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/svg-to-swiftui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@swc/jest": "^0.2.36",
"@types/hast": "^3.0.4",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.39",
"@types/node": "^20.14.8",
"@types/svg-parser": "^2.0.6",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
Expand Down
Loading

0 comments on commit 0346430

Please sign in to comment.