Skip to content

Commit

Permalink
tests: upgrade tests project to Meteor 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Mar 14, 2024
1 parent 2943fe4 commit 919cbfb
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
16 changes: 8 additions & 8 deletions test-proxy/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# but you can also edit it by hand.

[email protected] # Packages every Meteor app needs to have
[email protected].0 # Packages for a great mobile UX
mongo@1.13.0 # The database Meteor supports right now
[email protected].1 # Packages for a great mobile UX
mongo@1.16.8 # The database Meteor supports right now
[email protected] # Define static page content in .html files
[email protected].11 # Reactive variable for tracker
tracker@1.2.0 # Meteor's client-side reactive programming library
[email protected].12 # Reactive variable for tracker
tracker@1.3.3 # Meteor's client-side reactive programming library

standard-minifier-css@1.7.4 # CSS minifier run for production mode
standard-minifier-js@2.7.2 # JS minifier run for production mode
standard-minifier-css@1.9.2 # CSS minifier run for production mode
standard-minifier-js@2.8.1 # JS minifier run for production mode
[email protected] # ECMAScript 5 compatibility for older browsers
[email protected].0 # Enable ECMAScript2015+ syntax in app code
typescript@4.4.0 # Enable TypeScript syntax in .ts and .tsx modules
[email protected].8 # Enable ECMAScript2015+ syntax in app code
typescript@4.9.5 # Enable TypeScript syntax in .ts and .tsx modules
[email protected] # Server-side component of the `meteor shell` command
2 changes: 1 addition & 1 deletion test-proxy/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@2.5.1
METEOR@2.15
94 changes: 47 additions & 47 deletions test-proxy/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
[email protected].0
[email protected].1
[email protected]
babel-compiler@7.7.0
[email protected].0
babel-compiler@7.10.5
[email protected].1
[email protected]
[email protected]
[email protected].2
[email protected].1
[email protected].4
[email protected].2
[email protected]
[email protected].1
callback-hook@1.4.0
[email protected].1
[email protected].0
ddp-client@2.5.0
[email protected].2
callback-hook@1.5.1
[email protected].2
[email protected].1
ddp-client@2.6.1
[email protected]
ddp-server@2.5.0
[email protected].1
[email protected].2
[email protected].0
[email protected].0
ddp-server@2.7.0
[email protected].2
[email protected].3
[email protected].8
[email protected].1
[email protected]
[email protected]
[email protected].1
[email protected].3
[email protected]
[email protected].1
[email protected].10
[email protected].4
[email protected].11
[email protected]
[email protected].2
htmljs@1.1.1
[email protected].4
htmljs@1.2.0
[email protected]
[email protected]
launch-screen@1.3.0
[email protected].1
meteor@1.10.0
launch-screen@2.0.0
[email protected].3
meteor@1.11.5
[email protected]
[email protected].0
[email protected].2
minimongo@1.7.0
[email protected].0
[email protected].4
[email protected].5
minimongo@1.9.3
[email protected].1
[email protected]
[email protected].7
modules@0.17.0
modules-runtime@0.12.0
mongo@1.13.0
[email protected].2
[email protected].10
modules@0.20.0
modules-runtime@0.13.1
mongo@1.16.9
[email protected].3
[email protected]
[email protected]
npm-mongo@3.9.1
npm-mongo@4.17.2
[email protected]
[email protected].0
[email protected].0
[email protected].0
[email protected].11
[email protected].2
[email protected].1
[email protected].8
[email protected].12
[email protected]
[email protected]
[email protected]
[email protected]
socket-stream-client@0.4.0
[email protected].0
standard-minifier-css@1.7.4
standard-minifier-js@2.7.2
socket-stream-client@0.5.2
[email protected].2
standard-minifier-css@1.9.2
standard-minifier-js@2.8.1
[email protected]
[email protected].1
tracker@1.2.0
typescript@4.4.0
underscore@1.0.10
[email protected].0
[email protected].0
[email protected].3
tracker@1.3.3
typescript@4.9.5
underscore@1.6.1
[email protected].8
[email protected].1

0 comments on commit 919cbfb

Please sign in to comment.