Skip to content

Commit

Permalink
chore(deps): update vue3
Browse files Browse the repository at this point in the history
  • Loading branch information
RyushiAok committed Aug 17, 2024
1 parent 8c7069c commit 68f3949
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 57 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-vue": "^9.7.0",
"eslint-plugin-vue": "9.27.0",
"http-server": "^14.1.1",
"husky": "^8.0.2",
"jsdom": "^21.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/wiz-ui-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"storybook:test": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"NODE_OPTIONS=--max_old_space_size=4096 storybook build --quiet && npx http-server storybook-static --port 6007 --silent\" \"wait-on tcp:6007 && test-storybook --url http://localhost:6007\""
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"unplugin-vue-define-options": "^1.1.1",
"@vitejs/plugin-vue": "5.1.2",
"unplugin-vue-define-options": "1.4.9",
"@storybook/vue3": "^7.0.2",
"@storybook/vue3-vite": "^7.0.2",
"vue-tsc": "^1.0.9"
"vue-tsc": "2.0.29"
},
"repository": {
"type": "git",
Expand All @@ -35,7 +35,7 @@
"@wizleap-inc/wiz-ui-constants": "workspace:*",
"@wizleap-inc/wiz-ui-styles": "workspace:*",
"@wizleap-inc/wiz-ui-utils": "workspace:*",
"vue": "^3.2.45",
"vue": "3.4.38",
"vue-router": "^4.1.6"
}
}
Loading

0 comments on commit 68f3949

Please sign in to comment.