|
1 | 1 | { |
2 | 2 | "name": "root", |
3 | | - "version": "92.0.0", |
| 3 | + "version": "93.0.0", |
4 | 4 | "private": true, |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
|
23 | 23 | "child-workspace-package-names-as-json": "ts-node scripts/child-workspace-package-names-as-json.ts", |
24 | 24 | "clean": "yarn workspaces foreach --all --parallel --verbose run clean", |
25 | 25 | "get-release-tag": "ts-node --swc scripts/get-release-tag.ts", |
26 | | - "postinstall": "simple-git-hooks", |
27 | 26 | "install-chrome": "./scripts/install-chrome.sh", |
28 | 27 | "lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:tsconfig && yarn constraints && yarn lint:dependencies", |
29 | 28 | "lint:dependencies": "yarn workspaces foreach --all --parallel --verbose run lint:dependencies && yarn dedupe --check", |
|
33 | 32 | "lint:tsconfig": "node scripts/verify-tsconfig.mjs", |
34 | 33 | "prepare-preview-builds": "./scripts/prepare-preview-builds.sh", |
35 | 34 | "publish-previews": "yarn workspaces foreach --all --parallel --verbose run publish:preview", |
| 35 | + "setup": "simple-git-hooks", |
36 | 36 | "test": "yarn workspaces foreach --all --parallel --verbose run test", |
37 | 37 | "test:browser": "yarn workspaces foreach --all --verbose run test:browser", |
38 | 38 | "test:clean": "yarn workspaces foreach --all --parallel --verbose run test:clean", |
|
79 | 79 | "devDependencies": { |
80 | 80 | "@lavamoat/allow-scripts": "^3.0.4", |
81 | 81 | "@metamask/auto-changelog": "^4.1.0", |
82 | | - "@metamask/create-release-branch": "^4.0.0", |
| 82 | + "@metamask/create-release-branch": "^4.1.0", |
83 | 83 | "@metamask/eslint-config": "^14.0.0", |
84 | 84 | "@metamask/eslint-config-browser": "^14.0.0", |
85 | 85 | "@metamask/eslint-config-jest": "^14.0.0", |
|
92 | 92 | "@types/lodash": "^4", |
93 | 93 | "@types/node": "18.14.2", |
94 | 94 | "@yarnpkg/types": "^4.0.0", |
95 | | - "chromedriver": "^133.0.3", |
| 95 | + "chromedriver": "^134.0.0", |
96 | 96 | "depcheck": "^1.4.7", |
97 | 97 | "eslint": "^9.11.0", |
98 | 98 | "eslint-config-prettier": "^9.1.0", |
|
0 commit comments