Skip to content

Commit a93409f

Browse files
committed
updated dependencies and bumped version
1 parent 723059b commit a93409f

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-store-provider",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Use React Hooks with mobx-state-tree",
55
"homepage": "https://mobx-store-provider.jonbnewman.dev/",
66
"main": "lib/index.js",
@@ -36,26 +36,26 @@
3636
"license": "MIT",
3737
"sideEffects": false,
3838
"devDependencies": {
39-
"@testing-library/jest-dom": "^5.14.1",
40-
"@testing-library/react": "^12.1.0",
41-
"@types/jest": "^27.0.1",
42-
"@types/react": "^17.0.21",
43-
"@typescript-eslint/eslint-plugin": "^4.31.1",
44-
"@typescript-eslint/parser": "^4.31.1",
39+
"@testing-library/jest-dom": "^5.16.1",
40+
"@testing-library/react": "^12.1.2",
41+
"@types/jest": "^27.4.0",
42+
"@types/react": "^17.0.38",
43+
"@typescript-eslint/eslint-plugin": "^5.9.0",
44+
"@typescript-eslint/parser": "^5.9.0",
4545
"coveralls": "^3.1.1",
46-
"eslint": "^7.32.0",
46+
"eslint": "^8.6.0",
4747
"eslint-config-prettier": "^8.3.0",
4848
"eslint-plugin-prettier": "^4.0.0",
49-
"eslint-plugin-react": "^7.25.2",
50-
"react": "^17.0.0",
51-
"jest": "^27.2.0",
52-
"mobx": "^6.3.3",
53-
"mobx-react": "^7.2.0",
54-
"mobx-state-tree": "^5.0.2",
55-
"prettier": "^2.4.1",
49+
"eslint-plugin-react": "^7.28.0",
50+
"react": "^17.0.2",
51+
"jest": "^27.4.7",
52+
"mobx": "^6.3.10",
53+
"mobx-react": "^7.2.1",
54+
"mobx-state-tree": "^5.1.0",
55+
"prettier": "^2.5.1",
5656
"react-dom": "^17.0.2",
57-
"ts-jest": "^27.0.5",
58-
"typescript": "^4.4.3"
57+
"ts-jest": "^27.1.2",
58+
"typescript": "^4.5.4"
5959
},
6060
"peerDependencies": {
6161
"react": ">=16.8",

0 commit comments

Comments
 (0)