Skip to content

Commit

Permalink
dep-up: fix yarn.lock resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjablack committed Oct 16, 2024
1 parent 4660530 commit 12f8873
Show file tree
Hide file tree
Showing 4 changed files with 11,436 additions and 14,937 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.15.4
14.21.3
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@types/mocha": "^8.0.3",
"@types/node": "16.10.3",
"@types/uuid": "^8.3.0",
"@types/lodash": "4.17.5",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"bignumber.js": "^9.0.1",
Expand All @@ -38,7 +39,7 @@
"find-config": "1.0.0",
"fs": "0.0.1-security",
"lerna": "^4.0.0",
"lodash": "^4.17.20",
"lodash": "4.17.5",
"mocha": "^8.1.3",
"mocha-lcov-reporter": "^1.3.0",
"mocha-webpack": "^1.1.0",
Expand All @@ -50,11 +51,15 @@
"ts-node": "^10.7.0",
"tslib": "^2.0.1",
"turbo": "^1.2.6",
"typescript": "4.1.3",
"typescript": "4.7.2",
"wasm-loader": "^1.3.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"resolutions": {
"strtok3": "6.0.5",
"bip174": "2.0.1"
},
"scripts": {
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
Expand All @@ -70,6 +75,5 @@
},
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@3.2.0"
}
}
1 change: 0 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://turborepo.org/schema.json",
"baseBranch": "origin/master",
"pipeline": {
"build": {
"dependsOn": ["^build"],
Expand Down
Loading

0 comments on commit 12f8873

Please sign in to comment.