|
50 | 50 | "format:markdown": "prettier --write \"docs/**/*.md\""
|
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "@babel/core": "^7.23.5", |
| 53 | + "@babel/core": "^7.23.6", |
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.5", |
| 58 | + "@babel/preset-env": "^7.23.6", |
59 | 59 | "@firebase/rules-unit-testing": "^3.0.1",
|
60 | 60 | "@octokit/core": "^5.0.2",
|
61 |
| - "@tsconfig/node-lts": "^18.12.5", |
62 |
| - "@types/react": "^18.2.42", |
63 |
| - "@types/react-native": "^0.72.8", |
64 |
| - "@typescript-eslint/eslint-plugin": "^6.13.2", |
65 |
| - "@typescript-eslint/parser": "^6.13.2", |
| 61 | + "@tsconfig/node-lts": "^20.1.0", |
| 62 | + "@types/react": "^18.2.45", |
| 63 | + "@types/react-native": "^0.73.0", |
| 64 | + "@typescript-eslint/eslint-plugin": "^6.15.0", |
| 65 | + "@typescript-eslint/parser": "^6.15.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.55.0", |
| 70 | + "eslint": "^8.56.0", |
71 | 71 | "eslint-config-prettier": "^9.1.0",
|
72 | 72 | "eslint-plugin-mocha": "^10.2.0",
|
73 |
| - "eslint-plugin-prettier": "^5.0.1", |
| 73 | + "eslint-plugin-prettier": "^5.1.1", |
74 | 74 | "eslint-plugin-react": "^7.33.2",
|
75 | 75 | "firebase": "^10.7.1",
|
76 |
| - "firebase-tools": "^13.0.0", |
| 76 | + "firebase-tools": "^13.0.2", |
77 | 77 | "genversion": "^3.1.1",
|
78 |
| - "google-java-format": "^1.2.0", |
| 78 | + "google-java-format": "^1.3.1", |
79 | 79 | "inquirer": "^8.2.6",
|
80 | 80 | "jest": "^29.7.0",
|
81 |
| - "lerna": "^8.0.0", |
82 |
| - "prettier": "^3.1.0", |
| 81 | + "lerna": "^8.0.1", |
| 82 | + "prettier": "^3.1.1", |
83 | 83 | "regenerator-transform": "^0.15.2",
|
84 | 84 | "rimraf": "^5.0.5",
|
85 | 85 | "shelljs": "^0.8.5",
|
|
88 | 88 | "typescript": "^5.3.3"
|
89 | 89 | },
|
90 | 90 | "resolutions": {
|
91 |
| - "@types/react": "^18.2.42" |
| 91 | + "@types/react": "^18.2.45" |
92 | 92 | },
|
93 | 93 | "workspaces": {
|
94 | 94 | "packages": [
|
|
0 commit comments