Skip to content

Commit 93a41db

Browse files
Merge pull request #48 from meteor/feature/improve-react-tutorial
Feature/improve react tutorial
2 parents 5dda5d4 + 17d9e66 commit 93a41db

File tree

164 files changed

+15899
-10712
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+15899
-10712
lines changed

_config.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ sidebar_categories:
2222
- simple-todos/05-styles
2323
- simple-todos/06-filter-tasks
2424
- simple-todos/07-adding-user-accounts
25-
- simple-todos/08-methods
26-
- simple-todos/09-publications
27-
- simple-todos/10-running-on-mobile
28-
- simple-todos/11-testing
29-
- simple-todos/12-deploying
30-
- simple-todos/13-next-steps
25+
- simple-todos/08-adding-login-with-github
26+
- simple-todos/09-methods
27+
- simple-todos/10-publications
28+
- simple-todos/11-running-on-mobile
29+
- simple-todos/12-testing
30+
- simple-todos/13-deploying
31+
- simple-todos/14-next-steps
3132
Simple Todos with GraphQL:
3233
- simple-todos-graphql/index
3334
- simple-todos-graphql/01-graphql-setup

src/simple-todos-graphql/step01/.meteor/packages

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
# 'meteor add' and 'meteor remove' will edit this file for you,
55
# but you can also edit it by hand.
66

7-
meteor-base@1.4.0 # Packages every Meteor app needs to have
7+
meteor-base@1.5.1 # Packages every Meteor app needs to have
88
mobile-experience@1.1.0 # Packages for a great mobile UX
9-
mongo@1.10.1 # The database Meteor supports right now
9+
mongo@1.14.6 # The database Meteor supports right now
1010
reactive-var@1.0.11 # Reactive variable for tracker
1111

12-
standard-minifier-css@1.7.2 # CSS minifier run for production mode
13-
standard-minifier-js@2.6.0 # JS minifier run for production mode
12+
standard-minifier-css@1.8.1 # CSS minifier run for production mode
13+
standard-minifier-js@2.8.0 # JS minifier run for production mode
1414
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
15-
ecmascript@0.15.0 # Enable ECMAScript2015+ syntax in app code
16-
typescript@4.1.2 # Enable TypeScript syntax in .ts and .tsx modules
15+
ecmascript@0.16.2 # Enable ECMAScript2015+ syntax in app code
16+
typescript@4.5.4 # Enable TypeScript syntax in .ts and .tsx modules
1717
shell-server@0.5.0 # Server-side component of the `meteor shell` command
18-
hot-module-replacement # Update client in development without reloading the page
18+
hot-module-replacement@0.5.1 # Update client in development without reloading the page
1919

20-
static-html # Define static page content in .html files
20+
static-html@1.3.2 # Define static page content in .html files
2121
react-meteor-data # React higher-order component for reactively tracking Meteor data
22-
accounts-password@1.7.0
22+
accounts-password@2.3.1
2323
meteortesting:mocha
2424
quave:testing
25-
dev-error-overlay
25+
dev-error-overlay@0.1.1
2626
quave:graphql
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@2.0
1+
METEOR@2.7.1
Lines changed: 50 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,88 @@
1-
accounts-base@1.8.0
2-
accounts-password@1.7.0
3-
allow-deny@1.1.0
4-
autoupdate@1.7.0
5-
babel-compiler@7.6.0
1+
accounts-base@2.2.2
2+
accounts-password@2.3.1
3+
allow-deny@1.1.1
4+
autoupdate@1.8.0
5+
babel-compiler@7.9.0
66
babel-runtime@1.5.0
77
base64@1.0.12
88
binary-heap@1.0.11
9-
blaze-tools@1.0.10
9+
blaze-tools@1.1.2
1010
boilerplate-generator@1.7.1
1111
caching-compiler@1.2.2
12-
caching-html-compiler@1.1.3
13-
callback-hook@1.3.0
12+
caching-html-compiler@1.2.1
13+
callback-hook@1.4.0
1414
check@1.3.1
1515
ddp@1.4.0
16-
ddp-client@2.4.0
16+
ddp-client@2.5.0
1717
ddp-common@1.4.0
18-
ddp-rate-limiter@1.0.9
19-
ddp-server@2.3.2
20-
deps@1.0.12
21-
dev-error-overlay@0.1.0
18+
ddp-rate-limiter@1.1.0
19+
ddp-server@2.5.0
20+
dev-error-overlay@0.1.1
2221
diff-sequence@1.1.1
23-
dynamic-import@0.6.0
24-
ecmascript@0.15.0
25-
ecmascript-runtime@0.7.0
26-
ecmascript-runtime-client@0.11.0
27-
ecmascript-runtime-server@0.10.0
28-
ejson@1.1.1
29-
email@2.0.0
22+
dynamic-import@0.7.2
23+
ecmascript@0.16.2
24+
ecmascript-runtime@0.8.0
25+
ecmascript-runtime-client@0.12.1
26+
ecmascript-runtime-server@0.11.0
27+
ejson@1.1.2
28+
email@2.2.1
3029
es5-shim@4.8.0
3130
fetch@0.1.1
3231
geojson-utils@1.0.10
3332
hot-code-push@1.0.4
34-
hot-module-replacement@0.2.0
35-
html-tools@1.0.11
36-
htmljs@1.0.11
33+
hot-module-replacement@0.5.1
34+
html-tools@1.1.2
35+
htmljs@1.1.0
3736
http@1.4.3
38-
id-map@1.1.0
37+
id-map@1.1.1
3938
inter-process-messaging@0.1.1
40-
launch-screen@1.2.0
41-
livedata@1.0.18
39+
launch-screen@1.3.0
4240
localstorage@1.2.0
43-
logging@1.2.0
44-
meteor@1.9.3
45-
meteor-base@1.4.0
41+
logging@1.3.1
42+
meteor@1.10.0
43+
meteor-base@1.5.1
4644
meteortesting:browser-tests@1.3.4
4745
meteortesting:mocha@2.0.1
4846
meteortesting:mocha-core@8.0.1
49-
minifier-css@1.5.3
50-
minifier-js@2.6.0
51-
minimongo@1.6.1
47+
minifier-css@1.6.0
48+
minifier-js@2.7.4
49+
minimongo@1.8.0
5250
mobile-experience@1.1.0
5351
mobile-status-bar@1.1.0
54-
modern-browsers@0.1.5
55-
modules@0.16.0
56-
modules-runtime@0.12.0
57-
modules-runtime-hot@0.13.0
58-
mongo@1.10.1
52+
modern-browsers@0.1.7
53+
modules@0.18.0
54+
modules-runtime@0.13.0
55+
modules-runtime-hot@0.14.0
56+
mongo@1.14.6
5957
mongo-decimal@0.1.2
6058
mongo-dev-server@1.1.0
61-
mongo-id@1.0.7
62-
npm-bcrypt@0.9.3
63-
npm-mongo@3.8.1
59+
mongo-id@1.0.8
60+
npm-mongo@4.3.1
6461
ordered-dict@1.1.0
65-
promise@0.11.2
62+
promise@0.12.0
6663
quave:graphql@1.0.0
6764
quave:testing@1.0.0
6865
random@1.2.0
6966
rate-limit@1.0.9
70-
react-fast-refresh@0.1.0
67+
react-fast-refresh@0.2.3
7168
react-meteor-data@2.2.1
7269
reactive-var@1.0.11
7370
reload@1.3.1
7471
retry@1.1.0
75-
routepolicy@1.1.0
76-
service-configuration@1.0.11
72+
routepolicy@1.1.1
73+
service-configuration@1.3.0
7774
sha@1.0.9
7875
shell-server@0.5.0
79-
socket-stream-client@0.3.1
80-
spacebars-compiler@1.1.3
81-
srp@1.1.0
82-
standard-minifier-css@1.7.2
83-
standard-minifier-js@2.6.0
84-
static-html@1.2.2
76+
socket-stream-client@0.4.0
77+
spacebars-compiler@1.3.0
78+
standard-minifier-css@1.8.1
79+
standard-minifier-js@2.8.0
80+
static-html@1.3.2
8581
swydo:ddp-apollo@3.0.0
86-
templating-tools@1.1.2
82+
templating-tools@1.2.1
8783
tracker@1.2.0
88-
typescript@4.1.2
84+
typescript@4.5.4
8985
underscore@1.0.10
90-
url@1.3.1
91-
webapp@1.10.0
86+
url@1.3.2
87+
webapp@1.13.1
9288
webapp-hashing@1.1.0

src/simple-todos-graphql/step01/imports/api/tasksMethods.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { Meteor } from 'meteor/meteor';
12
import { check } from 'meteor/check';
23
import { TasksCollection } from '/imports/db/TasksCollection';
34

0 commit comments

Comments
 (0)