|
50 | 50 | "format:markdown": "prettier --write \"docs/**/*.md\"" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | | - "@babel/core": "^7.23.7", |
| 53 | + "@babel/core": "^7.23.9", |
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 | 57 | "@babel/plugin-transform-class-properties": "^7.23.3", |
58 | | - "@babel/preset-env": "^7.23.8", |
| 58 | + "@babel/preset-env": "^7.23.9", |
59 | 59 | "@firebase/rules-unit-testing": "^3.0.1", |
60 | 60 | "@octokit/core": "^5.1.0", |
61 | 61 | "@tsconfig/node-lts": "^20.1.1", |
62 | | - "@types/react": "^18.2.48", |
| 62 | + "@types/react": "^18.2.55", |
63 | 63 | "@types/react-native": "^0.73.0", |
64 | | - "@typescript-eslint/eslint-plugin": "^6.19.1", |
65 | | - "@typescript-eslint/parser": "^6.19.1", |
| 64 | + "@typescript-eslint/eslint-plugin": "^7.0.1", |
| 65 | + "@typescript-eslint/parser": "^7.0.1", |
66 | 66 | "babel-jest": "^29.7.0", |
67 | 67 | "clang-format": "^1.8.0", |
68 | 68 | "conventional-changelog-cli": "^4.1.0", |
|
72 | 72 | "eslint-plugin-mocha": "^10.2.0", |
73 | 73 | "eslint-plugin-prettier": "^5.1.3", |
74 | 74 | "eslint-plugin-react": "^7.33.2", |
75 | | - "firebase": "^10.7.2", |
76 | | - "firebase-tools": "^13.0.3", |
| 75 | + "firebase": "^10.8.0", |
| 76 | + "firebase-tools": "^13.3.0", |
77 | 77 | "genversion": "^3.2.0", |
78 | 78 | "google-java-format": "^1.3.1", |
79 | 79 | "inquirer": "^8.2.6", |
80 | 80 | "jest": "^29.7.0", |
81 | | - "lerna": "^8.0.2", |
82 | | - "prettier": "^3.2.4", |
| 81 | + "lerna": "^8.1.2", |
| 82 | + "prettier": "^3.2.5", |
83 | 83 | "regenerator-transform": "^0.15.2", |
84 | 84 | "rimraf": "^5.0.5", |
85 | 85 | "shelljs": "^0.8.5", |
86 | | - "spellchecker-cli": "^6.1.1", |
| 86 | + "spellchecker-cli": "^6.2.0", |
87 | 87 | "ts-jest": "^29.1.2", |
88 | 88 | "typescript": "^5.3.3" |
89 | 89 | }, |
90 | 90 | "resolutions": { |
91 | | - "@types/react": "^18.2.48" |
| 91 | + "@types/react": "^18.2.55" |
92 | 92 | }, |
93 | 93 | "workspaces": { |
94 | 94 | "packages": [ |
|
0 commit comments