|
20 | 20 | "tests:jest": "jest",
|
21 | 21 | "tests:jest-watch": "jest --watch",
|
22 | 22 | "tests:jest-coverage": "jest --coverage",
|
23 |
| - "tests:packager:chrome": "cd tests && node_modules/.bin/react-native start --reset-cache", |
24 |
| - "tests:packager:jet": "cd tests && cross-env REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start --no-interactive", |
25 |
| - "tests:packager:jet-ci": "cd tests && cross-env TMPDIR=$HOME/.metro REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start --no-interactive", |
26 |
| - "tests:packager:jet-reset-cache": "cd tests && cross-env REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start --reset-cache --no-interactive", |
| 23 | + "tests:packager:chrome": "cd tests && yarn react-native start --reset-cache", |
| 24 | + "tests:packager:jet": "cd tests && cross-env REACT_DEBUGGER=\"echo nope\" yarn react-native start", |
| 25 | + "tests:packager:jet-ci": "cd tests && cross-env TMPDIR=$HOME/.metro REACT_DEBUGGER=\"echo nope\" yarn react-native start", |
| 26 | + "tests:packager:jet-reset-cache": "cd tests && cross-env REACT_DEBUGGER=\"echo nope\" node yarn react-native start --reset-cache", |
27 | 27 | "tests:emulator:prepare": "cd .github/workflows/scripts/functions && yarn && yarn build",
|
28 | 28 | "tests:emulator:start": "yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh --no-daemon",
|
29 | 29 | "tests:emulator:start:windows": "yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.bat --no-daemon",
|
|
50 | 50 | "format:markdown": "prettier --write \"docs/**/*.md\""
|
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "@babel/core": "^7.23.2", |
| 53 | + "@babel/core": "^7.23.3", |
54 | 54 | "@babel/plugin-proposal-class-properties": "^7.18.6",
|
55 | 55 | "@babel/plugin-proposal-private-methods": "^7.18.6",
|
56 | 56 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
57 |
| - "@babel/plugin-transform-class-properties": "^7.22.5", |
58 |
| - "@babel/preset-env": "^7.23.2", |
| 57 | + "@babel/plugin-transform-class-properties": "^7.23.3", |
| 58 | + "@babel/preset-env": "^7.23.3", |
59 | 59 | "@firebase/rules-unit-testing": "^3.0.1",
|
60 |
| - "@octokit/core": "^5.0.1", |
| 60 | + "@octokit/core": "^5.0.2", |
61 | 61 | "@tsconfig/node-lts": "^18.12.5",
|
62 |
| - "@types/react": "^18.2.33", |
63 |
| - "@types/react-native": "^0.72.5", |
64 |
| - "@typescript-eslint/eslint-plugin": "^6.9.1", |
65 |
| - "@typescript-eslint/parser": "^6.9.1", |
| 62 | + "@types/react": "^18.2.38", |
| 63 | + "@types/react-native": "^0.72.7", |
| 64 | + "@typescript-eslint/eslint-plugin": "^6.12.0", |
| 65 | + "@typescript-eslint/parser": "^6.12.0", |
66 | 66 | "babel-jest": "^29.7.0",
|
67 | 67 | "clang-format": "^1.8.0",
|
68 | 68 | "conventional-changelog-cli": "^4.1.0",
|
69 | 69 | "cross-env": "^7.0.3",
|
70 |
| - "eslint": "^8.52.0", |
| 70 | + "eslint": "^8.54.0", |
71 | 71 | "eslint-config-prettier": "^9.0.0",
|
72 | 72 | "eslint-plugin-mocha": "^10.2.0",
|
73 | 73 | "eslint-plugin-prettier": "^5.0.1",
|
74 | 74 | "eslint-plugin-react": "^7.33.2",
|
75 |
| - "firebase": "^10.5.2", |
76 |
| - "firebase-tools": "^12.8.0", |
| 75 | + "firebase": "^10.6.0", |
| 76 | + "firebase-tools": "^12.9.1", |
77 | 77 | "genversion": "^3.1.1",
|
78 | 78 | "google-java-format": "^1.2.0",
|
79 | 79 | "inquirer": "^8.2.6",
|
80 | 80 | "jest": "^29.7.0",
|
81 | 81 | "lerna": "^7.4.2",
|
82 |
| - "prettier": "^3.0.3", |
| 82 | + "prettier": "^3.1.0", |
83 | 83 | "regenerator-transform": "^0.15.2",
|
84 | 84 | "rimraf": "^5.0.5",
|
85 | 85 | "shelljs": "^0.8.5",
|
86 | 86 | "spellchecker-cli": "^6.1.1",
|
87 | 87 | "ts-jest": "^29.1.1",
|
88 |
| - "typescript": "^5.2.2" |
| 88 | + "typescript": "^5.3.2" |
89 | 89 | },
|
90 | 90 | "resolutions": {
|
91 |
| - "@types/react": "^18.2.33" |
| 91 | + "@types/react": "^18.2.38" |
92 | 92 | },
|
93 | 93 | "workspaces": {
|
94 | 94 | "packages": [
|
95 | 95 | "packages/*",
|
96 | 96 | "tests"
|
97 | 97 | ]
|
98 | 98 | },
|
99 |
| - "packageManager": "[email protected].1" |
| 99 | + "packageManager": "[email protected].2" |
100 | 100 | }
|
0 commit comments