Skip to content

Commit

Permalink
add tempwise resolution for axios because nx
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaathis committed Aug 14, 2024
1 parent 489eacd commit fd79856
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 29 deletions.
22 changes: 6 additions & 16 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"scripts": {
"build": "nx run-many -t build",
"format": "nx run-many -t format",
"postinstall": "yarn dlx simple-git-hooks",
"lint": "nx run-many -t lint",
"test": "nx run-many -t test && run test:licenses",
"test:licenses": "run test:licenses:base --unknown --failOn 'UNLICENSED;UNKNOWN' --excludePrivatePackages",
"test:licenses:base": "run pnpify license-checker-rseidelsohn --excludePackages 'root'",
"postinstall": "yarn dlx simple-git-hooks"
"test:licenses:base": "run pnpify license-checker-rseidelsohn --excludePackages 'root'"
},
"simple-git-hooks": {
"post-checkout": "yarn install",
Expand All @@ -36,6 +36,9 @@
"prettier-plugin-sort-json": "^3.1.0",
"typescript": "^5.5.4"
},
"resolutions": {
"axios": "^1.7.4"
},
"workspaces": [
"packages/*"
]
Expand Down
11 changes: 0 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3524,17 +3524,6 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.6.0, axios@npm:^1.7.2":
version: 1.7.3
resolution: "axios@npm:1.7.3"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10/7f92af205705a8fb4a9d35666b663729507657f252a1d39d83582590119941872d49078017cf992e32f47aa3b7317f5439f77be772a173dac2ae0fedd38f43ae
languageName: node
linkType: hard

"axios@npm:^1.7.4":
version: 1.7.4
resolution: "axios@npm:1.7.4"
Expand Down

0 comments on commit fd79856

Please sign in to comment.