Skip to content

Commit

Permalink
Add @zoom-image/core to examples 💞 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
willnguyen1312 authored Feb 17, 2024
1 parent 7aef731 commit eda88f5
Show file tree
Hide file tree
Showing 11 changed files with 6,970 additions and 5,003 deletions.
1 change: 1 addition & 0 deletions examples/with-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@angular/core": "^17.1.3",
"@angular/platform-browser": "^17.1.3",
"@angular/platform-browser-dynamic": "^17.1.3",
"@zoom-image/core": "latest",
"@zoom-image/angular": "latest",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
Expand Down
1 change: 1 addition & 0 deletions examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@types/react-dom": "^18.2.19",
"@unocss/postcss": "^0.58.5",
"@unocss/reset": "^0.58.5",
"@zoom-image/core": "latest",
"@zoom-image/react": "latest",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
Expand Down
1 change: 1 addition & 0 deletions examples/with-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dev": "vite"
},
"dependencies": {
"@zoom-image/core": "latest",
"@zoom-image/preact": "latest",
"preact": "^10.19.4"
},
Expand Down
1 change: 1 addition & 0 deletions examples/with-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"vite-tsconfig-paths": "4.3.1"
},
"dependencies": {
"@zoom-image/core": "latest",
"@zoom-image/qwik": "latest"
}
}
1 change: 1 addition & 0 deletions examples/with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dev": "vite"
},
"dependencies": {
"@zoom-image/core": "latest",
"@zoom-image/react": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
1 change: 1 addition & 0 deletions examples/with-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@remix-run/react": "^2.6.0",
"@remix-run/serve": "^2.6.0",
"@unocss/reset": "^0.58.5",
"@zoom-image/core": "latest",
"@zoom-image/react": "latest",
"isbot": "^4.4.0",
"react": "^18.2.0",
Expand Down
1 change: 1 addition & 0 deletions examples/with-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"vite-plugin-solid": "^2.9.1"
},
"dependencies": {
"@zoom-image/core": "latest",
"@zoom-image/solid": "latest",
"solid-js": "^1.8.14"
}
Expand Down
1 change: 1 addition & 0 deletions examples/with-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dev": "vite"
},
"dependencies": {
"@zoom-image/core": "latest",
"@zoom-image/svelte": "latest"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions examples/with-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dev": "vite"
},
"dependencies": {
"@zoom-image/core": "latest",
"@zoom-image/vue": "latest",
"vue": "^3.4.18"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="vitest" />

import { defineConfig } from "vite"
import { defineConfig } from "vitest/config"
import Vue from "@vitejs/plugin-vue"

export default defineConfig({
Expand Down
Loading

0 comments on commit eda88f5

Please sign in to comment.