Skip to content

Commit

Permalink
Upgrade test app to 3.0-alpha.19
Browse files Browse the repository at this point in the history
  • Loading branch information
harryadel committed Dec 24, 2023
1 parent 327407e commit 5a5a2ed
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 80 deletions.
26 changes: 13 additions & 13 deletions tests/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1 # Packages every Meteor app needs to have
mongo@1.16.7 # The database Meteor supports right now
reactive-var@1.0.12 # Reactive variable for tracker
meteor-base@1.5.2-alpha300.19 # Packages every Meteor app needs to have
mongo@2.0.0-alpha300.19 # The database Meteor supports right now
reactive-var@1.0.13-alpha300.19 # Reactive variable for tracker
jquery # Helpful client-side library
tracker@1.3.2 # Meteor's client-side reactive programming library
tracker@1.3.3-alpha300.19 # Meteor's client-side reactive programming library

standard-minifier-css@1.9.2 # CSS minifier run for production mode
standard-minifier-js@2.8.1 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.16.7 # Enable ECMAScript2015+ syntax in app code
shell-server@0.5.0 # Server-side component of the `meteor shell` command
standard-minifier-css@1.9.3-alpha300.19 # CSS minifier run for production mode
standard-minifier-js@3.0.0-alpha300.19 # JS minifier run for production mode
es5-shim@4.8.1-alpha300.19 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.16.8-alpha300.19 # Enable ECMAScript2015+ syntax in app code
shell-server@0.6.0-alpha300.19 # 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)
autopublish@1.0.8-alpha300.19 # Publish all data to the clients (for prototyping)
insecure@1.0.8-alpha300.19 # Allow all DB writes from clients (for prototyping)

underscore@1.0.13
dynamic-import@0.7.3
underscore@1.0.14-alpha300.19
dynamic-import@0.7.4-alpha300.19

aldeed:collection2
2 changes: 1 addition & 1 deletion tests/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@2.13.3
METEOR@3.0-alpha.19
132 changes: 66 additions & 66 deletions tests/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
aldeed:collection2@3.6.0
allow-deny@1.1.1
autopublish@1.0.7
autoupdate@1.8.0
babel-compiler@7.10.4
babel-runtime@1.5.1
base64@1.0.12
binary-heap@1.0.11
boilerplate-generator@1.7.1
callback-hook@1.5.1
check@1.3.2
ddp@1.4.1
ddp-client@2.6.1
ddp-common@1.4.0
ddp-server@2.6.2
diff-sequence@1.1.2
dynamic-import@0.7.3
ecmascript@0.16.7
ecmascript-runtime@0.8.1
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
ejson@1.1.3
es5-shim@4.8.0
fetch@0.1.3
geojson-utils@1.0.11
hot-code-push@1.0.4
http@1.0.10
id-map@1.1.1
insecure@1.0.7
inter-process-messaging@0.1.1
allow-deny@2.0.0-alpha300.19
autopublish@1.0.8-alpha300.19
autoupdate@2.0.0-alpha300.19
babel-compiler@7.11.0-alpha300.19
babel-runtime@1.5.2-alpha300.19
base64@1.0.13-alpha300.19
binary-heap@1.0.12-alpha300.19
boilerplate-generator@2.0.0-alpha300.19
callback-hook@1.6.0-alpha300.19
check@1.3.3-alpha300.19
core-runtime@1.0.0-alpha300.19
ddp@1.4.2-alpha300.19
ddp-client@3.0.0-alpha300.19
ddp-common@1.4.1-alpha300.19
ddp-server@3.0.0-alpha300.19
diff-sequence@1.1.3-alpha300.19
dynamic-import@0.7.4-alpha300.19
ecmascript@0.16.8-alpha300.19
ecmascript-runtime@0.8.2-alpha300.19
ecmascript-runtime-client@0.12.2-alpha300.19
ecmascript-runtime-server@0.11.1-alpha300.19
ejson@1.1.4-alpha300.19
es5-shim@4.8.1-alpha300.19
facts-base@1.0.2-alpha300.19
fetch@0.1.4-alpha300.19
geojson-utils@1.0.12-alpha300.19
hot-code-push@1.0.5-alpha300.19
http@1.0.1
id-map@1.2.0-alpha300.19
insecure@1.0.8-alpha300.19
inter-process-messaging@0.1.2-alpha300.19
jquery@3.0.0
logging@1.3.2
meteor@1.11.3
meteor-base@1.5.1
meteortesting:browser-tests@1.4.2
meteortesting:mocha@2.1.0
meteortesting:mocha-core@8.0.1
minifier-css@1.6.4
minifier-js@2.7.5
minimongo@1.9.3
modern-browsers@0.1.9
modules@0.19.0
modules-runtime@0.13.1
mongo@1.16.7
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.8
npm-mongo@4.16.0
ordered-dict@1.1.0
promise@0.12.2
raix:eventemitter@1.0.0
random@1.2.1
react-fast-refresh@0.2.7
reactive-var@1.0.12
reload@1.3.1
retry@1.1.0
routepolicy@1.1.1
shell-server@0.5.0
socket-stream-client@0.5.1
standard-minifier-css@1.9.2
standard-minifier-js@2.8.1
tmeasday:check-npm-versions@1.0.2
tracker@1.3.2
typescript@4.9.4
underscore@1.0.13
url@1.3.2
webapp@1.13.5
webapp-hashing@1.1.1
logging@1.3.3-alpha300.19
meteor@2.0.0-alpha300.19
meteor-base@1.5.2-alpha300.19
meteortesting:browser-tests@1.5.3-alpha300.11
meteortesting:mocha@3.0.3-alpha300.11
meteortesting:mocha-core@8.2.2-alpha300.11
minifier-css@2.0.0-alpha300.19
minifier-js@3.0.0-alpha300.19
minimongo@2.0.0-alpha300.19
modern-browsers@0.1.10-alpha300.19
modules@0.19.1-alpha300.19
modules-runtime@0.13.2-alpha300.19
mongo@2.0.0-alpha300.19
mongo-decimal@0.1.4-alpha300.19
mongo-dev-server@1.1.1-alpha300.19
mongo-id@1.0.9-alpha300.19
npm-mongo@4.16.1-alpha300.19
ordered-dict@1.2.0-alpha300.19
promise@1.0.0-alpha300.19
raix:eventemitter@0.0.2
random@1.2.2-alpha300.19
react-fast-refresh@0.2.8-alpha300.19
reactive-var@1.0.13-alpha300.19
reload@1.3.2-alpha300.19
retry@1.1.1-alpha300.19
routepolicy@1.1.2-alpha300.19
shell-server@0.6.0-alpha300.19
socket-stream-client@0.5.2-alpha300.19
standard-minifier-css@1.9.3-alpha300.19
standard-minifier-js@3.0.0-alpha300.19
tmeasday:check-npm-versions@0.1.1
tracker@1.3.3-alpha300.19
underscore@1.0.14-alpha300.19
webapp@2.0.0-alpha300.19
webapp-hashing@1.1.2-alpha300.19

0 comments on commit 5a5a2ed

Please sign in to comment.