diff --git a/examples/custom-server-actionhero/dump.rdb b/examples/custom-server-actionhero/dump.rdb new file mode 100644 index 00000000..14dab886 Binary files /dev/null and b/examples/custom-server-actionhero/dump.rdb differ diff --git a/examples/with-mobx-state-tree-typescript/.babelrc b/examples/with-mobx-state-tree-typescript/.babelrc index 907ea755..d0aca8da 100644 --- a/examples/with-mobx-state-tree-typescript/.babelrc +++ b/examples/with-mobx-state-tree-typescript/.babelrc @@ -4,6 +4,6 @@ "@zeit/next-typescript/babel" ], "plugins": [ - "transform-decorators-legacy" + ["@babel/plugin-proposal-decorators", { "legacy": true }] ] } diff --git a/examples/with-mobx-state-tree-typescript/package.json b/examples/with-mobx-state-tree-typescript/package.json index 20aa4028..ab39b2cf 100644 --- a/examples/with-mobx-state-tree-typescript/package.json +++ b/examples/with-mobx-state-tree-typescript/package.json @@ -8,21 +8,21 @@ "tslint": "tslint -c tslint.json -p tsconfig.json" }, "dependencies": { - "@zeit/next-typescript": "1.1.0", - "mobx": "5.0.5", - "mobx-react": "5.2.5", - "mobx-state-tree": "3.2.3", - "next": "6.1.1", - "react": "16.4.2", - "react-dom": "16.4.2", + "@zeit/next-typescript": "1.1.1", + "mobx": "^5.1.2", + "mobx-react": "^5.2.8", + "mobx-state-tree": "^3.4.0", + "next": "latest", + "react": "^16.5.2", + "react-dom": "^16.5.2", "typescript": "^3.0.1" }, "devDependencies": { + "@babel/plugin-proposal-decorators": "^7.1.0", "@types/next": "^6.1.4", "@types/react": "^16.4.12", - "babel-plugin-transform-decorators-legacy": "^1.3.4", "tslint": "^5.9.1", - "tslint-config-standard": "^7.0.0", + "tslint-config-standard": "^8.0.1", "tslint-loader": "^3.5.3", "tslint-react": "^3.4.0" }, diff --git a/package.json b/package.json index bd818119..8f77e02f 100644 --- a/package.json +++ b/package.json @@ -52,8 +52,7 @@ "**/node_modules/**", "**/examples/with-ioc/**", "**/examples/with-kea/**", - "**/examples/with-mobx/**", - "**/examples/with-mobx-state-tree/**" + "**/examples/with-mobx/**" ] }, "lint-staged": {