Skip to content

Commit

Permalink
Widen mobx compatibility range and bump all libraries (#3)
Browse files Browse the repository at this point in the history
* Widen mobx compatabilities

* Bump all libraries
  • Loading branch information
rkuykendall authored Apr 9, 2019
1 parent 84c7adb commit e97e903
Show file tree
Hide file tree
Showing 2 changed files with 2,489 additions and 1,334 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,47 +58,47 @@
"ts",
"tsx"
],
"setupTestFrameworkScriptFile": "./test/setup.js",
"setupFilesAfterEnv": ["./test/setup.js"],
"testURL": "http://localhost/"
},
"files": [
"dist",
"index.js"
],
"peerDependencies": {
"mobx": ">=5.8"
"mobx": "^4.0.0 || ^5.0.0"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/polyfill": "^7.2.3",
"@babel/preset-env": "^7.2.3",
"@babel/preset-typescript": "^7.1.0",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-typescript": "^7.3.3",
"@mighty-justice/tslint-config": "^0.3.0",
"babelrc-rollup": "^3.0.0",
"coveralls": "^3.0.2",
"coveralls": "^3.0.3",
"gh-pages": "^2.0.1",
"gitbook-cli": "^2.3.2",
"gitbook-plugin-anchorjs": "^2.1.0",
"gitbook-plugin-search-plus": "^1.0.4-alpha-3",
"jest": "^23.6.0",
"jest-environment-jsdom": "^23.4.0",
"mobx": "^5.8.0",
"np": "^3.1.0",
"regenerator-runtime": "^0.13.1",
"rollup": "^0.68.1",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"source-map-explorer": "^1.6.0",
"tslint": "^5.11.0",
"typescript": "^3.2.2"
"jest": "^24.7.1",
"jest-environment-jsdom": "^24.7.1",
"mobx": "^5.9.4",
"np": "^4.0.2",
"regenerator-runtime": "^0.13.2",
"rollup": "^1.9.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.1",
"source-map-explorer": "^1.8.0",
"tslint": "^5.15.0",
"typescript": "^3.4.2"
},
"dependencies": {
"class-autobind-decorator": "^3.0.1"
Expand Down
Loading

0 comments on commit e97e903

Please sign in to comment.