Skip to content

Commit

Permalink
vue example fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
verena-ifx authored and verena-ifx committed Jul 19, 2023
1 parent 7f1365e commit 327b910
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 24 deletions.
30 changes: 15 additions & 15 deletions examples/wrapper-components/vue-javascript/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/wrapper-components/vue-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"test:local": "run-s build:wrapper preview:link"
},
"dependencies": {
"@infineon/infineon-design-system-vue": "18.3.1--canary.272.f768526be92ba847804f1d93f0858bb3d7cb9855.2",
"vue": "^3.3.2",
"@infineon/infineon-design-system-vue": "^18.3.1--canary.272.fe3baec6f44c821596721d716a7b555ba4c1d793.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"vite": "^4.3.9"
"vite": "^4.3.9",
"vue": "^3.3.2"
},
"devDependencies": {
"http-server": "^14.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@infineon/infineon-design-system-react",
"version": "1.0.0",
"description": "",
"description": "Infineon design system Stencil web components for React",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
Expand Down
5 changes: 1 addition & 4 deletions packages/components-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
"version": "1.0.0",
"description": "Infineon design system Stencil web components for Vue",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run tsc",
"tsc": "tsc -p ."
},
"repository": {
"type": "git",
"url": "https://github.com/Infineon/infineon-design-system-stencil.git"
},
"author": "",
"license": "MIT",
"publishConfig": {
Expand Down
8 changes: 7 additions & 1 deletion packages/components-vue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"module": "es2015",
"moduleResolution": "node",
"target": "es2017",
"skipLibCheck": true
"skipLibCheck": true,
"sourceMap": true,
"declaration": true,
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"esModuleInterop": true,
},
"include": [
"lib"
Expand Down

0 comments on commit 327b910

Please sign in to comment.