-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update dev deps * fix: fixes lockfile * fix: fixes lockfile * chore: update nodejs and pnpm * chore: remove patch * chore: add back snap types patch * fix: should fix CI workflow * fix: set pnpm version in main CI
- Loading branch information
1 parent
4cf04e4
commit e21ad30
Showing
12 changed files
with
812 additions
and
583 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,10 +28,10 @@ jobs: | |
- name: Install pnpm | ||
uses: pnpm/action-setup@v2 | ||
with: | ||
version: 7.25.1 | ||
version: 7.30.0 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18.13.0 | ||
node-version: 18.15.0 | ||
cache: pnpm | ||
- name: Install dependencies | ||
run: pnpm install --frozen-lockfile | ||
|
@@ -80,10 +80,10 @@ jobs: | |
- name: Install pnpm | ||
uses: pnpm/action-setup@v2 | ||
with: | ||
version: 7.25.1 | ||
version: 7.30.0 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18.13.0 | ||
node-version: 18.15.0 | ||
cache: pnpm | ||
- uses: webfactory/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v18.13.0 | ||
v18.15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,15 +52,15 @@ | |
"test:ci": "pnpm nx affected --target=test:ci" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.4.4", | ||
"@commitlint/cli": "^17.5.1", | ||
"@commitlint/config-conventional": "^17.4.4", | ||
"@ianvs/prettier-plugin-sort-imports": "^3.7.1", | ||
"@nrwl/devkit": "15.8.7", | ||
"@nrwl/jest": "15.8.7", | ||
"@nrwl/devkit": "15.8.9", | ||
"@nrwl/jest": "15.8.9", | ||
"@nrwl/nx-cloud": "^15.2.3", | ||
"@types/eslint": "^8.21.2", | ||
"@types/jest": "^29.5.0", | ||
"@types/node": "^18.15.3", | ||
"@types/node": "^18.15.10", | ||
"@typescript-eslint/eslint-plugin": "^5.55.0", | ||
"@typescript-eslint/parser": "^5.55.0", | ||
"audit-ci": "^6.6.1", | ||
|
@@ -76,25 +76,26 @@ | |
"is-ci": "^3.0.1", | ||
"jest": "^29.5.0", | ||
"lint-staged": "^13.2.0", | ||
"nx": "15.8.7", | ||
"nx": "15.8.9", | ||
"prettier": "^2.8.4", | ||
"prettier-plugin-packagejson": "^2.4.3", | ||
"prettier-plugin-tailwindcss": "^0.2.4", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.5" | ||
}, | ||
"packageManager": "pnpm@7.25.1", | ||
"packageManager": "pnpm@7.30.0", | ||
"engines": { | ||
"node": ">=18.13.0" | ||
"node": ">=18.15.0" | ||
}, | ||
"volta": { | ||
"node": "18.13.0", | ||
"pnpm": "7.25.1" | ||
"node": "18.15.0", | ||
"pnpm": "7.30.0" | ||
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"[email protected]": "patches/[email protected]", | ||
"@metamask/[email protected]": "patches/@[email protected]" | ||
} | ||
}, | ||
"allowNonAppliedPatches": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.