Skip to content

Commit 4c70bcd

Browse files
committed
⬆️ updated to Meteor.js version 3.5.1 incl. package dependencies
1 parent 8b5b845 commit 4c70bcd

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

.meteor/packages

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
meteor-base@1.5.2 # Packages every Meteor app needs to have
88
mobile-experience@1.1.2 # Packages for a great mobile UX
9-
mongo@2.4.0 # The database Meteor supports right now
9+
mongo@2.5.0 # The database Meteor supports right now
1010
reactive-var@1.0.13 # Reactive variable for tracker
1111
tracker@1.3.4 # Meteor's client-side reactive programming library
1212

1313
es5-shim@4.8.1 # ECMAScript 5 compatibility for older browsers.
14-
ecmascript@0.18.1 # Enable ECMAScript2015+ syntax in app code
14+
ecmascript@0.19.0 # Enable ECMAScript2015+ syntax in app code
1515
shell-server@0.7.0 # Server-side component of the `meteor shell` command
1616

17-
accounts-password@3.3.0
17+
accounts-password@3.3.1
1818
check@1.5.0
1919
random@1.2.2
2020
dynamic-import@0.7.4
@@ -36,4 +36,4 @@ standard-minifier-js@3.2.0
3636
leonardoventurini:scss
3737
browser-policy-content@2.0.0
3838
faburem:accounts-anonymous
39-
rspack@1.1.0
39+
rspack@1.2.0

.meteor/release

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

.meteor/versions

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
accounts-base@3.3.0
22
accounts-oauth@1.4.7
3-
accounts-password@3.3.0
3+
accounts-password@3.3.1
44
allow-deny@2.1.0
55
autoupdate@2.0.1
6-
babel-compiler@7.14.1
6+
babel-compiler@7.15.0
77
babel-runtime@1.5.2
88
base64@1.0.14
99
binary-heap@1.0.13
@@ -19,13 +19,13 @@ callback-hook@1.8.0
1919
check@1.5.0
2020
core-runtime@1.0.0
2121
ddp@1.4.2
22-
ddp-client@3.3.0
22+
ddp-client@3.4.0
2323
ddp-common@1.4.5
2424
ddp-rate-limiter@1.3.0
25-
ddp-server@3.3.0
25+
ddp-server@3.4.0
2626
diff-sequence@1.1.3
2727
dynamic-import@0.7.4
28-
ecmascript@0.18.1
28+
ecmascript@0.19.0
2929
ecmascript-runtime@0.8.3
3030
ecmascript-runtime-client@0.13.0
3131
ecmascript-runtime-server@0.11.1
@@ -51,14 +51,14 @@ mdg:validated-method@1.3.0
5151
meteor@2.3.1
5252
meteor-base@1.5.2
5353
minifier-css@2.0.2
54-
minifier-js@3.2.1
54+
minifier-js@3.3.0
5555
minimongo@2.2.0
5656
mobile-experience@1.1.2
5757
mobile-status-bar@1.1.1
5858
modern-browsers@0.2.3
5959
modules@0.20.3
6060
modules-runtime@0.13.2
61-
mongo@2.4.0
61+
mongo@2.5.0
6262
mongo-decimal@0.2.0
6363
mongo-dev-server@1.1.1
6464
mongo-id@1.0.9
@@ -79,11 +79,11 @@ reactive-var@1.0.13
7979
reload@1.3.2
8080
retry@1.1.1
8181
routepolicy@1.1.2
82-
rspack@1.1.0
82+
rspack@1.2.1
8383
service-configuration@1.3.5
8484
sha@1.0.10
8585
shell-server@0.7.0
86-
socket-stream-client@0.7.0
86+
socket-stream-client@0.7.1
8787
spacebars@2.0.1
8888
spacebars-compiler@2.0.1
8989
standard-minifier-css@1.10.1
@@ -92,9 +92,9 @@ templating@1.4.5
9292
templating-compiler@2.0.1
9393
templating-runtime@2.0.2
9494
templating-tools@2.0.1
95-
tools-core@1.1.0
95+
tools-core@1.2.0
9696
tracker@1.3.4
97-
typescript@5.10.1
97+
typescript@5.11.0
9898
url@1.3.6
99-
webapp@2.2.0
99+
webapp@2.3.0
100100
webapp-hashing@1.1.2

0 commit comments

Comments
 (0)