Skip to content

Commit 6895b16

Browse files
committed
bump framer-motion dependency
1 parent 3ad5c42 commit 6895b16

2 files changed

Lines changed: 3666 additions & 2922 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stellaraf/logo",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Stellar's Logo as a React Component",
55
"type": "module",
66
"main": "dist/cjs/index.js",
@@ -41,7 +41,7 @@
4141
"lint": "eslint src/**/*.ts",
4242
"format": "prettier --loglevel warn -c .",
4343
"format:fix": "prettier --loglevel warn -w .",
44-
"build": "ts-node-esm build.ts && tsc --emitDeclarationOnly",
44+
"build": "node --no-warnings --loader ts-node/esm build.ts && tsc --emitDeclarationOnly",
4545
"storybook": "start-storybook -p 6006 -s public"
4646
},
4747
"devDependencies": {
@@ -62,7 +62,7 @@
6262
"eslint-plugin-prettier": "^4.2.1",
6363
"eslint-plugin-react-hooks": "^4.6.0",
6464
"eslint-plugin-unicorn": "^44.0.0",
65-
"framer-motion": "^9.0.1",
65+
"framer-motion": "^10.16.1",
6666
"jest": "^29.1.2",
6767
"prettier": "^2.7.1",
6868
"react": "^18.2.0",
@@ -72,7 +72,7 @@
7272
"typescript": "^4.8.4"
7373
},
7474
"peerDependencies": {
75-
"framer-motion": "^7 || ^9",
75+
"framer-motion": "^9 || ^10",
7676
"react": "^17 || ^18",
7777
"react-dom": "^17 || ^18"
7878
}

0 commit comments

Comments
 (0)