|
41 | 41 | "prepublish": "pnpm run type-check && pnpm run lint"
|
42 | 42 | },
|
43 | 43 | "dependencies": {
|
44 |
| - "@babel/runtime": "^7.18.3", |
| 44 | + "@babel/runtime": "^7.18.9", |
45 | 45 | "@redux-devtools/instrument": "^2.1.0",
|
46 | 46 | "@redux-devtools/utils": "^2.0.0",
|
47 | 47 | "jsan": "^3.1.14",
|
|
50 | 50 | "socketcluster-client": "^16.1.1"
|
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "@babel/cli": "^7.17.10", |
54 |
| - "@babel/core": "^7.18.5", |
55 |
| - "@babel/eslint-parser": "^7.18.2", |
56 |
| - "@babel/plugin-transform-runtime": "^7.18.5", |
57 |
| - "@babel/preset-env": "^7.18.2", |
58 |
| - "@babel/preset-typescript": "^7.17.12", |
| 53 | + "@babel/cli": "^7.18.10", |
| 54 | + "@babel/core": "^7.18.10", |
| 55 | + "@babel/eslint-parser": "^7.18.9", |
| 56 | + "@babel/plugin-transform-runtime": "^7.18.10", |
| 57 | + "@babel/preset-env": "^7.18.10", |
| 58 | + "@babel/preset-typescript": "^7.18.6", |
59 | 59 | "@types/jsan": "^3.1.2",
|
60 |
| - "@types/node": "^16.11.41", |
| 60 | + "@types/node": "^16.11.47", |
61 | 61 | "@types/rn-host-detect": "^1.2.0",
|
62 | 62 | "@types/socketcluster-client": "^16.0.0",
|
63 |
| - "@typescript-eslint/eslint-plugin": "^5.29.0", |
64 |
| - "@typescript-eslint/parser": "^5.29.0", |
65 |
| - "eslint": "^8.18.0", |
| 63 | + "@typescript-eslint/eslint-plugin": "^5.33.0", |
| 64 | + "@typescript-eslint/parser": "^5.33.0", |
| 65 | + "eslint": "^8.21.0", |
66 | 66 | "eslint-config-prettier": "^8.5.0",
|
67 | 67 | "redux": "^4.2.0",
|
68 | 68 | "rimraf": "^3.0.2",
|
|
0 commit comments