Skip to content

Commit

Permalink
[fix] observer(FC) updating (fix EasyWebApp/DOM-Renderer#4)
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Nov 14, 2024
1 parent a9884b6 commit 05cbd58
Show file tree
Hide file tree
Showing 4 changed files with 747 additions and 789 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-cell",
"version": "3.0.1",
"version": "3.0.2",
"description": "Web Components engine based on VDOM, JSX, MobX & TypeScript",
"keywords": [
"web",
Expand All @@ -26,8 +26,8 @@
"source": "source/index.ts",
"types": "dist/index.d.ts",
"dependencies": {
"@swc/helpers": "^0.5.13",
"dom-renderer": "^2.4.4",
"@swc/helpers": "^0.5.15",
"dom-renderer": "^2.5.1",
"mobx": ">=6.11",
"regenerator-runtime": "^0.14.1",
"web-utility": "^4.4.2"
Expand All @@ -40,10 +40,10 @@
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/js": "^9.14.0",
"@parcel/config-default": "~2.12.0",
"@parcel/packager-ts": "~2.12.0",
"@parcel/transformer-typescript-tsc": "~2.12.0",
"@parcel/transformer-typescript-types": "~2.12.0",
"@parcel/config-default": "~2.13.0",
"@parcel/packager-ts": "~2.13.0",
"@parcel/transformer-typescript-tsc": "~2.13.0",
"@parcel/transformer-typescript-types": "~2.13.0",
"@types/eslint-config-prettier": "^6.11.3",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.6",
Expand All @@ -60,17 +60,17 @@
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"open-cli": "^8.0.0",
"parcel": "~2.12.0",
"parcel": "~2.13.0",
"prettier": "^3.3.3",
"prettier-plugin-sh": "^0.14.0",
"replace": "^1.2.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typedoc": "^0.26.11",
"typedoc-plugin-mdn-links": "^3.3.6",
"typedoc-plugin-mdn-links": "^3.3.7",
"typescript": "~5.6.3",
"typescript-eslint": "^8.13.0"
"typescript-eslint": "^8.14.0"
},
"scripts": {
"prepare": "husky",
Expand Down
Loading

1 comment on commit 05cbd58

@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-15oxvr5oo-techquerys-projects.vercel.app

Built with commit 05cbd58.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.