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

View File

@@ -1,6 +1,6 @@
{
"name": "RPG Docs",
"version": "0.0.0",
"name": "dicecloud",
"version": "1",
"homepage": "",
"authors": [
"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",
"description": "Unofficial Online Realtime D&D 5e App",
"scripts": {
@@ -11,16 +11,15 @@
},
"author": "Stefan Zermatten",
"dependencies": {
"@babel/runtime": "^7.0.0-beta.49",
"@babel/runtime": "^7.1.2",
"@polymer/polymer": "^1.2.5-npm-test.2",
"babel-runtime": "^6.26.0",
"bcrypt": "^1.0.3",
"bower": "^1.7.9",
"core-js": "^2.5.7",
"fibers": "^2.0.2",
"meteor-node-stubs": "^0.3.3",
"qrcode": "^1.2.0",
"source-map-support": "^0.5.6",
"qrcode": "^1.3.0",
"source-map-support": "^0.5.9",
"underscore": "^1.9.1"
}
}