Skip to content

Commit

Permalink
Update test apps
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jul 3, 2021
1 parent c6a13a7 commit 0c28c2f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions test-app/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

meteor-base@1.4.0 # Packages every Meteor app needs to have
mobile-experience@1.1.0 # Packages for a great mobile UX
mongo@1.10.1 # The database Meteor supports right now
mongo@1.11.0 # The database Meteor supports right now
static-html # Define static page content in .html files
reactive-var@1.0.11 # Reactive variable for tracker
tracker@1.2.0 # Meteor's client-side reactive programming library

standard-minifier-css@1.7.2 # CSS minifier run for production mode
standard-minifier-js@2.6.0 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
ecmascript@0.15.0 # Enable ECMAScript2015+ syntax in app code
typescript@4.1.2 # Enable TypeScript syntax in .ts and .tsx modules
ecmascript@0.15.1 # Enable ECMAScript2015+ syntax in app code
typescript@4.2.2 # Enable TypeScript syntax in .ts and .tsx modules
shell-server@0.5.0 # Server-side component of the `meteor shell` command
2 changes: 1 addition & 1 deletion test-app/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@2.1
METEOR@2.2.1
52 changes: 26 additions & 26 deletions test-app/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,69 +1,69 @@
allow-deny@1.1.0
autoupdate@1.7.0
babel-compiler@7.6.0
babel-compiler@7.6.2
babel-runtime@1.5.0
base64@1.0.12
binary-heap@1.0.11
blaze-tools@1.1.1
blaze-tools@1.1.2
boilerplate-generator@1.7.1
caching-compiler@1.2.2
caching-html-compiler@1.2.0
caching-html-compiler@1.2.1
callback-hook@1.3.0
check@1.3.1
ddp@1.4.0
ddp-client@2.4.0
ddp-client@2.4.1
ddp-common@1.4.0
ddp-server@2.3.2
ddp-server@2.3.3
diff-sequence@1.1.1
dynamic-import@0.6.0
ecmascript@0.15.0
ecmascript@0.15.1
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.11.0
ecmascript-runtime-server@0.10.0
ecmascript-runtime-client@0.11.1
ecmascript-runtime-server@0.10.1
ejson@1.1.1
es5-shim@4.8.0
fetch@0.1.1
geojson-utils@1.0.10
hot-code-push@1.0.4
html-tools@1.1.1
htmljs@1.1.0
id-map@1.1.0
html-tools@1.1.2
htmljs@1.1.1
id-map@1.1.1
inter-process-messaging@0.1.1
launch-screen@1.2.0
launch-screen@1.2.1
livedata@1.0.18
logging@1.2.0
meteor@1.9.3
meteor-base@1.4.0
minifier-css@1.5.3
minifier-css@1.5.4
minifier-js@2.6.0
minimongo@1.6.1
minimongo@1.6.2
mobile-experience@1.1.0
mobile-status-bar@1.1.0
modern-browsers@0.1.5
modules@0.16.0
modules-runtime@0.12.0
mongo@1.10.1
mongo@1.11.1
mongo-decimal@0.1.2
mongo-dev-server@1.1.0
mongo-id@1.0.7
npm-mongo@3.8.1
mongo-id@1.0.8
npm-mongo@3.9.0
ordered-dict@1.1.0
promise@0.11.2
random@1.2.0
react-fast-refresh@0.1.0
react-fast-refresh@0.1.1
reactive-var@1.0.11
reload@1.3.1
retry@1.1.0
routepolicy@1.1.0
shell-server@0.5.0
socket-stream-client@0.3.1
spacebars-compiler@1.2.1
standard-minifier-css@1.7.2
standard-minifier-js@2.6.0
static-html@1.3.0
templating-tools@1.2.0
socket-stream-client@0.3.3
spacebars-compiler@1.3.0
standard-minifier-css@1.7.3
standard-minifier-js@2.6.1
static-html@1.3.2
templating-tools@1.2.1
tracker@1.2.0
typescript@4.1.2
typescript@4.2.2
underscore@1.0.10
webapp@1.10.0
webapp@1.10.1
webapp-hashing@1.1.0
6 changes: 3 additions & 3 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"license": "MIT",
"dependencies": {
"jquery": "^3.4.1",
"@babel/runtime": "^7.13.10",
"meteor-node-stubs": "^1.0.2",
"jquery": "^3.6.0",
"@babel/runtime": "^7.14.6",
"meteor-node-stubs": "^1.0.3",
"puppeteer": "^8.0.0"
}
}

0 comments on commit 0c28c2f

Please sign in to comment.