Skip to content

Commit

Permalink
Merge branch '178-extending-dsvguiline-component' of https://github.c…
Browse files Browse the repository at this point in the history
…om/sametcodes/readme.rocks into 178-extending-dsvguiline-component
  • Loading branch information
sametcodes committed Apr 24, 2023
2 parents 454c3d2 + 6f6d92d commit aa153bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/@dsvgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@storybook/react": "^7.0.6",
"@storybook/testing-library": "^0.1.0",
"buffer": "^6.0.3",
"canvas": "^2.11.2",
"canvas": "2.6.1",
"image-size": "^1.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"migrate:queries": "ts-node -r tsconfig-paths/register migrations/jsdocquery.ts",
"migrate:down": "npm run migrate:queries && env-cmd -f .vercel/.env.development.local bash migrations/down.sh",
"migrate:up": "env-cmd -f .vercel/.env.production.local bash migrations/up.sh",
"test:platform-api": "jest --config jest.config.js"
"test:platform-api": "jest --config jest.config.js",
"vercel:build": "npm install libuuid-devel libmount-devel && cp /lib64/{libuuid,libmount,libblkid}.so.1 node_modules/canvas/build/Release/"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.5",
Expand Down Expand Up @@ -87,4 +88,4 @@
"tslint-plugin-prettier": "^2.3.0",
"typescript": "4.8.4"
}
}
}

0 comments on commit aa153bb

Please sign in to comment.