Skip to content

Commit 845a794

Browse files
committed
chore: Upgrade Meteor to 1.9
1 parent 7603e4a commit 845a794

File tree

6 files changed

+291
-492
lines changed

6 files changed

+291
-492
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"plugins": ["transform-decorators-legacy"]
2+
"plugins": []
33
}

.meteor/packages

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# 'meteor add' and 'meteor remove' will edit this file for you,
55
# but you can also edit it by hand.
66

7-
meteor-base@1.2.0 # Packages every Meteor app needs to have
8-
mongo@1.3.1 # The database Meteor supports right now
7+
meteor-base@1.4.0 # Packages every Meteor app needs to have
8+
mongo@1.8.0 # The database Meteor supports right now
99
reactive-var@1.0.11 # Reactive variable for tracker
10-
tracker@1.1.3 # Meteor's client-side reactive programming library
10+
tracker@1.2.0 # Meteor's client-side reactive programming library
1111

12-
standard-minifier-css@1.3.5 # CSS minifier run for production mode
13-
standard-minifier-js@2.2.0 # JS minifier run for production mode
14-
es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers
15-
ecmascript@0.9.0 # Enable ECMAScript2015+ syntax in app code
16-
shell-server@0.3.0 # Server-side component of the `meteor shell` command
12+
standard-minifier-css@1.6.0 # CSS minifier run for production mode
13+
standard-minifier-js@2.6.0 # JS minifier run for production mode
14+
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
15+
ecmascript@0.14.0 # Enable ECMAScript2015+ syntax in app code
16+
shell-server@0.4.0 # Server-side component of the `meteor shell` command
1717

1818
stylus@2.513.13
1919
meteortoys:allthings
@@ -31,3 +31,5 @@ static-html
3131
percolate:migrations
3232
didericis:callpromise-mixin
3333
aldeed:collection2-core
34+
dynamic-import@0.5.1
35+
underscore@1.0.10

.meteor/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@1.6.0.1
1+
METEOR@1.9

.meteor/versions

Lines changed: 54 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
1-
accounts-base@1.4.0
1+
accounts-base@1.5.0
22
aldeed:browser-tests@0.1.1
33
aldeed:collection2-core@2.1.0
44
allow-deny@1.1.0
5-
autoupdate@1.3.12
6-
babel-compiler@6.24.7
7-
babel-runtime@1.1.1
8-
base64@1.0.10
9-
binary-heap@1.0.10
10-
blaze@2.3.2
5+
autoupdate@1.6.0
6+
babel-compiler@7.5.0
7+
babel-runtime@1.5.0
8+
base64@1.0.12
9+
binary-heap@1.0.11
10+
blaze@2.3.4
1111
blaze-tools@1.0.10
12-
boilerplate-generator@1.3.0
13-
caching-compiler@1.1.9
12+
boilerplate-generator@1.6.0
13+
caching-compiler@1.2.1
1414
caching-html-compiler@1.1.2
15-
callback-hook@1.0.10
16-
check@1.2.5
17-
coffeescript@1.12.7_3
18-
coffeescript-compiler@1.12.7_3
15+
callback-hook@1.3.0
16+
check@1.3.1
17+
coffeescript@1.0.17
1918
dburles:collection-helpers@1.1.0
2019
dburles:factory@1.1.0
2120
ddp@1.4.0
22-
ddp-client@2.2.0
23-
ddp-common@1.3.0
21+
ddp-client@2.3.3
22+
ddp-common@1.4.0
2423
ddp-rate-limiter@1.0.7
25-
ddp-server@2.1.0
24+
ddp-server@2.3.0
2625
deps@1.0.12
2726
didericis:callpromise-mixin@0.0.1
28-
diff-sequence@1.0.7
27+
diff-sequence@1.1.1
2928
dispatch:mocha@0.4.1
30-
dynamic-import@0.2.0
31-
ecmascript@0.9.0
32-
ecmascript-runtime@0.5.0
33-
ecmascript-runtime-client@0.5.0
34-
ecmascript-runtime-server@0.5.0
35-
ejson@1.1.0
29+
dynamic-import@0.5.1
30+
ecmascript@0.14.0
31+
ecmascript-runtime@0.7.0
32+
ecmascript-runtime-client@0.10.0
33+
ecmascript-runtime-server@0.9.0
34+
ejson@1.1.1
3635
email@1.2.3
37-
es5-shim@4.6.15
36+
es5-shim@4.8.0
37+
fetch@0.1.1
3838
geojson-utils@1.0.10
3939
hot-code-push@1.0.4
4040
html-tools@1.0.11
4141
htmljs@1.0.11
42-
http@1.3.0
43-
id-map@1.0.9
42+
id-map@1.1.0
43+
inter-process-messaging@0.1.0
4444
johanbrook:publication-collector@1.0.10
4545
jquery@1.11.10
4646
livedata@1.0.18
4747
localstorage@1.2.0
48-
logging@1.1.19
48+
logging@1.1.20
4949
mdg:validated-method@1.1.0
50-
meteor@1.8.0
51-
meteor-base@1.2.0
50+
meteor@1.9.3
51+
meteor-base@1.4.0
5252
meteortoys:allthings@4.0.0
5353
meteortoys:authenticate@4.0.0
5454
meteortoys:autopub@4.0.0
@@ -66,42 +66,45 @@ meteortoys:sub@4.0.0
6666
meteortoys:throttle@4.0.0
6767
meteortoys:toggle@4.0.0
6868
meteortoys:toykit@4.0.1
69-
minifier-css@1.2.16
70-
minifier-js@2.2.1
71-
minimongo@1.4.0
72-
modules@0.11.0
73-
modules-runtime@0.9.0
74-
mongo@1.3.1
69+
minifier-css@1.5.0
70+
minifier-js@2.6.0
71+
minimongo@1.4.5
72+
modern-browsers@0.1.4
73+
modules@0.15.0
74+
modules-runtime@0.12.0
75+
mongo@1.8.0
76+
mongo-decimal@0.1.1
7577
mongo-dev-server@1.1.0
76-
mongo-id@1.0.6
78+
mongo-id@1.0.7
7779
msavin:jetsetter@4.0.0
7880
msavin:mongol@4.0.1
79-
npm-mongo@2.2.33
81+
npm-mongo@3.3.0
8082
observe-sequence@1.0.16
81-
ordered-dict@1.0.9
83+
ordered-dict@1.1.0
8284
percolate:migrations@1.0.2
8385
practicalmeteor:chai@2.1.0_1
8486
practicalmeteor:loglevel@1.2.0_2
8587
practicalmeteor:mocha@2.4.5_6
8688
practicalmeteor:mocha-core@1.0.1
8789
practicalmeteor:sinon@1.14.1_2
88-
promise@0.10.0
90+
promise@0.11.2
8991
raix:eventemitter@0.1.3
90-
random@1.0.10
91-
rate-limit@1.0.8
92+
random@1.1.0
93+
rate-limit@1.0.9
9294
react-meteor-data@0.2.15
93-
reactive-dict@1.2.0
95+
reactive-dict@1.3.0
9496
reactive-var@1.0.11
95-
reload@1.1.11
96-
retry@1.0.9
97-
routepolicy@1.0.12
97+
reload@1.3.0
98+
retry@1.1.0
99+
routepolicy@1.1.0
98100
service-configuration@1.0.11
99-
session@1.1.7
100-
shell-server@0.3.0
101+
session@1.2.0
102+
shell-server@0.4.0
103+
socket-stream-client@0.2.2
101104
spacebars@1.0.15
102105
spacebars-compiler@1.1.3
103-
standard-minifier-css@1.3.5
104-
standard-minifier-js@2.2.1
106+
standard-minifier-css@1.6.0
107+
standard-minifier-js@2.6.0
105108
static-html@1.2.2
106109
stylus@2.513.13
107110
templating@1.3.2
@@ -110,9 +113,8 @@ templating-runtime@1.3.2
110113
templating-tools@1.1.2
111114
tmeasday:check-npm-versions@0.3.1
112115
tmeasday:test-reporter-helpers@0.2.1
113-
tracker@1.1.3
116+
tracker@1.2.0
114117
underscore@1.0.10
115-
url@1.1.0
116-
webapp@1.4.0
118+
webapp@1.8.0
117119
webapp-hashing@1.0.9
118120
xolvio:cleaner@0.3.1

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,27 @@
99
"test-live": "meteor test --driver-package=practicalmeteor:mocha"
1010
},
1111
"dependencies": {
12-
"babel-runtime": "^6.26.0",
12+
"@babel/runtime": "^7.10.2",
1313
"classnames": "^2.2.6",
1414
"lodash.find": "^4.6.0",
1515
"lodash.flatmap": "^4.5.0",
1616
"lodash.get": "^4.4.2",
17-
"meteor-node-stubs": "~0.3.3",
17+
"meteor-node-stubs": "~1.0.0",
1818
"moment": "^2.26.0",
1919
"normalize.css": "^8.0.1",
2020
"prop-types": "^15.7.2",
2121
"react": "^16.13.1",
2222
"react-dom": "^16.13.1",
2323
"react-redux": "^7.2.0",
24-
"react-router-dom": "^4.2.2",
24+
"react-router-dom": "^5.2.0",
2525
"redux": "^4.0.5",
2626
"redux-form": "^8.3.6",
2727
"semantic-ui-css": "^2.4.1",
2828
"semantic-ui-react": "^0.88.2",
29-
"simpl-schema": "^1.5.0"
29+
"simpl-schema": "^1.7.3"
3030
},
3131
"devDependencies": {
3232
"babel-eslint": "^10.1.0",
33-
"babel-plugin-transform-decorators-legacy": "^1.3.5",
3433
"chai": "^4.2.0",
3534
"chai-as-promised": "^7.1.1",
3635
"chromedriver": "^83.0.0",

0 commit comments

Comments
 (0)