Skip to content

Commit 2080149

Browse files
author
Cloudspider
committed
Fix for issue #12 to reference to the todos store
1 parent 6def1f7 commit 2080149

File tree

3 files changed

+60
-46
lines changed

3 files changed

+60
-46
lines changed

Diff for: src/app/store/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import user, { plugin as UserPlugin } from '../features/auth/store';
22
import notifications from '../features/notifications/store';
3-
import todos from '../features/todos';
3+
import todos from '../features/todos/store';
44

55
export default {
66
plugins: [UserPlugin], // Connects Meteor's reactive user state to the store using Tracker

Diff for: src/package-lock.json

+54-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
},
1313
"dependencies": {
1414
"@babel/runtime": "^7.0.0",
15-
"bcrypt": "^3.0.2",
15+
"bcrypt": "^3.0.3",
1616
"meteor-node-stubs": "^0.4.1",
1717
"moment": "^2.22.2",
18-
"vee-validate": "^2.1.4",
18+
"vee-validate": "^2.1.5",
1919
"vue": "^2.5.17",
2020
"vue-meteor-tracker": "^2.0.0-beta.4",
2121
"vue-observe-visibility": "^0.4.3",
2222
"vue-router": "^3.0.1",
2323
"vue-router-sync": "^0.1.0",
2424
"vue-supply": "^0.3.0",
25-
"vuetify": "^1.3.15",
25+
"vuetify": "^1.4.0",
2626
"vuex": "^3.0.1",
2727
"vuex-router-sync": "^5.0.0"
2828
},
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@meteorjs/eslint-config-meteor": "^1.0.5",
3737
"babel-eslint": "^10.0.1",
38-
"eslint": "^5.10.0",
38+
"eslint": "^5.11.1",
3939
"eslint-config-airbnb": "^17.1.0",
4040
"eslint-config-standard": "^12.0.0",
4141
"eslint-import-resolver-meteor": "^0.4.0",
@@ -44,7 +44,7 @@
4444
"eslint-plugin-meteor": "^5.1.0",
4545
"eslint-plugin-node": "^8.0.0",
4646
"eslint-plugin-promise": "^4.0.1",
47-
"eslint-plugin-react": "^7.11.1",
47+
"eslint-plugin-react": "^7.12.2",
4848
"eslint-plugin-standard": "^4.0.0"
4949
}
5050
}

0 commit comments

Comments
 (0)