Skip to content

Commit 8debdff

Browse files
authored
Merge pull request #11 from gadget-inc/revert-typescript-bump
Revert typescript bump.
2 parents faf6620 + 966871b commit 8debdff

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gadgetinc/mobx-quick-tree",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A mirror of mobx-state-tree's API to construct fast, read-only instances that share all the same views",
55
"source": "src/index.ts",
66
"main": "dist/src/index.js",
@@ -29,18 +29,18 @@
2929
"mobx-state-tree": "^5.1.3"
3030
},
3131
"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",
3535
"@gadgetinc/eslint-config": "*",
3636
"@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"
4444
},
4545
"volta": {
4646
"node": "16.14.2"

0 commit comments

Comments
 (0)