Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Oct 23, 2023
1 parent c40beba commit 66e25f8
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 79 deletions.
55 changes: 2 additions & 53 deletions examples/vue2-example/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion packages/bbob-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"bbob"
],
"dependencies": {
"@bbob/html": "workspace:*"
"@bbob/core": "workspace:*",
"@bbob/html": "workspace:*",
"@bbob/plugin-helper": "workspace:*"
},
"peerDependencies": {
"prop-types": "> 15.0",
Expand Down
31 changes: 8 additions & 23 deletions packages/bbob-react/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion packages/bbob-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"bbob"
],
"dependencies": {
"@bbob/html": "workspace:*"
"@bbob/core": "workspace:*",
"@bbob/html": "workspace:*",
"@bbob/plugin-helper": "workspace:*"
},
"peerDependencies": {
"vue": "2.x"
Expand Down
6 changes: 6 additions & 0 deletions packages/bbob-vue2/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/bbob-vue2/src/Component.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Vue, { defineComponent } from 'vue';
import { defineComponent } from 'vue';

import { render } from './render';

Expand Down

0 comments on commit 66e25f8

Please sign in to comment.