Skip to content

Commit

Permalink
[remove] RendererComponent.prototype.toString()
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Jul 12, 2024
1 parent 28b30a1 commit 2e4017b
Show file tree
Hide file tree
Showing 4 changed files with 290 additions and 214 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "web-cell",
"version": "3.0.0-rc.16",
"version": "3.0.0-rc.17",
"description": "Web Components engine based on VDOM, JSX, MobX & TypeScript",
"keywords": [
"web",
Expand All @@ -27,7 27,7 @@
"types": "dist/index.d.ts",
"dependencies": {
"@swc/helpers": "^0.5.11",
"dom-renderer": "^2.1.7",
"dom-renderer": "^2.2.0",
"mobx": ">=6.11",
"regenerator-runtime": "^0.14.1",
"web-utility": "^4.4.0"
Expand All @@ -46,8 46,8 @@
"@parcel/transformer-typescript-types": "~2.12.0",
"@types/dom-view-transitions": "^1.0.4",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"core-js": "^3.37.1",
"element-internals-polyfill": "^1.3.11",
"eslint": "^8.57.0",
Expand All @@ -62,12 62,12 @@
"prettier": "^3.3.2",
"prettier-plugin-sh": "^0.14.0",
"replace": "^1.2.2",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"rimraf": "^5.0.9",
"ts-jest": "^29.2.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.13",
"typedoc-plugin-mdn-links": "^3.1.29",
"typescript": "~5.4.5"
"typedoc": "^0.26.4",
"typedoc-plugin-mdn-links": "^3.2.3",
"typescript": "~5.5.3"
},
"scripts": {
"prepare": "husky",
Expand Down
Loading

1 comment on commit 2e4017b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for web-cell ready!

✅ Preview
https://web-cell-onazpr127-techquerys-projects.vercel.app

Built with commit 2e4017b.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.