Update app for dynamic imports tests

Should make the setup a bit faster
This commit is contained in:
Jan Dvorak
2022-10-02 13:39:34 +02:00
parent 7854e67846
commit 288c1d1f3d
5 changed files with 345 additions and 198 deletions

View File

@@ -4,22 +4,22 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
meteor-base@1.4.0 # Packages every Meteor app needs to have
meteor-base@1.5.1 # Packages every Meteor app needs to have
mobile-experience@1.1.0 # Packages for a great mobile UX
mongo@1.9.0 # The database Meteor supports right now
mongo@1.15.0 # 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.6.0 # CSS minifier run for production mode
standard-minifier-js@2.6.0 # JS minifier run for production mode
standard-minifier-css@1.8.1 # CSS minifier run for production mode
standard-minifier-js@2.8.0 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.14.2 # Enable ECMAScript2015+ syntax in app code
ecmascript@0.16.2 # Enable ECMAScript2015+ syntax in app code
shell-server@0.5.0 # Server-side component of the `meteor shell` command
autopublish@1.0.7 # Publish all data to the clients (for prototyping)
insecure@1.0.7 # Allow all DB writes from clients (for prototyping)
dynamic-import@0.5.1
dynamic-import@0.7.2
lazy-test-package
helper-package
user:colon-name

View File

@@ -1 +1 @@
METEOR@1.10.1
METEOR@2.7.3

View File

@@ -1,83 +1,82 @@
allow-deny@1.1.0
allow-deny@1.1.1
autopublish@1.0.7
autoupdate@1.6.0
babel-compiler@7.5.3
babel-runtime@1.5.0
autoupdate@1.8.0
babel-compiler@7.9.2
babel-runtime@1.5.1
base64@1.0.12
binary-heap@1.0.11
blaze@2.3.4
blaze-html-templates@1.1.2
blaze-tools@1.0.10
boilerplate-generator@1.7.0
caching-compiler@1.2.1
caching-html-compiler@1.1.3
callback-hook@1.3.0
blaze@2.6.1
blaze-html-templates@1.2.1
blaze-tools@1.1.3
boilerplate-generator@1.7.1
caching-compiler@1.2.2
caching-html-compiler@1.2.1
callback-hook@1.4.0
check@1.3.1
coffeescript@2.4.1
coffeescript-compiler@2.4.1
ddp@1.4.0
ddp-client@2.3.3
ddp-client@2.5.0
ddp-common@1.4.0
ddp-server@2.3.1
deps@1.0.12
ddp-server@2.5.0
diff-sequence@1.1.1
dynamic-import@0.5.1
ecmascript@0.14.3
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.10.0
ecmascript-runtime-server@0.9.0
ejson@1.1.1
dynamic-import@0.7.2
ecmascript@0.16.2
ecmascript-runtime@0.8.0
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
ejson@1.1.2
es5-shim@4.8.0
fetch@0.1.1
geojson-utils@1.0.10
helper-package@0.0.1
hot-code-push@1.0.4
html-tools@1.0.11
htmljs@1.0.11
id-map@1.1.0
html-tools@1.1.3
htmljs@1.1.1
id-map@1.1.1
insecure@1.0.7
inter-process-messaging@0.1.1
jquery@3.0.0
launch-screen@1.2.0
launch-screen@1.3.0
lazy-test-package@0.0.1
livedata@1.0.18
logging@1.1.20
meteor@1.9.3
meteor-base@1.4.0
minifier-css@1.5.0
minifier-js@2.6.0
minimongo@1.5.0
logging@1.3.1
meteor@1.10.0
meteor-base@1.5.1
minifier-css@1.6.1
minifier-js@2.7.5
minimongo@1.8.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
mongo@1.9.1
mongo-decimal@0.1.1
modern-browsers@0.1.8
modules@0.18.0
modules-runtime@0.13.0
mongo@1.15.0
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.7
npm-mongo@3.7.0
observe-sequence@1.0.16
mongo-id@1.0.8
npm-mongo@4.3.1
observe-sequence@1.0.20
ordered-dict@1.1.0
promise@0.11.2
promise@0.12.0
random@1.2.0
react-fast-refresh@0.2.3
reactive-var@1.0.11
reload@1.3.0
reload@1.3.1
retry@1.1.0
routepolicy@1.1.0
routepolicy@1.1.1
shell-server@0.5.0
socket-stream-client@0.2.3
spacebars@1.0.15
spacebars-compiler@1.1.3
standard-minifier-css@1.6.0
standard-minifier-js@2.6.0
templating@1.3.2
templating-compiler@1.3.3
templating-runtime@1.3.2
templating-tools@1.1.2
socket-stream-client@0.5.0
spacebars@1.3.0
spacebars-compiler@1.3.1
standard-minifier-css@1.8.2
standard-minifier-js@2.8.1
templating@1.4.2
templating-compiler@1.4.1
templating-runtime@1.6.1
templating-tools@1.2.2
tracker@1.2.0
ui@1.0.13
underscore@1.0.10
user:colon-name@0.0.1
webapp@1.9.0
webapp-hashing@1.0.9
webapp@1.13.1
webapp-hashing@1.1.0

View File

@@ -4,9 +4,9 @@
"lockfileVersion": 1,
"dependencies": {
"@babel/runtime": {
"version": "7.14.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz",
"integrity": "sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==",
"version": "7.19.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.19.0.tgz",
"integrity": "sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
@@ -178,9 +178,9 @@
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
},
"jquery": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz",
"integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw=="
},
"js-tokens": {
"version": "4.0.0",
@@ -196,34 +196,34 @@
}
},
"meteor-node-stubs": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/meteor-node-stubs/-/meteor-node-stubs-1.0.3.tgz",
"integrity": "sha512-JQwIWPfM/Oa2x1Ycwn1Q0wVVQ8b0bOLv+qs4RR/D12b5dPktLlPCRhMzWzRPncZVJtfsnKKBgPLdFmJYUqAwHg==",
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/meteor-node-stubs/-/meteor-node-stubs-1.2.5.tgz",
"integrity": "sha512-FLlOFZx3KnZ5s3yPCK+x58DyX9ewN+oQ12LcpwBXMLtzJ/YyprMQVivd6KIrahZbKJrNenPNUGuDS37WUFg+Mw==",
"requires": {
"assert": "^1.4.1",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^5.2.1",
"console-browserify": "^1.1.0",
"buffer": "^5.7.1",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"domain-browser": "^1.2.0",
"domain-browser": "^4.22.0",
"elliptic": "^6.5.4",
"events": "^3.0.0",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.0",
"process": "^0.11.10",
"punycode": "^2.1.1",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"readable-stream": "^3.3.0",
"stream-browserify": "^2.0.2",
"stream-http": "^3.0.0",
"string_decoder": "^1.2.0",
"timers-browserify": "^2.0.10",
"readable-stream": "^3.6.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"timers-browserify": "^2.0.12",
"tty-browserify": "0.0.1",
"url": "^0.11.0",
"util": "^0.11.1",
"vm-browserify": "^1.1.0"
"util": "^0.12.4",
"vm-browserify": "^1.1.2"
},
"dependencies": {
"asn1.js": {
@@ -243,22 +243,19 @@
}
},
"assert": {
"version": "1.5.0",
"version": "2.0.0",
"bundled": true,
"requires": {
"object-assign": "^4.1.1",
"util": "0.10.3"
},
"dependencies": {
"util": {
"version": "0.10.3",
"bundled": true,
"requires": {
"inherits": "2.0.1"
}
}
"es6-object-assign": "^1.1.0",
"is-nan": "^1.2.1",
"object-is": "^1.0.1",
"util": "^0.12.0"
}
},
"available-typed-arrays": {
"version": "1.0.4",
"bundled": true
},
"base64-js": {
"version": "1.5.1",
"bundled": true
@@ -323,12 +320,6 @@
"parse-asn1": "^5.1.5",
"readable-stream": "^3.6.0",
"safe-buffer": "^5.2.0"
},
"dependencies": {
"inherits": {
"version": "2.0.4",
"bundled": true
}
}
},
"browserify-zlib": {
@@ -354,6 +345,14 @@
"version": "3.0.0",
"bundled": true
},
"call-bind": {
"version": "1.0.2",
"bundled": true,
"requires": {
"function-bind": "^1.1.1",
"get-intrinsic": "^1.0.2"
}
},
"cipher-base": {
"version": "1.0.4",
"bundled": true,
@@ -370,10 +369,6 @@
"version": "1.0.0",
"bundled": true
},
"core-util-is": {
"version": "1.0.2",
"bundled": true
},
"create-ecdh": {
"version": "4.0.4",
"bundled": true,
@@ -428,6 +423,13 @@
"randomfill": "^1.0.3"
}
},
"define-properties": {
"version": "1.1.3",
"bundled": true,
"requires": {
"object-keys": "^1.0.12"
}
},
"des.js": {
"version": "1.0.1",
"bundled": true,
@@ -452,7 +454,7 @@
}
},
"domain-browser": {
"version": "1.2.0",
"version": "4.22.0",
"bundled": true
},
"elliptic": {
@@ -471,13 +473,44 @@
"bn.js": {
"version": "4.12.0",
"bundled": true
},
"inherits": {
"version": "2.0.4",
"bundled": true
}
}
},
"es-abstract": {
"version": "1.18.3",
"bundled": true,
"requires": {
"call-bind": "^1.0.2",
"es-to-primitive": "^1.2.1",
"function-bind": "^1.1.1",
"get-intrinsic": "^1.1.1",
"has": "^1.0.3",
"has-symbols": "^1.0.2",
"is-callable": "^1.2.3",
"is-negative-zero": "^2.0.1",
"is-regex": "^1.1.3",
"is-string": "^1.0.6",
"object-inspect": "^1.10.3",
"object-keys": "^1.1.1",
"object.assign": "^4.1.2",
"string.prototype.trimend": "^1.0.4",
"string.prototype.trimstart": "^1.0.4",
"unbox-primitive": "^1.0.1"
}
},
"es-to-primitive": {
"version": "1.2.1",
"bundled": true,
"requires": {
"is-callable": "^1.1.4",
"is-date-object": "^1.0.1",
"is-symbol": "^1.0.2"
}
},
"es6-object-assign": {
"version": "1.1.0",
"bundled": true
},
"events": {
"version": "3.3.0",
"bundled": true
@@ -490,6 +523,38 @@
"safe-buffer": "^5.1.1"
}
},
"foreach": {
"version": "2.0.5",
"bundled": true
},
"function-bind": {
"version": "1.1.1",
"bundled": true
},
"get-intrinsic": {
"version": "1.1.1",
"bundled": true,
"requires": {
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-symbols": "^1.0.1"
}
},
"has": {
"version": "1.0.3",
"bundled": true,
"requires": {
"function-bind": "^1.1.1"
}
},
"has-bigints": {
"version": "1.0.1",
"bundled": true
},
"has-symbols": {
"version": "1.0.2",
"bundled": true
},
"hash-base": {
"version": "3.1.0",
"bundled": true,
@@ -497,12 +562,6 @@
"inherits": "^2.0.4",
"readable-stream": "^3.6.0",
"safe-buffer": "^5.2.0"
},
"dependencies": {
"inherits": {
"version": "2.0.4",
"bundled": true
}
}
},
"hash.js": {
@@ -511,12 +570,6 @@
"requires": {
"inherits": "^2.0.3",
"minimalistic-assert": "^1.0.1"
},
"dependencies": {
"inherits": {
"version": "2.0.4",
"bundled": true
}
}
},
"hmac-drbg": {
@@ -537,13 +590,85 @@
"bundled": true
},
"inherits": {
"version": "2.0.4",
"bundled": true
},
"is-arguments": {
"version": "1.1.0",
"bundled": true,
"requires": {
"call-bind": "^1.0.0"
}
},
"is-bigint": {
"version": "1.0.2",
"bundled": true
},
"is-boolean-object": {
"version": "1.1.1",
"bundled": true,
"requires": {
"call-bind": "^1.0.2"
}
},
"is-callable": {
"version": "1.2.3",
"bundled": true
},
"is-date-object": {
"version": "1.0.4",
"bundled": true
},
"is-generator-function": {
"version": "1.0.9",
"bundled": true
},
"is-nan": {
"version": "1.3.2",
"bundled": true,
"requires": {
"call-bind": "^1.0.0",
"define-properties": "^1.1.3"
}
},
"is-negative-zero": {
"version": "2.0.1",
"bundled": true
},
"isarray": {
"version": "1.0.0",
"is-number-object": {
"version": "1.0.5",
"bundled": true
},
"is-regex": {
"version": "1.1.3",
"bundled": true,
"requires": {
"call-bind": "^1.0.2",
"has-symbols": "^1.0.2"
}
},
"is-string": {
"version": "1.0.6",
"bundled": true
},
"is-symbol": {
"version": "1.0.4",
"bundled": true,
"requires": {
"has-symbols": "^1.0.2"
}
},
"is-typed-array": {
"version": "1.1.5",
"bundled": true,
"requires": {
"available-typed-arrays": "^1.0.2",
"call-bind": "^1.0.2",
"es-abstract": "^1.18.0-next.2",
"foreach": "^2.0.5",
"has-symbols": "^1.0.1"
}
},
"md5.js": {
"version": "1.3.5",
"bundled": true,
@@ -575,10 +700,32 @@
"version": "1.0.1",
"bundled": true
},
"object-assign": {
"version": "4.1.1",
"object-inspect": {
"version": "1.10.3",
"bundled": true
},
"object-is": {
"version": "1.1.5",
"bundled": true,
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3"
}
},
"object-keys": {
"version": "1.1.1",
"bundled": true
},
"object.assign": {
"version": "4.1.2",
"bundled": true,
"requires": {
"call-bind": "^1.0.0",
"define-properties": "^1.1.3",
"has-symbols": "^1.0.1",
"object-keys": "^1.1.1"
}
},
"os-browserify": {
"version": "0.3.0",
"bundled": true
@@ -603,7 +750,7 @@
"bundled": true
},
"pbkdf2": {
"version": "3.1.1",
"version": "3.1.2",
"bundled": true,
"requires": {
"create-hash": "^1.1.2",
@@ -617,10 +764,6 @@
"version": "0.11.10",
"bundled": true
},
"process-nextick-args": {
"version": "2.0.1",
"bundled": true
},
"public-encrypt": {
"version": "4.0.3",
"bundled": true,
@@ -640,7 +783,7 @@
}
},
"punycode": {
"version": "2.1.1",
"version": "1.4.1",
"bundled": true
},
"querystring": {
@@ -673,12 +816,6 @@
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",
"util-deprecate": "^1.0.1"
},
"dependencies": {
"inherits": {
"version": "2.0.4",
"bundled": true
}
}
},
"ripemd160": {
@@ -710,59 +847,37 @@
}
},
"stream-browserify": {
"version": "2.0.2",
"version": "3.0.0",
"bundled": true,
"requires": {
"inherits": "~2.0.1",
"readable-stream": "^2.0.2"
},
"dependencies": {
"readable-stream": {
"version": "2.3.7",
"bundled": true,
"requires": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.3",
"isarray": "~1.0.0",
"process-nextick-args": "~2.0.0",
"safe-buffer": "~5.1.1",
"string_decoder": "~1.1.1",
"util-deprecate": "~1.0.1"
},
"dependencies": {
"inherits": {
"version": "2.0.4",
"bundled": true
}
}
},
"safe-buffer": {
"version": "5.1.2",
"bundled": true
},
"string_decoder": {
"version": "1.1.1",
"bundled": true,
"requires": {
"safe-buffer": "~5.1.0"
}
}
"inherits": "~2.0.4",
"readable-stream": "^3.5.0"
}
},
"stream-http": {
"version": "3.1.1",
"version": "3.2.0",
"bundled": true,
"requires": {
"builtin-status-codes": "^3.0.0",
"inherits": "^2.0.4",
"readable-stream": "^3.6.0",
"xtend": "^4.0.2"
},
"dependencies": {
"inherits": {
"version": "2.0.4",
"bundled": true
}
}
},
"string.prototype.trimend": {
"version": "1.0.4",
"bundled": true,
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3"
}
},
"string.prototype.trimstart": {
"version": "1.0.4",
"bundled": true,
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3"
}
},
"string_decoder": {
@@ -783,6 +898,16 @@
"version": "0.0.1",
"bundled": true
},
"unbox-primitive": {
"version": "1.0.1",
"bundled": true,
"requires": {
"function-bind": "^1.1.1",
"has-bigints": "^1.0.1",
"has-symbols": "^1.0.2",
"which-boxed-primitive": "^1.0.2"
}
},
"url": {
"version": "0.11.0",
"bundled": true,
@@ -798,16 +923,15 @@
}
},
"util": {
"version": "0.11.1",
"version": "0.12.4",
"bundled": true,
"requires": {
"inherits": "2.0.3"
},
"dependencies": {
"inherits": {
"version": "2.0.3",
"bundled": true
}
"inherits": "^2.0.3",
"is-arguments": "^1.0.4",
"is-generator-function": "^1.0.7",
"is-typed-array": "^1.1.3",
"safe-buffer": "^5.1.2",
"which-typed-array": "^1.1.2"
}
},
"util-deprecate": {
@@ -818,6 +942,30 @@
"version": "1.1.2",
"bundled": true
},
"which-boxed-primitive": {
"version": "1.0.2",
"bundled": true,
"requires": {
"is-bigint": "^1.0.1",
"is-boolean-object": "^1.1.0",
"is-number-object": "^1.0.4",
"is-string": "^1.0.5",
"is-symbol": "^1.0.3"
}
},
"which-typed-array": {
"version": "1.1.4",
"bundled": true,
"requires": {
"available-typed-arrays": "^1.0.2",
"call-bind": "^1.0.0",
"es-abstract": "^1.18.0-next.1",
"foreach": "^2.0.5",
"function-bind": "^1.1.1",
"has-symbols": "^1.0.1",
"is-typed-array": "^1.1.3"
}
},
"xtend": {
"version": "4.0.2",
"bundled": true
@@ -864,9 +1012,9 @@
}
},
"moment": {
"version": "2.29.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz",
"integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ=="
"version": "2.29.4",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
"integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
},
"ms": {
"version": "2.1.2",
@@ -965,9 +1113,9 @@
}
},
"regenerator-runtime": {
"version": "0.13.5",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz",
"integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA=="
"version": "0.13.9",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
"integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
},
"rimraf": {
"version": "2.7.1",

View File

@@ -6,17 +6,17 @@
"test": "TEST_BROWSER_DRIVER=puppeteer meteor test --full-app --driver-package meteortesting:mocha"
},
"dependencies": {
"@babel/runtime": "^7.15.3",
"@babel/runtime": "^7.19.0",
"acorn": "^7.4.1",
"arson": "^0.2.6",
"jquery": "^3.6.0",
"meteor-node-stubs": "^1.2.1",
"moment": "^2.29.1",
"jquery": "^3.6.1",
"meteor-node-stubs": "^1.2.5",
"moment": "^2.29.4",
"optimism": "^0.11.5",
"private": "^0.1.8",
"puppeteer": "^2.1.1",
"react": "^17.0.2",
"regenerator-runtime": "^0.13.5",
"regenerator-runtime": "^0.13.9",
"uuid": "^7.0.2"
}
}