Commit 7e90d8634f83731983d21ebbd807497cb1313880

Authored by tmcdeveloper
1 parent c4312d24dc
Exists in master

bump Meteor, Atmosphere packages, and NPM deps

.meteor/.finished-upgraders
... ... @@ -12,3 +12,4 @@ notices-for-facebook-graph-api-2
12 12 1.2.0-breaking-changes
13 13 1.3.0-split-minifiers-package
14 14 1.3.5-remove-old-dev-bundle-link
  15 +1.4.0-remove-old-dev-bundle-link
... ...
... ... @@ -4,32 +4,32 @@
4 4 # 'meteor add' and 'meteor remove' will edit this file for you,
5 5 # but you can also edit it by hand.
6 6  
7   -meteor-base # Packages every Meteor app needs to have
8   -mobile-experience # Packages for a great mobile UX
9   -mongo # The database Meteor supports right now
10   -reactive-var # Reactive variable for tracker
11   -session
12   -tracker # Meteor's client-side reactive programming library
  7 +meteor-base@1.0.4 # Packages every Meteor app needs to have
  8 +mobile-experience@1.0.4 # Packages for a great mobile UX
  9 +mongo@1.1.10 # The database Meteor supports right now
  10 +reactive-var@1.0.10 # Reactive variable for tracker
  11 +session@1.1.6
  12 +tracker@1.1.0 # Meteor's client-side reactive programming library
13 13  
14   -standard-minifier-css # CSS minifier run for production mode
15   -standard-minifier-js # JS minifier run for production mode
16   -es5-shim # ECMAScript 5 compatibility for older browsers.
17   -ecmascript # Enable ECMAScript2015+ syntax in app code
  14 +standard-minifier-css@1.1.8 # CSS minifier run for production mode
  15 +standard-minifier-js@1.1.8 # JS minifier run for production mode
  16 +es5-shim@4.6.13 # ECMAScript 5 compatibility for older browsers.
  17 +ecmascript@0.5.7 # Enable ECMAScript2015+ syntax in app code
18 18  
19   -accounts-password
20   -accounts-base
21   -check
22   -audit-argument-checks
23   -browser-policy
  19 +accounts-password@1.2.12
  20 +accounts-base@1.2.9
  21 +check@1.2.3
  22 +audit-argument-checks@1.0.7
  23 +browser-policy@1.0.9
24 24  
25 25 fourseven:scss
26 26 aldeed:collection2
27 27 alanning:roles
28 28 themeteorchef:bert
29   -static-html
  29 +static-html@1.1.11
30 30 xolvio:cleaner
31 31 practicalmeteor:mocha
32 32 xolvio:backdoor
33 33 mdg:validated-method
34 34 dburles:factory@1.0.0
35   -ddp-rate-limiter
  35 +ddp-rate-limiter@1.0.5
... ...
1   -METEOR@1.3.5.1
  1 +METEOR@1.4
... ...
1   -accounts-base@1.2.8
2   -accounts-password@1.1.13
  1 +accounts-base@1.2.9
  2 +accounts-password@1.2.12
3 3 alanning:roles@1.2.15
4 4 aldeed:collection2@2.9.1
5 5 aldeed:collection2-core@1.1.1
... ... @@ -9,8 +9,8 @@ aldeed:simple-schema@1.5.3
9 9 allow-deny@1.0.5
10 10 audit-argument-checks@1.0.7
11 11 autoupdate@1.2.11
12   -babel-compiler@6.8.5
13   -babel-runtime@0.1.9_1
  12 +babel-compiler@6.9.0
  13 +babel-runtime@0.1.10
14 14 base64@1.0.9
15 15 binary-heap@1.0.9
16 16 blaze@2.1.8
... ... @@ -25,7 +25,7 @@ caching-html-compiler@1.0.6
25 25 callback-hook@1.0.9
26 26 check@1.2.3
27 27 coffeescript@1.1.4
28   -dburles:factory@1.0.0
  28 +dburles:factory@1.1.0
29 29 ddp@1.2.5
30 30 ddp-client@1.2.9
31 31 ddp-common@1.2.6
... ... @@ -33,11 +33,11 @@ ddp-rate-limiter@1.0.5
33 33 ddp-server@1.2.10
34 34 deps@1.0.12
35 35 diff-sequence@1.0.6
36   -ecmascript@0.4.8
37   -ecmascript-runtime@0.2.12
  36 +ecmascript@0.5.7
  37 +ecmascript-runtime@0.3.12
38 38 ejson@1.0.12
39   -email@1.0.16
40   -es5-shim@4.5.13
  39 +email@1.1.16
  40 +es5-shim@4.6.13
41 41 fastclick@1.0.12
42 42 fortawesome:fontawesome@4.5.0
43 43 fourseven:scss@3.8.0_1
... ... @@ -51,22 +51,22 @@ jquery@1.11.9
51 51 launch-screen@1.0.12
52 52 livedata@1.0.18
53 53 localstorage@1.0.11
54   -logging@1.0.14
  54 +logging@1.1.14
55 55 mdg:validated-method@1.1.0
56 56 mdg:validation-error@0.5.1
57   -meteor@1.1.16
  57 +meteor@1.2.16
58 58 meteor-base@1.0.4
59   -minifier-css@1.1.13
60   -minifier-js@1.1.13
  59 +minifier-css@1.2.13
  60 +minifier-js@1.2.13
61 61 minimongo@1.0.17
62 62 mobile-experience@1.0.4
63 63 mobile-status-bar@1.0.12
64   -modules@0.6.5
65   -modules-runtime@0.6.5
66   -mongo@1.1.9_1
  64 +modules@0.7.5
  65 +modules-runtime@0.7.5
  66 +mongo@1.1.10
67 67 mongo-id@1.0.5
68   -npm-bcrypt@0.8.6_3
69   -npm-mongo@1.4.45
  68 +npm-bcrypt@0.8.7
  69 +npm-mongo@1.5.45
70 70 observe-sequence@1.0.12
71 71 ordered-dict@1.0.8
72 72 practicalmeteor:chai@2.1.0_1
... ... @@ -74,7 +74,7 @@ practicalmeteor:loglevel@1.2.0_2
74 74 practicalmeteor:mocha@2.4.5_6
75 75 practicalmeteor:mocha-core@1.0.1
76 76 practicalmeteor:sinon@1.14.1_2
77   -promise@0.7.3
  77 +promise@0.8.3
78 78 raix:eventemitter@0.1.3
79 79 random@1.0.10
80 80 rate-limit@1.0.5
... ... @@ -89,18 +89,18 @@ sha@1.0.8
89 89 spacebars@1.0.12
90 90 spacebars-compiler@1.0.12
91 91 srp@1.0.9
92   -standard-minifier-css@1.0.8
93   -standard-minifier-js@1.0.8
94   -static-html@1.0.12
  92 +standard-minifier-css@1.1.8
  93 +standard-minifier-js@1.1.8
  94 +static-html@1.1.11
95 95 templating@1.1.14
96 96 templating-tools@1.0.4
97 97 themeteorchef:bert@2.1.1
98 98 tmeasday:test-reporter-helpers@0.2.1
99   -tracker@1.0.15
  99 +tracker@1.1.0
100 100 ui@1.0.11
101 101 underscore@1.0.9
102 102 url@1.0.10
103   -webapp@1.2.11
  103 +webapp@1.3.10
104 104 webapp-hashing@1.0.9
105 105 xolvio:backdoor@0.2.0
106 106 xolvio:cleaner@0.3.1
... ...
... ... @@ -11,12 +11,12 @@
11 11 "production": "meteor deploy production.meteor.com --settings settings-production.json"
12 12 },
13 13 "devDependencies": {
14   - "chimp": "^0.34.1",
15   - "eslint": "^2.9.0",
  14 + "chimp": "^0.39.1",
  15 + "eslint": "^2.13.1",
16 16 "eslint-config-airbnb": "^9.0.1",
17   - "eslint-plugin-jsx-a11y": "^1.2.0",
18   - "eslint-plugin-meteor": "^3.5.2",
19   - "eslint-plugin-react": "^5.1.1",
  17 + "eslint-plugin-jsx-a11y": "^1.5.5",
  18 + "eslint-plugin-meteor": "^3.6.0",
  19 + "eslint-plugin-react": "^5.2.2",
20 20 "faker": "^3.1.0"
21 21 },
22 22 "eslintConfig": {
... ... @@ -56,18 +56,15 @@
56 56 }
57 57 },
58 58 "dependencies": {
59   - "bootstrap": "^3.3.6",
60   - "eslint": "^2.13.1",
61   - "eslint-plugin-jsx-a11y": "^1.5.3",
62   - "eslint-plugin-react": "^5.2.2",
  59 + "bootstrap": "^3.3.7",
63 60 "jquery": "^2.2.4",
64   - "jquery-validation": "^1.15.0",
65   - "react": "^15.2.0",
66   - "react-addons-pure-render-mixin": "^15.0.2",
  61 + "jquery-validation": "^1.15.1",
  62 + "react": "^15.2.1",
  63 + "react-addons-pure-render-mixin": "^15.2.1",
67 64 "react-bootstrap": "^0.29.5",
68   - "react-dom": "^15.2.0",
69   - "react-komposer": "^1.8.0",
70   - "react-router": "^2.5.2",
71   - "react-router-bootstrap": "^0.23.0"
  65 + "react-dom": "^15.2.1",
  66 + "react-komposer": "^1.13.1",
  67 + "react-router": "^2.6.0",
  68 + "react-router-bootstrap": "^0.23.1"
72 69 }
73 70 }
... ...