Skip to content

Commit

Permalink
build(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Nov 17, 2021
1 parent 975b04f commit 858dff8
Show file tree
Hide file tree
Showing 15 changed files with 3,366 additions and 3,415 deletions.
2 changes: 1 addition & 1 deletion example/documentation/code/components/sub/sub-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ title: sub-test

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



Expand Down
2 changes: 1 addition & 1 deletion example/documentation/code/components/sub/sub-vue-md.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ title: sub-vue-md
| ------------- | ----------- | --------- | ----------- | ----------- |
| color | The color for the button. | string | - | '#333' |
| size | The size of the button | string | `small`, `normal`, `large` | 'normal' |
| 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>} |
| 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/>} |



Expand Down
2 changes: 1 addition & 1 deletion example/documentation/code/components/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ title: test

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



Expand Down
2 changes: 1 addition & 1 deletion example/documentation/code/components/vue-md.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ title: vue-md
| ------------- | ----------- | --------- | ----------- | ----------- |
| color | The color for the button. | string | - | '#333' |
| size | The size of the button | string | `small`, `normal`, `large` | 'normal' |
| 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>} |
| 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/>} |



Expand Down
2 changes: 1 addition & 1 deletion example/documentation/code/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ title: test

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



Expand Down
2 changes: 1 addition & 1 deletion example/documentation/code/vue-md.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ title: vue-md
| ------------- | ----------- | --------- | ----------- | ----------- |
| color | The color for the button. | string | - | '#333' |
| size | The size of the button | string | `small`, `normal`, `large` | 'normal' |
| 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>} |
| 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/>} |



Expand Down
2,306 changes: 1,196 additions & 1,110 deletions example/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"vuepress": "^1.8.2"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"concurrently": "^6.3.0",
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"concurrently": "^6.4.0",
"jsdoc-babel": "^0.5.0",
"jsdoc-to-markdown": "^7.0.1",
"typescript": "^4.4.3"
"jsdoc-to-markdown": "^7.1.0",
"typescript": "^4.4.4"
}
}
Loading

0 comments on commit 858dff8

Please sign in to comment.