Skip to content

Commit

Permalink
fix: update workspace versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxi-ream committed Jul 19, 2024
1 parent b897cc5 commit e20d827
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/vstory": "workspace:0.0.1",
"@visactor/vstory": "workspace:0.0.3",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
"axios": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vstory/demo/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'vite';
import * as path from 'path';
import react from '@vitejs/plugin-react';
import localConf from './vite.config.local';
import localConf from './vite.config.local.ts';

// https://vitejs.dev/config/
export default defineConfig({
Expand Down
2 changes: 1 addition & 1 deletion tools/bugserver-trigger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ci": "ts-node --transpileOnly --skipProject ./scripts/trigger-test.ts"
},
"dependencies": {
"@visactor/vstory": "workspace:0.0.1"
"@visactor/vstory": "workspace:0.0.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "~1.1.4",
Expand Down

0 comments on commit e20d827

Please sign in to comment.