Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteXyy committed Nov 9, 2024
1 parent c9c64ee commit de8f241
Show file tree
Hide file tree
Showing 6 changed files with 1,273 additions and 928 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.7

- chore: upgrade dependencies

## 0.5.6

- feat: Add `getComputed` to module, support call `getComputed` in a method builder
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zoov",
"version": "0.5.6",
"version": "0.5.7",
"author": "InfiniteXyy",
"license": "MIT",
"main": "index.js",
Expand Down
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "MIT",
"main": "index.js",
"types": "./dist/types/index.d.ts",
"packageManager": "[email protected]",
"scripts": {
"build": "rimraf ./dist && rollup -c rollup.config.mjs && node ./after-build.cjs",
"prepare": "npm run build",
Expand All @@ -16,32 +17,32 @@
},
"devDependencies": {
"@redux-devtools/extension": "^3.3.0",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/dom": "^10.1.0",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"@rollup/plugin-typescript": "^12.1.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.4",
"fs-extra": "^11.2.0",
"immer": "^10.1.1",
"jsdom": "^24.1.0",
"prettier": "^3.3.2",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"proxy-compare": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-tracked": "^2.0.0",
"react-tracked": "^2.0.1",
"redux": "^5.0.1",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"rimraf": "^6.0.1",
"rollup": "^4.25.0",
"rxjs": "^7.8.1",
"scheduler": "^0.23.2",
"taze": "^0.13.8",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vitest": "^1.6.0",
"zustand": "^4.5.2"
"taze": "^0.18.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^2.1.4",
"zustand": "^5.0.1"
}
}
Loading

0 comments on commit de8f241

Please sign in to comment.