react-stream-bloc
Advanced tools
+25
-25
| { | ||
| "name": "react-stream-bloc", | ||
| "version": "3.1.0", | ||
| "version": "3.1.1", | ||
| "private": false, | ||
@@ -39,32 +39,32 @@ "author": "Blencm", | ||
| "devDependencies": { | ||
| "@babel/plugin-syntax-jsx": "^7.25.9", | ||
| "@babel/preset-env": "^7.26.9", | ||
| "@babel/preset-react": "^7.26.3", | ||
| "@babel/preset-typescript": "^7.26.0", | ||
| "@babel/register": "^7.25.9", | ||
| "@jest/globals": "^29.7.0", | ||
| "@testing-library/dom": "^10.4.0", | ||
| "@testing-library/jest-dom": "^6.6.3", | ||
| "@testing-library/react": "^16.2.0", | ||
| "@babel/plugin-syntax-jsx": "^7.28.6", | ||
| "@babel/preset-env": "^7.28.6", | ||
| "@babel/preset-react": "^7.28.5", | ||
| "@babel/preset-typescript": "^7.28.5", | ||
| "@babel/register": "^7.28.6", | ||
| "@jest/globals": "^30.2.0", | ||
| "@testing-library/dom": "^10.4.1", | ||
| "@testing-library/jest-dom": "^6.9.1", | ||
| "@testing-library/react": "^16.3.2", | ||
| "@types/crypto-js": "^4.2.2", | ||
| "@types/jest": "^29.5.14", | ||
| "@types/jest": "^30.0.0", | ||
| "@types/mocha": "^10.0.10", | ||
| "@types/prop-types": "^15.7.14", | ||
| "@types/react": "^19.0.10", | ||
| "@types/react-dom": "^19.0.4", | ||
| "babel-jest": "^29.7.0", | ||
| "cross-env": "^7.0.3", | ||
| "@types/prop-types": "^15.7.15", | ||
| "@types/react": "^19.2.9", | ||
| "@types/react-dom": "^19.2.3", | ||
| "babel-jest": "^30.2.0", | ||
| "cross-env": "^10.1.0", | ||
| "enzyme": "^3.11.0", | ||
| "jest": "^29.7.0", | ||
| "jest-environment-jsdom": "^29.7.0", | ||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.0", | ||
| "rimraf": "^6.0.1", | ||
| "jest": "^30.2.0", | ||
| "jest-environment-jsdom": "^30.2.0", | ||
| "react": "^19.2.4", | ||
| "react-dom": "^19.2.4", | ||
| "rimraf": "^6.1.2", | ||
| "ts-node": "^10.9.2", | ||
| "tsup": "^8.4.0", | ||
| "typescript": "^5.7.3" | ||
| "tsup": "^8.5.1", | ||
| "typescript": "^5.9.3" | ||
| }, | ||
| "peerDependencies": { | ||
| "react": "^16.0.0 || ^18.2.0 || ^19.0.0", | ||
| "react-dom": "^16.0.0 || ^18.2.0 || ^19.0.0" | ||
| "react": "^16.0.0 || ^18.2.0 || ^19.2.4 || ^20.0.0", | ||
| "react-dom": "^16.0.0 || ^18.2.0 || ^19.2.4 || ^20.0.0" | ||
| }, | ||
@@ -71,0 +71,0 @@ "publishConfig": { |
+1
-1
@@ -17,3 +17,3 @@ { | ||
| "declaration": true, | ||
| "moduleResolution": "Node", | ||
| "moduleResolution": "bundler", | ||
| "resolveJsonModule": true, | ||
@@ -20,0 +20,0 @@ "isolatedModules": true, |
17433
0.14%