Skip to content

Commit ab5827a

Browse files
committed
Update version to 1.1.1 and update "motion" dependency to ^12.9.6 in package.json
1 parent 705e09a commit ab5827a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-markdown-typewriter",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "React Markdown component where Typewriter effect with motion has been added.",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://github.com/DRincs-Productions/react-markdown-typewriter",
2323
"dependencies": {
24-
"motion": "^12.9.5"
24+
"motion": "^12.9.6"
2525
},
2626
"devDependencies": {
2727
"@types/react": "^19.1.2",

0 commit comments

Comments
 (0)