|
1 | 1 | {
|
2 | 2 | "name": "@gadgetinc/mobx-quick-tree",
|
3 |
| - "version": "0.3.1", |
| 3 | + "version": "0.3.2", |
4 | 4 | "description": "A mirror of mobx-state-tree's API to construct fast, read-only instances that share all the same views",
|
5 | 5 | "source": "src/index.ts",
|
6 | 6 | "main": "dist/src/index.js",
|
|
29 | 29 | "mobx-state-tree": "^5.1.3"
|
30 | 30 | },
|
31 | 31 | "devDependencies": {
|
32 |
| - "@babel/core": "^7.19.0", |
33 |
| - "@babel/preset-env": "^7.19.0", |
34 |
| - "@babel/preset-typescript": "^7.18.6", |
| 32 | + "@babel/core": "^7.17.8", |
| 33 | + "@babel/preset-env": "^7.16.11", |
| 34 | + "@babel/preset-typescript": "^7.16.7", |
35 | 35 | "@gadgetinc/eslint-config": "*",
|
36 | 36 | "@gadgetinc/prettier-config": "*",
|
37 |
| - "@types/jest": "^29.0.0", |
38 |
| - "@typescript-eslint/eslint-plugin": "^5.36.2", |
39 |
| - "eslint": "^8.23.0", |
40 |
| - "eslint-plugin-jest": "^27.0.1", |
41 |
| - "jest": "^29.0.2", |
42 |
| - "prettier": "^2.7.1", |
43 |
| - "typescript": ">=4.7.0 <4.8.0" |
| 37 | + "@types/jest": "^27.4.1", |
| 38 | + "@typescript-eslint/eslint-plugin": "^5.16.0", |
| 39 | + "eslint": "^8.12.0", |
| 40 | + "eslint-plugin-jest": "^26.1.3", |
| 41 | + "jest": "^27.5.1", |
| 42 | + "prettier": "^2.6.1", |
| 43 | + "typescript": ">=4.6.3 <4.7.0" |
44 | 44 | },
|
45 | 45 | "volta": {
|
46 | 46 | "node": "16.14.2"
|
|
0 commit comments