File tree 8 files changed +15
-14
lines changed
8 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " code-surfer" ,
3
3
"description" : " Rad code slides" ,
4
- "version" : " 3.0.0-beta.2 " ,
4
+ "version" : " 3.0.0" ,
5
5
"license" : " MIT" ,
6
6
"author" : " pomber" ,
7
7
"repository" : " pomber/code-surfer" ,
26
26
"react" : " ^16.8.0"
27
27
},
28
28
"dependencies" : {
29
- "@code-surfer/standalone" : " 3.0.0-beta.2 " ,
29
+ "@code-surfer/standalone" : " 3.0.0" ,
30
30
"@types/theme-ui" : " ^0.2.0" ,
31
31
"array.prototype.flat" : " ^1.2.1" ,
32
32
"diff" : " ^4.0.1" ,
Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ cd my-deck
20
20
npm start
21
21
```
22
22
23
+ ## Examples
24
+
25
+ - [ Formidable's GraphQL Workshop] ( https://advanced-graphql-workshop.netlify.com/ ) by [ Phil Pluckthun] ( https://twitter.com/_philpl )
26
+ - [ React Conf 2018 Hooks Demo] ( https://github.com/pomber/react-conf-2018-hooks-demo )
27
+
23
28
## How to use Code Surfer
24
29
25
30
> It may help to know how [ MDX Deck] ( https://github.com/jxnblk/mdx-deck ) works first
@@ -392,10 +397,6 @@ console.log(3);
392
397
</CodeSurfer>
393
398
````
394
399
395
- ## Examples
396
-
397
- - [ React Conf 2018 Hooks Demo] ( https://github.com/pomber/react-conf-2018-hooks-demo )
398
-
399
400
## Related
400
401
401
402
- [ MDX Deck] ( https://github.com/jxnblk/mdx-deck )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @code-surfer/standalone" ,
3
3
"description" : " Code Surfer React component" ,
4
- "version" : " 3.0.0-beta.2 " ,
4
+ "version" : " 3.0.0" ,
5
5
"private" : false ,
6
6
"license" : " MIT" ,
7
7
"author" : " pomber" ,
26
26
"react" : " ^16.8.0"
27
27
},
28
28
"dependencies" : {
29
- "@code-surfer/step-parser" : " 3.0.0-beta.2 " ,
30
- "@code-surfer/themes" : " 3.0.0-beta.2 " ,
29
+ "@code-surfer/step-parser" : " 3.0.0" ,
30
+ "@code-surfer/themes" : " 3.0.0" ,
31
31
"@types/table" : " ^4.0.7" ,
32
32
"@types/theme-ui" : " ^0.2.2" ,
33
33
"array.prototype.flat" : " ^1.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @code-surfer/step-parser" ,
3
- "version" : " 3.0.0-beta.2 " ,
3
+ "version" : " 3.0.0" ,
4
4
"private" : false ,
5
5
"license" : " MIT" ,
6
6
"author" : " pomber" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @code-surfer/themes" ,
3
3
"description" : " Themes for Code Surfer" ,
4
- "version" : " 3.0.0-beta.2 " ,
4
+ "version" : " 3.0.0" ,
5
5
"private" : false ,
6
6
"license" : " MIT" ,
7
7
"author" : " pomber" ,
Original file line number Diff line number Diff line change 8
8
"build" : " build-storybook -c ./src -o ./dist"
9
9
},
10
10
"dependencies" : {
11
- "@code-surfer/standalone" : " 3.0.0-beta.2 " ,
11
+ "@code-surfer/standalone" : " 3.0.0" ,
12
12
"react" : " ^16.9.0" ,
13
13
"react-dom" : " ^16.9.0" ,
14
14
"theme-ui" : " ^0.2.41" ,
Original file line number Diff line number Diff line change 4
4
"main" : " index.js" ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
7
- "code-surfer" : " 3.0.0-beta.2 " ,
7
+ "code-surfer" : " 3.0.0" ,
8
8
"gatsby" : " ^2.15.28" ,
9
9
"gatsby-plugin-react-helmet" : " ^3.1.15" ,
10
10
"gatsby-theme-mdx-deck" : " ^3.0.13" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ npm start`}</code>
46
46
< p style = { { width : "90%" , maxWidth : "400px" } } >
47
47
This site is a work in progress, here are the provisional{ " " }
48
48
< a href = "https://github.com/pomber/code-surfer/blob/code-surfer-v2/readme.md" >
49
- docs for Code Surfer v3.0.0-beta.2
49
+ docs for Code Surfer v3.0.0
50
50
</ a >
51
51
</ p >
52
52
</ div >
You can’t perform that action at this time.
0 commit comments