Skip to content

Commit

Permalink
chore: update deps & replace dts with vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteXyy committed Jun 12, 2024
1 parent 6fa11e0 commit ed2089f
Show file tree
Hide file tree
Showing 15 changed files with 2,303 additions and 3,786 deletions.
2 changes: 1 addition & 1 deletion example
4 changes: 2 additions & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@
"**"
],
"dependencies": {
"proxy-compare": "^2.4.0"
"proxy-compare": "^3.0.0"
},
"peerDependencies": {
"immer": ">=9.0.0",
"react": ">=16.8.0",
"react-tracked": ">=1.0.0",
"rxjs": ">=7.0.0",
"zustand": ">= 4.3"
"zustand": ">= 4.5"
},
"peerDependenciesMeta": {
"rxjs": {
Expand Down
58 changes: 26 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,42 +10,36 @@
"build": "rimraf ./dist && rollup -c rollup.config.mjs && node ./after-build.cjs",
"prepare": "npm run build",
"publish": "cd dist && npm publish",
"test": "npm run test:types && vitest run --coverage",
"test:types": "tsd",
"test": "vitest run --coverage",
"example": "cd example && vite",
"taze": "taze -w major"
},
"tsd": {
"directory": "test"
},
"devDependencies": {
"@redux-devtools/extension": "^3.2.5",
"@rollup/plugin-typescript": "^11.1.2",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.3.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"@vitest/coverage-v8": "^0.32.2",
"fs-extra": "^11.1.1",
"immer": "^10.0.2",
"jsdom": "^22.1.0",
"prettier": "^2.8.8",
"proxy-compare": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-tracked": "^1.7.11",
"redux": "^4.2.1",
"rimraf": "^5.0.1",
"rollup": "^3.25.3",
"@redux-devtools/extension": "^3.3.0",
"@rollup/plugin-typescript": "^11.1.6",
"@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",
"fs-extra": "^11.2.0",
"immer": "^10.1.1",
"jsdom": "^24.1.0",
"prettier": "^3.3.2",
"proxy-compare": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-tracked": "^2.0.0",
"redux": "^5.0.1",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"rxjs": "^7.8.1",
"scheduler": "^0.23.0",
"taze": "^0.11.0",
"tsd": "^0.28.1",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vitest": "^0.32.2",
"zustand": "^4.3.8"
"taze": "^0.13.8",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vitest": "^1.6.0",
"zustand": "^4.5.2"
}
}
Loading

0 comments on commit ed2089f

Please sign in to comment.