Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Oct 13, 2023
1 parent 2e1e486 commit 710a2f2
Show file tree
Hide file tree
Showing 7 changed files with 386 additions and 59 deletions.
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@storybook/react-vite": "^7.4.6",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.2",
"@vitejs/plugin-react": "^4.0.4",
"@vitejs/plugin-react": "^4.1.0",
"concurrently": "^8.2.1",
"jest-mock": "^29.7.0",
"serve": "^14.2.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
"@typescript-eslint/parser": "^6.7.2",
"@vanilla-extract/vite-plugin": "^3.9.0",
"@vanilla-extract/webpack-plugin": "^2.3.1",
"@vitejs/plugin-react-swc": "^3.3.2",
"@vitest/coverage-istanbul": "0.34.5",
"@vitest/ui": "0.34.6",
"@vitejs/plugin-react-swc": "^3.4.0",
"@vitest/coverage-istanbul": "0.34.6",
"@vitest/ui": "0.34.7",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-i": "^2.28.1",
Expand Down Expand Up @@ -119,7 +119,7 @@
"vite-tsconfig-paths": "^4.2.1",
"vitest": "0.34.6",
"vitest-fetch-mock": "^0.2.2",
"vitest-mock-extended": "^1.2.1"
"vitest-mock-extended": "^1.3.1"
},
"packageManager": "[email protected]",
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"react": "^18.2.0",
"rxjs": "^7.8.1",
"vite": "^4.4.11",
"vite-plugin-dts": "3.5.4",
"vite-plugin-dts": "3.6.0",
"vitest": "0.34.6",
"yjs": "^13.6.8"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@swc/core": "^1.3.87",
"@toeverything/infra": "workspace:^",
"@vanilla-extract/rollup-plugin": "^1.3.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue": "^4.4.0",
"rollup": "^3.28.1",
"rollup-plugin-swc3": "^0.10.1",
"rollup-plugin-swc3": "^0.10.2",
"ts-node": "^10.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
},
"devDependencies": {
"vite": "^4.4.11",
"vite-plugin-dts": "3.5.4"
"vite-plugin-dts": "3.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/y-indexeddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@blocksuite/store": "0.0.0-20230926212737-6d4b1569-nightly",
"fake-indexeddb": "^4.0.2",
"vite": "^4.4.11",
"vite-plugin-dts": "3.5.4",
"vite-plugin-dts": "3.6.0",
"vitest": "0.34.6",
"y-indexeddb": "^9.0.11"
},
Expand Down
Loading

0 comments on commit 710a2f2

Please sign in to comment.