|
2 | 2 | "name": "root", |
3 | 3 | "version": "0.0.0", |
4 | 4 | "private": true, |
5 | | - "packageManager": "[email protected].24", |
| 5 | + "packageManager": "[email protected].26", |
6 | 6 | "type": "module", |
7 | 7 | "workspaces": [ |
8 | 8 | "app", |
|
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | 24 | "@babel/cli": "^7.19.3", |
25 | | - "@babel/core": "^7.19.3", |
| 25 | + "@babel/core": "^7.19.6", |
26 | 26 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
27 | | - "@babel/plugin-proposal-object-rest-spread": "^7.18.9", |
28 | | - "@babel/plugin-transform-runtime": "^7.19.1", |
29 | | - "@babel/preset-env": "^7.19.3", |
| 27 | + "@babel/plugin-proposal-object-rest-spread": "^7.19.4", |
| 28 | + "@babel/plugin-transform-runtime": "^7.19.6", |
| 29 | + "@babel/preset-env": "^7.19.4", |
30 | 30 | "@babel/preset-react": "^7.18.6", |
31 | 31 | "@babel/preset-typescript": "^7.18.6", |
32 | 32 | "@babel/register": "^7.18.9", |
33 | 33 | "@emotion/eslint-plugin": "^11.10.0", |
34 | | - "@jest/types": "^29.1.2", |
| 34 | + "@jest/types": "^29.2.1", |
35 | 35 | "@rollup/plugin-babel": "^6.0.0", |
36 | | - "@rollup/plugin-commonjs": "^22.0.2", |
37 | | - "@rollup/plugin-json": "^4.1.0", |
38 | | - "@rollup/plugin-node-resolve": "^14.1.0", |
| 36 | + "@rollup/plugin-commonjs": "^23.0.1", |
| 37 | + "@rollup/plugin-json": "^5.0.0", |
| 38 | + "@rollup/plugin-node-resolve": "^15.0.0", |
39 | 39 | "@types/babel__core": "^7.1.19", |
40 | 40 | "@types/babel__plugin-transform-runtime": "^7.9.2", |
41 | 41 | "@types/babel__preset-env": "^7.9.2", |
42 | | - "@types/eslint": "^8.4.6", |
| 42 | + "@types/eslint": "^8.4.7", |
43 | 43 | "@types/prettier": "^2.7.1", |
44 | | - "@typescript-eslint/eslint-plugin": "^5.39.0", |
45 | | - "@typescript-eslint/parser": "^5.39.0", |
46 | | - "babel-jest": "^29.1.2", |
| 44 | + "@typescript-eslint/eslint-plugin": "^5.40.1", |
| 45 | + "@typescript-eslint/parser": "^5.40.1", |
| 46 | + "babel-jest": "^29.2.1", |
47 | 47 | "babel-plugin-import": "^1.13.5", |
48 | 48 | "babel-plugin-replace-import-extension": "^1.1.3", |
49 | 49 | "envars": "^0.4.0", |
50 | 50 | "eslint": "^8.25.0", |
51 | 51 | "eslint-config-prettier": "^8.5.0", |
52 | | - "eslint-import-resolver-typescript": "^3.5.1", |
| 52 | + "eslint-import-resolver-typescript": "^3.5.2", |
53 | 53 | "eslint-plugin-import": "^2.26.0", |
54 | 54 | "eslint-plugin-jsx-a11y": "^6.6.1", |
55 | | - "eslint-plugin-react": "^7.31.8", |
| 55 | + "eslint-plugin-react": "^7.31.10", |
56 | 56 | "eslint-plugin-react-hooks": "^4.6.0", |
57 | 57 | "execa": "^6.1.0", |
58 | | - "got": "^12.5.1", |
| 58 | + "got": "^12.5.2", |
59 | 59 | "graphql": "^16.6.0", |
60 | 60 | "husky": "^8.0.1", |
61 | | - "jest": "^29.1.2", |
| 61 | + "jest": "^29.2.1", |
62 | 62 | "prettier": "^2.7.1", |
63 | 63 | "pretty-bytes": "^6.0.0", |
64 | 64 | "react": "^18.2.0", |
65 | 65 | "relay-config": "^12.0.1", |
66 | | - "rollup": "^2.79.1", |
| 66 | + "rollup": "^3.2.3", |
67 | 67 | "typescript": "^4.8.4", |
68 | | - "wrangler": "^2.1.10", |
| 68 | + "wrangler": "^2.1.13", |
69 | 69 | "zx": "^7.1.1" |
70 | 70 | }, |
71 | 71 | "resolutions": { |
|
0 commit comments