File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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" : {
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" ,
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 }
You can’t perform that action at this time.
0 commit comments