Skip to content

Commit

Permalink
Chore : packages Updated fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-gupta-ij committed Dec 11, 2023
1 parent e687524 commit 2ef41a1
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 58 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@
"singleQuote": true,
"semi": false
},
"pnpm": {
"overrides": {
"@babel/traverse": "7.23.2",
"semver": "7.5.2",
"tough-cookie": "4.1.3",
"word-wrap": "1.2.4",
"graphql": " 16.8.1 "
}
},
"scripts": {
"clean": "rimraf './dist'",
"build": "pnpm clean && tsc -p tsconfig.json && tsc -p tsconfig.es6.json && tsc -p tsconfig.cjs.json && node post-build.js",
Expand Down
Loading

0 comments on commit 2ef41a1

Please sign in to comment.