Skip to content

Commit

Permalink
vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Nov 1, 2024
1 parent 462e7fb commit 49819e1
Show file tree
Hide file tree
Showing 2 changed files with 741 additions and 768 deletions.
21 changes: 11 additions & 10 deletions templates/plate-playground-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "next lint",
"lint:fix": "next lint --fix",
"preview": "next build && next start",
"sync": "tsx --tsconfig ./scripts/tsconfig.scripts.json scripts/sync.mts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
Expand All @@ -19,7 +20,7 @@
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-separator": "^1.1.0",
Expand All @@ -38,7 +39,7 @@
"@udecode/plate-code-block": "^39.0.0",
"@udecode/plate-combobox": "39.0.0",
"@udecode/plate-comments": "^39.0.0",
"@udecode/plate-common": "39.2.15",
"@udecode/plate-common": "39.2.20",
"@udecode/plate-csv": "^39.1.6",
"@udecode/plate-cursor": "^39.2.11",
"@udecode/plate-date": "^39.0.0",
Expand Down Expand Up @@ -75,13 +76,13 @@
"@udecode/plate-table": "^39.1.6",
"@udecode/plate-toggle": "^39.0.0",
"@udecode/plate-trailing-block": "^39.0.0",
"ai": "^3.4.10",
"ai": "^3.4.30",
"class-variance-authority": "0.7.0",
"cmdk": "1.0.0",
"cmdk": "1.0.3",
"date-fns": "^4.1.0",
"eslint-plugin-prettier": "^5.2.1",
"lucide-react": "0.453.0",
"next": "^15.0.1",
"lucide-react": "0.454.0",
"next": "^15.0.2",
"next-themes": "^0.3.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
Expand All @@ -101,14 +102,14 @@
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@types/node": "^22.7.9",
"@types/node": "^22.8.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/parser": "^8.12.2",
"autoprefixer": "^10.4.20",
"encoding": "^0.1.13",
"eslint": "^8.56.0",
"eslint-config-next": "15.0.1",
"eslint-config-next": "15.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-tailwindcss": "^3.17.5",
Expand All @@ -131,4 +132,4 @@
]
}
}
}
}
Loading

0 comments on commit 49819e1

Please sign in to comment.