Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Update examples/ssr app to Meteor 1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Oct 26, 2018
1 parent 2ce8838 commit 12222d6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 31 deletions.
12 changes: 6 additions & 6 deletions examples/ssr/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

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

standard-minifier-css@1.4.1 # CSS minifier run for production mode
standard-minifier-js@2.3.4 # JS minifier run for production mode
standard-minifier-css@1.5.0 # CSS minifier run for production mode
standard-minifier-js@2.4.0 # JS minifier run for production mode
[email protected] # ECMAScript 5 compatibility for older browsers
ecmascript@0.11.1 # Enable ECMAScript2015+ syntax in app code
shell-server@0.3.1 # Server-side component of the `meteor shell` command
ecmascript@0.12.0 # Enable ECMAScript2015+ syntax in app code
shell-server@0.4.0 # Server-side component of the `meteor shell` command
[email protected]
underscore
underscore@1.0.10
2 changes: 1 addition & 1 deletion examples/ssr/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.7.0.5
METEOR@1.8
45 changes: 23 additions & 22 deletions examples/ssr/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[email protected]
autoupdate@1.4.1
babel-compiler@7.1.1
babel-runtime@1.2.7
autoupdate@1.5.0
babel-compiler@7.2.1
babel-runtime@1.3.0
[email protected]
[email protected].10
[email protected].11
[email protected]
boilerplate-generator@1.5.0
caching-compiler@1.1.12
boilerplate-generator@1.6.0
caching-compiler@1.2.0
[email protected]
[email protected]
[email protected]
Expand All @@ -16,53 +16,54 @@ [email protected]
[email protected]
[email protected]
[email protected]
dynamic-import@0.4.2
ecmascript@0.11.1
dynamic-import@0.5.0
ecmascript@0.12.1
[email protected]
ecmascript-runtime-client@0.7.2
ecmascript-runtime-client@0.8.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
minifier-css@1.3.1
minifier-js@2.3.5
minifier-css@1.4.0
minifier-js@2.4.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
npm-mongo@3.0.11
npm-mongo@3.1.1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
routepolicy@1.0.13
routepolicy@1.1.0
[email protected]
shell-server@0.3.1
shell-server@0.4.0
[email protected]
[email protected]
standard-minifier-css@1.4.1
standard-minifier-js@2.3.4
standard-minifier-css@1.5.1
standard-minifier-js@2.4.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
4 changes: 2 additions & 2 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/runtime": "7.1.2",
"@babel/runtime": "^7.1.2",
"apollo-cache-inmemory": "^1.2.10",
"apollo-client": "^2.4.2",
"apollo-link-http": "^1.5.5",
Expand All @@ -30,7 +30,7 @@
"babel-preset-react": "6.24.1",
"cheerio": "1.0.0-rc.2",
"chromedriver": "2.43.0",
"nightwatch": "0.9.21",
"nightwatch": "^0.9.21",
"selenium-webdriver": "4.0.0-alpha.1"
}
}

0 comments on commit 12222d6

Please sign in to comment.