masoneffect 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "masoneffect",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "파티클 모핑 효과를 제공하는 라이브러리 - React, Vue, 바닐라 JS 지원",
5
5
  "main": "dist/index.min.js",
6
6
  "module": "dist/index.esm.min.js",
@@ -65,7 +65,7 @@
65
65
  "typescript": "^5.3.3"
66
66
  },
67
67
  "peerDependencies": {
68
- "react": ">=16.8.0",
68
+ "react": ">=16.8.0 || >=19.0.0-0",
69
69
  "vue": ">=3.0.0"
70
70
  },
71
71
  "peerDependenciesMeta": {