Skip to content

Commit

Permalink
fix(stackblitz/vue): remove export ambiguity (#1741)
Browse files Browse the repository at this point in the history
* fix(stackblitz/vue): change export from "default" to import

* chore(deps): bump prettier

* docs(bug report): small tweaks to template
  • Loading branch information
nstuyvesant committed Feb 4, 2024
1 parent 2ac4dc7 commit 19b8492
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body:
attributes:
label: Version
description: What version of our packages are you using?
placeholder: e.g. `@carbon/charts@1.11.10`
placeholder: e.g. `@carbon/charts@1.13.28`
validations:
required: true
- type: textarea
Expand All @@ -46,13 +46,13 @@ body:
- type: input
id: sandbox
attributes:
label: Codesandbox example
label: StackBlitz example
description: >
Do you have a sandbox where we can see the issue reproduced?
Do you have a repro for this issue?
**Most of our demos offer a StackBlitz example that can help you get started**
**Get started** using the StackBlitz examples at
https://carbon-design-system.github.io/carbon-charts/
placeholder: ex. https://www.stackblitz.com/...
placeholder: https://www.stackblitz.com/...
validations:
required: false
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"husky": "^9.0.10",
"lerna": "8.0.2",
"pinst": "^3.0.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"prettier-config-carbon": "^0.11.0",
"prettier-eslint": "^16.3.0",
"prettier-plugin-svelte": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
".": {
"style": "./dist/styles.css",
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
"import": "./dist/index.mjs"
}
},
"files": [
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2198,7 +2198,7 @@ __metadata:
husky: "npm:^9.0.10"
lerna: "npm:8.0.2"
pinst: "npm:^3.0.0"
prettier: "npm:^3.2.4"
prettier: "npm:^3.2.5"
prettier-config-carbon: "npm:^0.11.0"
prettier-eslint: "npm:^16.3.0"
prettier-plugin-svelte: "npm:^3.1.2"
Expand Down Expand Up @@ -18523,12 +18523,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.2.4":
version: 3.2.4
resolution: "prettier@npm:3.2.4"
"prettier@npm:^3.2.5":
version: 3.2.5
resolution: "prettier@npm:3.2.5"
bin:
prettier: bin/prettier.cjs
checksum: 88dfeb78ac6096522c9a5b81f1413d875f568420d9bb6a5e5103527912519b993f2bcdcac311fcff5718d5869671d44e4f85827d3626f3a6ce32b9abc65d88e0
checksum: ea327f37a7d46f2324a34ad35292af2ad4c4c3c3355da07313339d7e554320f66f65f91e856add8530157a733c6c4a897dc41b577056be5c24c40f739f5ee8c6
languageName: node
linkType: hard

Expand Down

0 comments on commit 19b8492

Please sign in to comment.