Skip to content

Commit 63e8c34

Browse files
committed
use correct version of orama core
1 parent 9ea8d85 commit 63e8c34

File tree

6 files changed

+15
-25
lines changed

6 files changed

+15
-25
lines changed

apps/demo-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"tslib": "^2.6.3",
2424
"@orama/wc-components": "workspace:*",
2525
"@orama/angular-components": "workspace:*",
26-
"@orama/core": "^0.0.11",
26+
"@orama/core": "^0.1.3",
2727
"zone.js": "~0.14.7"
2828
},
2929
"devDependencies": {

apps/demo-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@orama/core": "^0.0.11",
12+
"@orama/core": "^0.1.3",
1313
"@orama/react-components": "workspace:*",
1414
"next": "15.1.4",
1515
"radix-ui": "^1.1.2",

apps/demo-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@orama/core": "^0.0.11",
14+
"@orama/core": "^0.1.3",
1515
"@orama/react-components": "workspace:*",
1616
"@oramacloud/client": "^2.1.4",
1717
"react": "^19",

apps/demo-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@orama/core": "^0.0.11",
13+
"@orama/core": "^0.1.3",
1414
"@orama/vue-components": "workspace:*",
1515
"vue": "^3.4.30"
1616
},

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@orama/wc-components": "workspace:*",
1515
"@oramacloud/client": "^2.1.0",
16-
"@orama/core": "0.0.11",
16+
"@orama/core": "^0.1.3",
1717
"@orama/orama": "^3.1.5",
1818
"@storybook/preview-api": "^8.2.9",
1919
"@storybook/web-components": "^8.2.3"

pnpm-lock.yaml

Lines changed: 10 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)