Skip to content

Commit

Permalink
Merge pull request #576 from revolist/vue2-propfix
Browse files Browse the repository at this point in the history
fix: Props mapped to attribute fix
  • Loading branch information
revolist authored Sep 24, 2024
2 parents 69d5bd9 + 1032a3b commit 3505f27
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 220 files
2 changes: 1 addition & 1 deletion formats/date
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@
"devDependencies": {
"@angular/core": "^18.1.2",
"@juggle/resize-observer": "^3.4.0",
"@revolist/stencil-vue2-output-target": "^0.0.5",
"@revolist/stencil-vue2-output-target": "^0.0.6",
"@stencil/angular-output-target": "0.8.4",
"@stencil/core": "4.20.0",
"@stencil/react-output-target": "0.5.3",
"@stencil/sass": "^3.0.12",
"@stencil/store": "^2.0.16",
"@stencil/svelte-output-target": "0.0.3",
"@stencil/vue-output-target": "^0.8.8",
"@stencil/vue-output-target": "^0.8.9",
"@types/events": "^3.0.3",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.5",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"allowUnreachableCode": false,
"declaration": true,
"experimentalDecorators": true,
"lib": ["dom", "es2017"],
"lib": ["dom", "es2017", "ES2021"],
"moduleResolution": "node",
"module": "esnext",
"target": "es2017",
Expand Down

0 comments on commit 3505f27

Please sign in to comment.