We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4583d09 commit 8fc6ca2Copy full SHA for 8fc6ca2
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rc-component/motion",
3
- "version": "1.1.4",
+ "version": "1.1.5",
4
"description": "React lifecycle controlled motion library",
5
"keywords": [
6
"react",
@@ -46,6 +46,9 @@
46
"git add"
47
]
48
},
49
+ "resolutions": {
50
+ "@types/minimatch": "5.1.2"
51
+ },
52
"dependencies": {
53
"@rc-component/util": "^1.2.0",
54
"clsx": "^2.1.1"
@@ -76,9 +79,6 @@
76
79
"react": ">=16.9.0",
77
80
"react-dom": ">=16.9.0"
78
81
- "resolutions": {
- "@types/minimatch": "5.1.2"
- },
82
"cnpm": {
83
"mode": "npm"
84
0 commit comments