Skip to content

Commit

Permalink
feat: ✨ Added web types generation
Browse files Browse the repository at this point in the history
Waiting lit/lit#4547 for attributes generation
  • Loading branch information
maicol07 committed Jul 4, 2024
1 parent 3787d8b commit ead876f
Show file tree
Hide file tree
Showing 3 changed files with 3,318 additions and 2,618 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.4.0",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -55,13 +55,16 @@
"@material/web": "^1.5.1"
},
"devDependencies": {
"@lit-labs/gen-manifest": "^0.3.3",
"@lit-labs/analyzer": "^0.12.1",
"@material/web": "^1.5.1",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@web-types/lit": "2.0.0-3",
"@webcomponents/webcomponentsjs": "^2.8.0",
"custom-element-jet-brains-integration": "^1.5.0",
"custom-elements-manifest-inheritance": "^1.1.1",
"eslint": "^9.6.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-n": "^17.9.0",
Expand Down Expand Up @@ -181,5 +184,6 @@
"build:analyzer"
]
}
}
},
"web-types": "./web-types.json"
}
Loading

0 comments on commit ead876f

Please sign in to comment.