Commit 3daf322e92d9d71e9059cd12103edb6b9701c858
1 parent
431734831b
Exists in
master
bump dependencies and patch a few things
- Bring Meteor up to 1.4.0.1. - Bring Meteor packages up to date. - Bring NPM packages up to date. - Fix console warnings from #157. Closes #157. Closes #162. - Remove import of bootstrap.js (was redundant). Closes #170. Closes #172
Showing
6 changed files
with
11 additions
and
13 deletions
Show diff stats
.meteor/release
.meteor/versions
1 | -accounts-base@1.2.9 | |
2 | -accounts-password@1.2.12 | |
1 | +accounts-base@1.2.10 | |
2 | +accounts-password@1.2.14 | |
3 | 3 | alanning:roles@1.2.15 |
4 | 4 | aldeed:collection2@2.9.1 |
5 | 5 | aldeed:collection2-core@1.1.1 |
... | ... | @@ -34,13 +34,13 @@ ddp-server@1.2.10 |
34 | 34 | deps@1.0.12 |
35 | 35 | diff-sequence@1.0.6 |
36 | 36 | ecmascript@0.5.7 |
37 | -ecmascript-runtime@0.3.12 | |
37 | +ecmascript-runtime@0.3.13 | |
38 | 38 | ejson@1.0.12 |
39 | 39 | email@1.1.16 |
40 | 40 | es5-shim@4.6.13 |
41 | 41 | fastclick@1.0.12 |
42 | 42 | fortawesome:fontawesome@4.5.0 |
43 | -fourseven:scss@3.8.0_1 | |
43 | +fourseven:scss@3.8.1 | |
44 | 44 | geojson-utils@1.0.9 |
45 | 45 | hot-code-push@1.0.4 |
46 | 46 | html-tools@1.0.10 |
... | ... | @@ -65,7 +65,7 @@ modules@0.7.5 |
65 | 65 | modules-runtime@0.7.5 |
66 | 66 | mongo@1.1.10 |
67 | 67 | mongo-id@1.0.5 |
68 | -npm-bcrypt@0.8.7 | |
68 | +npm-bcrypt@0.8.7_1 | |
69 | 69 | npm-mongo@1.5.45 |
70 | 70 | observe-sequence@1.0.12 |
71 | 71 | ordered-dict@1.0.8 | ... | ... |
imports/startup/client/index.js
imports/ui/components/document.js
imports/ui/components/loading.js
package.json
... | ... | @@ -59,12 +59,12 @@ |
59 | 59 | "bootstrap": "^3.3.7", |
60 | 60 | "jquery": "^2.2.4", |
61 | 61 | "jquery-validation": "^1.15.1", |
62 | - "react": "^15.2.1", | |
62 | + "react": "^15.3.0", | |
63 | 63 | "react-addons-pure-render-mixin": "^15.2.1", |
64 | - "react-bootstrap": "^0.29.5", | |
65 | - "react-dom": "^15.2.1", | |
64 | + "react-bootstrap": "^0.30.2", | |
65 | + "react-dom": "^15.3.0", | |
66 | 66 | "react-komposer": "^1.13.1", |
67 | - "react-router": "^2.6.0", | |
67 | + "react-router": "^2.6.1", | |
68 | 68 | "react-router-bootstrap": "^0.23.1" |
69 | 69 | } |
70 | 70 | } | ... | ... |