updated dependencies

This commit is contained in:
Thaum Rystra
2020-04-04 14:30:22 +02:00
parent fc5576397a
commit 97111741bf
5 changed files with 545 additions and 535 deletions

View File

@@ -3,9 +3,9 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
accounts-password@1.5.2
accounts-password@1.6.0
accounts-ui@1.3.1
random@1.1.0
random@1.2.0
dburles:collection-helpers
reactive-var@1.0.11
underscore@1.0.10
@@ -17,8 +17,8 @@ email@1.2.3
meteorhacks:subs-manager
chuangbo:marked
meteor-base@1.4.0
mobile-experience@1.0.5
mongo@1.8.0
mobile-experience@1.1.0
mongo@1.9.0
session@1.2.0
jquery@1.11.10
tracker@1.2.0
@@ -27,7 +27,7 @@ reload@1.3.0
ejson@1.1.1
check@1.3.1
standard-minifier-js@2.6.0
shell-server@0.4.0
shell-server@0.5.0
seba:minifiers-autoprefixer
templates:array
ecmascript@0.14.2

View File

@@ -1 +1 @@
METEOR@1.9.2
METEOR@1.10.1

View File

@@ -1,7 +1,7 @@
accounts-base@1.5.0
accounts-base@1.6.0
accounts-google@1.3.3
accounts-oauth@1.1.16
accounts-password@1.5.3
accounts-oauth@1.2.0
accounts-password@1.6.0
accounts-ui@1.3.1
accounts-ui-unstyled@1.4.2
akryum:npm-check@0.1.2
@@ -13,14 +13,14 @@ aldeed:collection2@3.0.6
aldeed:schema-index@3.0.0
allow-deny@1.1.0
autoupdate@1.6.0
babel-compiler@7.5.2
babel-compiler@7.5.3
babel-runtime@1.5.0
base64@1.0.12
binary-heap@1.0.11
blaze@2.3.4
blaze-tools@1.0.10
boilerplate-generator@1.6.0
caching-compiler@1.2.1
boilerplate-generator@1.7.0
caching-compiler@1.2.2
caching-html-compiler@1.1.3
callback-hook@1.3.0
check@1.3.1
@@ -34,8 +34,8 @@ ddp-rate-limiter@1.0.7
ddp-server@2.3.1
deps@1.0.12
diff-sequence@1.1.1
dynamic-import@0.5.1
ecmascript@0.14.2
dynamic-import@0.5.2
ecmascript@0.14.3
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.10.0
ecmascript-runtime-server@0.9.0
@@ -45,16 +45,16 @@ es5-shim@4.8.0
fetch@0.1.1
geojson-utils@1.0.10
google-config-ui@1.0.1
google-oauth@1.2.6
google-oauth@1.3.0
hot-code-push@1.0.4
html-tools@1.0.11
htmljs@1.0.11
http@1.4.2
id-map@1.1.0
inter-process-messaging@0.1.0
inter-process-messaging@0.1.1
jquery@1.11.11
lai:collection-extensions@0.2.1_1
launch-screen@1.1.1
launch-screen@1.2.0
less@2.8.0
livedata@1.0.18
lmieulet:meteor-coverage@1.1.4
@@ -65,26 +65,26 @@ meteor@1.9.3
meteor-base@1.4.0
meteorhacks:picker@1.0.3
meteorhacks:subs-manager@1.6.4
meteortesting:browser-tests@1.3.2
meteortesting:browser-tests@1.3.3
meteortesting:mocha@1.1.5
meteortesting:mocha-core@7.0.1
minifier-css@1.5.0
minifier-js@2.6.0
minimongo@1.4.5
mobile-experience@1.0.5
mobile-status-bar@1.0.14
minimongo@1.5.0
mobile-experience@1.1.0
mobile-status-bar@1.1.0
modern-browsers@0.1.5
modules@0.15.0
modules-runtime@0.12.0
momentjs:moment@2.24.0
mongo@1.8.1
mongo@1.9.1
mongo-decimal@0.1.1
mongo-dev-server@1.1.0
mongo-id@1.0.7
npm-bcrypt@0.9.3
npm-mongo@3.3.0
oauth@1.2.8
oauth2@1.2.1
npm-mongo@3.7.0
oauth@1.3.0
oauth2@1.3.0
observe-sequence@1.0.16
ongoworks:speakingurl@9.0.0
ordered-dict@1.1.0
@@ -92,7 +92,7 @@ percolate:migrations@0.9.8
percolate:synced-cron@1.3.2
promise@0.11.2
raix:eventemitter@0.1.3
random@1.1.0
random@1.2.0
rate-limit@1.0.9
reactive-dict@1.3.0
reactive-var@1.0.11
@@ -103,7 +103,7 @@ seba:minifiers-autoprefixer@1.1.2
service-configuration@1.0.11
session@1.2.0
sha@1.0.9
shell-server@0.4.0
shell-server@0.5.0
socket-stream-client@0.2.3
spacebars@1.0.15
spacebars-compiler@1.1.3
@@ -119,5 +119,5 @@ tmeasday:check-npm-versions@0.3.2
tracker@1.2.0
underscore@1.0.10
url@1.2.0
webapp@1.8.2
webapp@1.9.1
webapp-hashing@1.0.9

1002
app/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,14 +17,14 @@
"npm": "6.13.x"
},
"dependencies": {
"@babel/runtime": "^7.8.7",
"@babel/runtime": "^7.9.2",
"animejs": "^2.2.0",
"bcrypt": "^3.0.8",
"core-js": "^2.6.11",
"css-box-shadow": "^1.0.0-3",
"date-fns": "^1.30.1",
"lodash": "^4.17.15",
"marked": "^0.8.0",
"marked": "^0.8.2",
"mathjs": "^5.10.3",
"meteor-node-stubs": "^0.3.3",
"moo": "^0.5.1",
@@ -32,14 +32,14 @@
"qrcode": "^1.4.4",
"simpl-schema": "^1.5.7",
"source-map-support": "^0.5.16",
"underscore": "^1.9.2",
"underscore": "^1.10.2",
"vue": "2.6.10",
"vue-meteor-tracker": "^2.0.0-beta.5",
"vue-router": "^3.1.6",
"vuedraggable": "^2.23.2",
"vuetify": "^1.5.24",
"vuetify-upload-button": "^1.2.2",
"vuex": "^3.1.2"
"vuex": "^3.1.3"
},
"devDependencies": {
"eslint": "^6.8.0",
@@ -48,13 +48,17 @@
},
"eslintConfig": {
"extends": [
"eslint:recommended",
"plugin:vue/recommended"
],
"plugins": ["vue"],
"eslint:recommended",
"plugin:vue/recommended"
],
"plugins": [
"vue"
],
"overrides": [
{
"files": ["*.vue"],
"files": [
"*.vue"
],
"parser": "vue-eslint-parser"
}
],