chore: upgrade meteor to 2.10.0
This commit is contained in:
parent
e3f841e320
commit
464493b308
@ -5,19 +5,19 @@
|
||||
|
||||
meteor-base@1.5.1
|
||||
mobile-experience@1.1.0
|
||||
mongo@1.16.3
|
||||
mongo@1.16.4
|
||||
reactive-var@1.0.12
|
||||
|
||||
standard-minifier-css@1.8.3
|
||||
standard-minifier-js@2.8.1
|
||||
es5-shim@4.8.0
|
||||
ecmascript@0.16.4
|
||||
ecmascript@0.16.5
|
||||
shell-server@0.5.0
|
||||
|
||||
static-html@1.3.2
|
||||
react-meteor-data
|
||||
session@1.2.1
|
||||
tracker@1.2.1
|
||||
tracker@1.3.0
|
||||
check@1.3.2
|
||||
|
||||
rocketchat:streamer
|
||||
|
@ -1 +1 @@
|
||||
METEOR@2.9.0
|
||||
METEOR@2.10.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
allow-deny@1.1.1
|
||||
autoupdate@1.8.0
|
||||
babel-compiler@7.10.1
|
||||
babel-compiler@7.10.2
|
||||
babel-runtime@1.5.1
|
||||
base64@1.0.12
|
||||
binary-heap@1.0.11
|
||||
@ -8,7 +8,7 @@ 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
|
||||
callback-hook@1.5.0
|
||||
check@1.3.2
|
||||
ddp@1.4.1
|
||||
ddp-client@2.6.1
|
||||
@ -16,13 +16,13 @@ ddp-common@1.4.0
|
||||
ddp-server@2.6.0
|
||||
diff-sequence@1.1.2
|
||||
dynamic-import@0.7.2
|
||||
ecmascript@0.16.4
|
||||
ecmascript@0.16.5
|
||||
ecmascript-runtime@0.8.0
|
||||
ecmascript-runtime-client@0.12.1
|
||||
ecmascript-runtime-server@0.11.0
|
||||
ejson@1.1.3
|
||||
es5-shim@4.8.0
|
||||
fetch@0.1.2
|
||||
fetch@0.1.3
|
||||
geojson-utils@1.0.11
|
||||
hot-code-push@1.0.4
|
||||
html-tools@1.1.3
|
||||
@ -33,7 +33,7 @@ inter-process-messaging@0.1.1
|
||||
launch-screen@1.3.0
|
||||
lmieulet:meteor-coverage@4.1.0
|
||||
logging@1.3.1
|
||||
meteor@1.10.3
|
||||
meteor@1.11.0
|
||||
meteor-base@1.5.1
|
||||
meteortesting:browser-tests@1.3.5
|
||||
meteortesting:mocha@2.0.3
|
||||
@ -46,7 +46,7 @@ mobile-status-bar@1.1.0
|
||||
modern-browsers@0.1.9
|
||||
modules@0.19.0
|
||||
modules-runtime@0.13.1
|
||||
mongo@1.16.3
|
||||
mongo@1.16.4
|
||||
mongo-decimal@0.1.3
|
||||
mongo-dev-server@1.1.0
|
||||
mongo-id@1.0.8
|
||||
@ -54,7 +54,7 @@ npm-mongo@4.12.1
|
||||
ordered-dict@1.1.0
|
||||
promise@0.12.2
|
||||
random@1.2.1
|
||||
react-fast-refresh@0.2.3
|
||||
react-fast-refresh@0.2.5
|
||||
react-meteor-data@2.5.1
|
||||
reactive-dict@1.3.1
|
||||
reactive-var@1.0.12
|
||||
@ -70,9 +70,9 @@ standard-minifier-css@1.8.3
|
||||
standard-minifier-js@2.8.1
|
||||
static-html@1.3.2
|
||||
templating-tools@1.2.2
|
||||
tracker@1.2.1
|
||||
typescript@4.6.4
|
||||
tracker@1.3.0
|
||||
typescript@4.7.4
|
||||
underscore@1.0.11
|
||||
url@1.3.2
|
||||
webapp@1.13.2
|
||||
webapp@1.13.3
|
||||
webapp-hashing@1.1.1
|
||||
|
@ -7,7 +7,7 @@ PACKAGE=$(echo $TARGET | cut -d'_' -f1)
|
||||
VERSION=$(echo $TARGET | cut -d'_' -f2)
|
||||
DISTRO=$(echo $TARGET | cut -d'_' -f3)
|
||||
|
||||
NODE_VERSION="14.21.1"
|
||||
NODE_VERSION="14.21.2"
|
||||
NODE_DIRNAME="node-v${NODE_VERSION}-linux-x64"
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user