Upgrade to meteor 1.8

This commit is contained in:
Stefan Zermatten
2018-10-10 14:28:48 +02:00
parent 3f81d419f7
commit e17dbf6601
6 changed files with 514 additions and 511 deletions

View File

@@ -4,7 +4,7 @@
# but you can also edit it by hand. # but you can also edit it by hand.
accounts-password@1.5.1 accounts-password@1.5.1
accounts-ui@1.3.0 accounts-ui@1.3.1
random@1.1.0 random@1.1.0
dburles:collection-helpers dburles:collection-helpers
reactive-var@1.0.11 reactive-var@1.0.11
@@ -17,7 +17,7 @@ dburles:mongo-collection-instances
percolate:migrations percolate:migrations
ecwyne:mathjs ecwyne:mathjs
useraccounts:polymer useraccounts:polymer
accounts-google@1.3.1 accounts-google@1.3.2
splendido:accounts-meld splendido:accounts-meld
email@1.2.3 email@1.2.3
meteorhacks:subs-manager meteorhacks:subs-manager
@@ -25,9 +25,9 @@ chuangbo:marked
reywood:iron-router-ga reywood:iron-router-ga
meteor-base@1.4.0 meteor-base@1.4.0
mobile-experience@1.0.5 mobile-experience@1.0.5
mongo@1.5.0 mongo@1.6.0
blaze-html-templates blaze-html-templates
session@1.1.7 session@1.1.8
jquery@1.11.10 jquery@1.11.10
tracker@1.2.0 tracker@1.2.0
logging@1.1.20 logging@1.1.20
@@ -37,19 +37,19 @@ spacebars
check@1.3.1 check@1.3.1
useraccounts:iron-routing useraccounts:iron-routing
wizonesolutions:canonical wizonesolutions:canonical
standard-minifier-js@2.3.4 standard-minifier-js@2.4.0
shell-server@0.3.1 shell-server@0.4.0
seba:minifiers-autoprefixer seba:minifiers-autoprefixer
nikogosovd:multiple-uihooks nikogosovd:multiple-uihooks
templates:array templates:array
ecmascript@0.11.1 ecmascript@0.12.0
es5-shim@4.8.0 es5-shim@4.8.0
differential:vulcanize differential:vulcanize
reactive-dict@1.2.0 reactive-dict@1.2.1
ongoworks:speakingurl ongoworks:speakingurl
service-configuration@1.0.11 service-configuration@1.0.11
google-config-ui@1.0.0 google-config-ui@1.0.1
dynamic-import@0.4.2 dynamic-import@0.5.0
ddp-rate-limiter@1.0.7 ddp-rate-limiter@1.0.7
rate-limit@1.0.9 rate-limit@1.0.9
iron:router iron:router

View File

@@ -1 +1 @@
METEOR@1.7.0.5 METEOR@1.8

View File

@@ -107,7 +107,7 @@ reload@1.2.0
retry@1.1.0 retry@1.1.0
reywood:iron-router-ga@0.7.1 reywood:iron-router-ga@0.7.1
routepolicy@1.1.0 routepolicy@1.1.0
seba:minifiers-autoprefixer@1.0.1 seba:minifiers-autoprefixer@1.1.1
service-configuration@1.0.11 service-configuration@1.0.11
session@1.1.8 session@1.1.8
sha@1.0.9 sha@1.0.9

View File

@@ -1,6 +1,6 @@
{ {
"name": "RPG Docs", "name": "dicecloud",
"version": "0.0.0", "version": "1",
"homepage": "", "homepage": "",
"authors": [ "authors": [
"Stefan Zermatten" "Stefan Zermatten"

988
app/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
{ {
"name": "rpg-docs", "name": "dicecloud",
"version": "0.10.0", "version": "0.10.0",
"description": "Unofficial Online Realtime D&D 5e App", "description": "Unofficial Online Realtime D&D 5e App",
"scripts": { "scripts": {
@@ -11,16 +11,15 @@
}, },
"author": "Stefan Zermatten", "author": "Stefan Zermatten",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.0.0-beta.49", "@babel/runtime": "^7.1.2",
"@polymer/polymer": "^1.2.5-npm-test.2", "@polymer/polymer": "^1.2.5-npm-test.2",
"babel-runtime": "^6.26.0",
"bcrypt": "^1.0.3", "bcrypt": "^1.0.3",
"bower": "^1.7.9", "bower": "^1.7.9",
"core-js": "^2.5.7", "core-js": "^2.5.7",
"fibers": "^2.0.2", "fibers": "^2.0.2",
"meteor-node-stubs": "^0.3.3", "meteor-node-stubs": "^0.3.3",
"qrcode": "^1.2.0", "qrcode": "^1.3.0",
"source-map-support": "^0.5.6", "source-map-support": "^0.5.9",
"underscore": "^1.9.1" "underscore": "^1.9.1"
} }
} }