Skip to content

Commit

Permalink
updated dependencies and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbnewman committed Jan 5, 2022
1 parent 723059b commit a93409f
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-store-provider",
"version": "2.1.1",
"version": "2.1.2",
"description": "Use React Hooks with mobx-state-tree",
"homepage": "https://mobx-store-provider.jonbnewman.dev/",
"main": "lib/index.js",
Expand Down Expand Up @@ -36,26 +36,26 @@
"license": "MIT",
"sideEffects": false,
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"coveralls": "^3.1.1",
"eslint": "^7.32.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.2",
"react": "^17.0.0",
"jest": "^27.2.0",
"mobx": "^6.3.3",
"mobx-react": "^7.2.0",
"mobx-state-tree": "^5.0.2",
"prettier": "^2.4.1",
"eslint-plugin-react": "^7.28.0",
"react": "^17.0.2",
"jest": "^27.4.7",
"mobx": "^6.3.10",
"mobx-react": "^7.2.1",
"mobx-state-tree": "^5.1.0",
"prettier": "^2.5.1",
"react-dom": "^17.0.2",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down

0 comments on commit a93409f

Please sign in to comment.