Skip to content

Commit

Permalink
Updated meteor to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert committed Apr 15, 2019
1 parent 8f77de0 commit 901eb4b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

meteor-base@1.4.0 # Packages every Meteor app needs to have
mobile-experience@1.0.5 # Packages for a great mobile UX
mongo@1.6.0 # The database Meteor supports right now
mongo@1.6.2 # The database Meteor supports right now
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
reactive-var@1.0.11 # Reactive variable for tracker
tracker@1.2.0 # Meteor's client-side reactive programming library

standard-minifier-css@1.5.2 # CSS minifier run for production mode
standard-minifier-js@2.4.0 # JS minifier run for production mode
standard-minifier-css@1.5.3 # CSS minifier run for production mode
standard-minifier-js@2.4.1 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
ecmascript@0.12.4 # Enable ECMAScript2015+ syntax in app code
shell-server@0.4.0 # Server-side component of the `meteor shell` command
Expand Down
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.8.0.2
METEOR@1.8.1
34 changes: 17 additions & 17 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ accounts-github@1.4.2
accounts-oauth@1.1.16
allow-deny@1.1.0
autopublish@1.0.7
autoupdate@1.5.0
babel-compiler@7.2.4
autoupdate@1.6.0
babel-compiler@7.3.4
babel-runtime@1.3.0
base64@1.0.11
binary-heap@1.0.11
Expand All @@ -20,17 +20,17 @@ ddp@1.4.0
ddp-client@2.3.3
ddp-common@1.4.0
ddp-rate-limiter@1.0.7
ddp-server@2.2.0
ddp-server@2.3.0
deps@1.0.12
diff-sequence@1.1.1
dynamic-import@0.5.1
ecmascript@0.12.4
ecmascript@0.12.7
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.8.0
ecmascript-runtime-server@0.7.1
ejson@1.1.0
es5-shim@4.8.0
fetch@0.1.0
fetch@0.1.1
fortawesome:fontawesome@4.7.0
frozeman:persistent-minimongo2@0.4.0
geojson-utils@1.0.10
Expand All @@ -47,22 +47,22 @@ launch-screen@1.1.1
livedata@1.0.18
localstorage@1.2.0
logging@1.1.20
meteor@1.9.2
meteor@1.9.3
meteor-base@1.4.0
minifier-css@1.4.1
minifier-js@2.4.0
minifier-css@1.4.2
minifier-js@2.4.1
minimongo@1.4.5
mobile-experience@1.0.5
mobile-status-bar@1.0.14
modern-browsers@0.1.3
modern-browsers@0.1.4
modules@0.13.0
modules-runtime@0.10.3
mongo@1.6.0
mongo-decimal@0.1.0
mongo@1.6.2
mongo-decimal@0.1.1
mongo-dev-server@1.1.0
mongo-id@1.0.7
npm-mongo@3.1.1
oauth@1.2.7
npm-mongo@3.1.2
oauth@1.2.8
oauth2@1.2.1
observe-sequence@1.0.16
okgrow:analytics@3.0.5
Expand All @@ -72,16 +72,16 @@ random@1.1.0
rate-limit@1.0.9
react-meteor-data@0.2.16
reactive-var@1.0.11
reload@1.2.0
reload@1.3.0
retry@1.1.0
routepolicy@1.1.0
service-configuration@1.0.11
shell-server@0.4.0
socket-stream-client@0.2.2
spacebars@1.0.15
spacebars-compiler@1.1.3
standard-minifier-css@1.5.2
standard-minifier-js@2.4.0
standard-minifier-css@1.5.3
standard-minifier-js@2.4.1
swydo:graphql@0.4.0
templating@1.3.2
templating-compiler@1.3.3
Expand All @@ -92,5 +92,5 @@ tracker@1.2.0
ui@1.0.13
underscore@1.0.10
url@1.2.0
webapp@1.7.2
webapp@1.7.4
webapp-hashing@1.0.9

0 comments on commit 901eb4b

Please sign in to comment.