Skip to content

Commit

Permalink
feat(demo): update demo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Jul 24, 2024
1 parent 585f461 commit f16de8b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions driver/js/examples/hippy-react-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"React"
],
"dependencies": {
"@hippy/react": "v3.0-dev",
"@hippy/react": "v3.3-latest",
"@hippy/react-reconciler": "react17",
"@hippy/react-web": "v3.0-dev",
"@hippy/react-web": "v3.3-latest",
"@hippy/rmc-list-view": "latest",
"@hippy/rmc-pull-to-refresh": "latest",
"@hippy/web-renderer": "latest",
Expand Down
10 changes: 5 additions & 5 deletions driver/js/examples/hippy-vue-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"web:build": "node ./scripts/env-polyfill.js webpack --config ./scripts/hippy-webpack.web-renderer.js"
},
"dependencies": {
"@hippy/vue": "v3.0-dev",
"@hippy/vue-native-components": "v3.0-dev",
"@hippy/vue-router": "v3.0-dev",
"@hippy/vue": "3.3.1-rc.1",
"@hippy/vue-native-components": "v3.3-latest",
"@hippy/vue-router": "v3.3-latest",
"@hippy/web-renderer": "latest",
"core-js": "^3.11.0",
"vue": "^2.6.10",
Expand All @@ -39,8 +39,8 @@
"@hippy/hippy-dynamic-import-plugin": "^2.0.0",
"@hippy/hippy-hmr-plugin": "^0.1.0",
"@hippy/rejection-tracking-polyfill": "^1.0.0",
"@hippy/vue-css-loader": "v3.0-dev",
"@hippy/vue-loader": "v3.0-dev",
"@hippy/vue-css-loader": "v3.3-latest",
"@hippy/vue-loader": "v3.3-latest",
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-service": "^4.1.0",
Expand Down
6 changes: 3 additions & 3 deletions driver/js/examples/hippy-vue-next-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"web:build": "node ./scripts/env-polyfill.js webpack --config ./scripts/hippy-webpack.web-renderer.js"
},
"dependencies": {
"@hippy/vue-next": "latest",
"@hippy/vue-router-next-history": "latest",
"@hippy/vue-next": "v3.3-latest",
"@hippy/vue-router-next-history": "0.0.1",
"@hippy/web-renderer": "latest",
"@vue/runtime-core": "^3.2.46",
"@vue/shared": "^3.2.46",
Expand All @@ -40,7 +40,7 @@
"@hippy/hippy-dynamic-import-plugin": "^2.0.0",
"@hippy/hippy-hmr-plugin": "^0.1.0",
"@hippy/rejection-tracking-polyfill": "^1.0.0",
"@hippy/vue-css-loader": "^2.0.1",
"@hippy/vue-css-loader": "v3.3-latest",
"@vitejs/plugin-vue": "^1.9.4",
"@vue/cli-service": "^4.5.19",
"@vue/compiler-sfc": "^3.2.46",
Expand Down

0 comments on commit f16de8b

Please sign in to comment.