@rwsbillyang/usecache
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "@rwsbillyang/usecache", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "react hooks use cache before client fetch data from remote server, likes cache in server side before database I/O", | ||
@@ -22,3 +22,3 @@ "repository": { | ||
"homepage": "https://github.com/rwsbillyang/usecache#readme", | ||
"dependencies": { | ||
"peerDependencies": { | ||
"react": "^17.0.0 || ^18.0.0" | ||
@@ -93,3 +93,2 @@ }, | ||
"core-js": "^3.25.0", | ||
"cssnano": "^5.1.13", | ||
"esbuild-plugin-babel": "^0.2.3", | ||
@@ -108,9 +107,2 @@ "eslint": "^8.23.0", | ||
"path": "^0.12.7", | ||
"postcss": "^8.4.16", | ||
"postcss-cli": "^10.0.0", | ||
"postcss-loader": "^7.0.1", | ||
"postcss-nested": "^5.0.6", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-element-to-jsx-string": "^15.0.0", | ||
"sass": "^1.54.8", | ||
@@ -122,3 +114,3 @@ "stylelint": "^14.11.0", | ||
"tsup": "^6.2.3", | ||
"typescript": "~4.7.4", | ||
"typescript": "~4.8.3", | ||
"vite": "3.0.9", | ||
@@ -125,0 +117,0 @@ "vite-plugin-dts": "^1.4.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47
72625
- Removedreact@^17.0.0 || ^18.0.0