Skip to content

Commit a0a0850

Browse files
committed
chore: fixup examples
1 parent 2b33547 commit a0a0850

File tree

21 files changed

+31
-50541
lines changed

21 files changed

+31
-50541
lines changed

examples/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarn.lock

examples/emotion/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"dependencies": {
99
"@emotion/core": "^10.0.6",
10-
"react": "^16.7.0",
11-
"react-dom": "^16.7.0",
12-
"smooth-core": "^0.1.1-alpha.8"
10+
"react": "^16.8.2",
11+
"react-dom": "^16.8.2",
12+
"smooth-core": "latest"
1313
}
1414
}

examples/emotion/yarn.lock

Lines changed: 0 additions & 5613 deletions
This file was deleted.

examples/head-elements/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"start": "smooth start"
77
},
88
"dependencies": {
9-
"react": "^16.7.0",
10-
"react-dom": "^16.7.0",
11-
"smooth-core": "^0.1.1-alpha.8"
9+
"react": "^16.8.2",
10+
"react-dom": "^16.8.2",
11+
"smooth-core": "latest"
1212
}
1313
}

examples/head-elements/yarn.lock

Lines changed: 0 additions & 5613 deletions
This file was deleted.

examples/hello-world/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"start": "smooth start"
77
},
88
"dependencies": {
9-
"react": "^16.7.0",
10-
"react-dom": "^16.7.0",
11-
"smooth-core": "^0.1.1-alpha.8"
9+
"react": "^16.8.2",
10+
"react-dom": "^16.8.2",
11+
"smooth-core": "latest"
1212
}
1313
}

examples/hello-world/yarn.lock

Lines changed: 0 additions & 5613 deletions
This file was deleted.

examples/simple/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"start": "smooth start"
77
},
88
"dependencies": {
9-
"react": "^16.7.0",
10-
"react-dom": "^16.7.0",
11-
"smooth-core": "^0.1.1-alpha.8"
9+
"react": "^16.8.2",
10+
"react-dom": "^16.8.2",
11+
"smooth-core": "latest"
1212
}
1313
}

examples/simple/yarn.lock

Lines changed: 0 additions & 5613 deletions
This file was deleted.

examples/with-app-layout/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"start": "smooth start"
77
},
88
"dependencies": {
9-
"react": "^16.7.0",
10-
"react-dom": "^16.7.0",
11-
"smooth-core": "^0.1.1-alpha.8"
9+
"react": "^16.8.2",
10+
"react-dom": "^16.8.2",
11+
"smooth-core": "latest"
1212
}
1313
}

0 commit comments

Comments
 (0)