Skip to content

Commit 858dff8

Browse files
committed
build(deps): update dependencies
1 parent 975b04f commit 858dff8

File tree

15 files changed

+3366
-3415
lines changed

15 files changed

+3366
-3415
lines changed

example/documentation/code/components/sub/sub-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ title: sub-test
5858

5959
| Event name | Properties | Description |
6060
| -------------- |--------------- | -------------|
61-
| success | **example** `object` - the demo example<br>**exampleStr** `string` - the demo example<br>**exampleNum** `number` - the demo example | Success event.
61+
| success | **example** `object` - the demo example<br/>**exampleStr** `string` - the demo example<br/>**exampleNum** `number` - the demo example | Success event.
6262

6363

6464

example/documentation/code/components/sub/sub-vue-md.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ title: sub-vue-md
2121
| ------------- | ----------- | --------- | ----------- | ----------- |
2222
| color | The color for the button. | string | - | '#333' |
2323
| size | The size of the button | string | `small`, `normal`, `large` | 'normal' |
24-
| onClick | Gets called when the user clicks on the button<br/>`@ignore` true | func | - | event => {<br> console.log('You have clicked me!', event.target);<br>} |
24+
| onClick | Gets called when the user clicks on the button<br/>`@ignore` true | func | - | event => {<br/> console.log('You have clicked me!', event.target);<br/>} |
2525

2626

2727

example/documentation/code/components/test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ title: test
5858

5959
| Event name | Properties | Description |
6060
| -------------- |--------------- | -------------|
61-
| success | **example** `object` - the demo example<br>**exampleStr** `string` - the demo example<br>**exampleNum** `number` - the demo example | Success event.
61+
| success | **example** `object` - the demo example<br/>**exampleStr** `string` - the demo example<br/>**exampleNum** `number` - the demo example | Success event.
6262

6363

6464

example/documentation/code/components/vue-md.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ title: vue-md
2121
| ------------- | ----------- | --------- | ----------- | ----------- |
2222
| color | The color for the button. | string | - | '#333' |
2323
| size | The size of the button | string | `small`, `normal`, `large` | 'normal' |
24-
| onClick | Gets called when the user clicks on the button<br/>`@ignore` true | func | - | event => {<br> console.log('You have clicked me!', event.target);<br>} |
24+
| onClick | Gets called when the user clicks on the button<br/>`@ignore` true | func | - | event => {<br/> console.log('You have clicked me!', event.target);<br/>} |
2525

2626

2727

example/documentation/code/test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ title: test
5858

5959
| Event name | Properties | Description |
6060
| -------------- |--------------- | -------------|
61-
| success | **example** `object` - the demo example<br>**exampleStr** `string` - the demo example<br>**exampleNum** `number` - the demo example | Success event.
61+
| success | **example** `object` - the demo example<br/>**exampleStr** `string` - the demo example<br/>**exampleNum** `number` - the demo example | Success event.
6262

6363

6464

example/documentation/code/vue-md.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ title: vue-md
2121
| ------------- | ----------- | --------- | ----------- | ----------- |
2222
| color | The color for the button. | string | - | '#333' |
2323
| size | The size of the button | string | `small`, `normal`, `large` | 'normal' |
24-
| onClick | Gets called when the user clicks on the button<br/>`@ignore` true | func | - | event => {<br> console.log('You have clicked me!', event.target);<br>} |
24+
| onClick | Gets called when the user clicks on the button<br/>`@ignore` true | func | - | event => {<br/> console.log('You have clicked me!', event.target);<br/>} |
2525

2626

2727

example/package-lock.json

Lines changed: 1196 additions & 1110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"vuepress": "^1.8.2"
1818
},
1919
"devDependencies": {
20-
"@babel/cli": "^7.15.7",
21-
"@babel/core": "^7.15.5",
22-
"@babel/plugin-proposal-class-properties": "^7.14.5",
23-
"@babel/preset-env": "^7.15.6",
24-
"@babel/preset-typescript": "^7.15.0",
25-
"concurrently": "^6.3.0",
20+
"@babel/cli": "^7.16.0",
21+
"@babel/core": "^7.16.0",
22+
"@babel/plugin-proposal-class-properties": "^7.16.0",
23+
"@babel/preset-env": "^7.16.4",
24+
"@babel/preset-typescript": "^7.16.0",
25+
"concurrently": "^6.4.0",
2626
"jsdoc-babel": "^0.5.0",
27-
"jsdoc-to-markdown": "^7.0.1",
28-
"typescript": "^4.4.3"
27+
"jsdoc-to-markdown": "^7.1.0",
28+
"typescript": "^4.4.4"
2929
}
3030
}

0 commit comments

Comments
 (0)