Skip to content

Commit 8fc6ca2

Browse files
committed
chore: bump version to 1.1.5
1 parent 4583d09 commit 8fc6ca2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rc-component/motion",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "React lifecycle controlled motion library",
55
"keywords": [
66
"react",
@@ -46,6 +46,9 @@
4646
"git add"
4747
]
4848
},
49+
"resolutions": {
50+
"@types/minimatch": "5.1.2"
51+
},
4952
"dependencies": {
5053
"@rc-component/util": "^1.2.0",
5154
"clsx": "^2.1.1"
@@ -76,9 +79,6 @@
7679
"react": ">=16.9.0",
7780
"react-dom": ">=16.9.0"
7881
},
79-
"resolutions": {
80-
"@types/minimatch": "5.1.2"
81-
},
8282
"cnpm": {
8383
"mode": "npm"
8484
},

0 commit comments

Comments
 (0)