Skip to content

Commit

Permalink
v0.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
cqh963852 committed Jan 27, 2024
1 parent 1e44463 commit cbde384
Show file tree
Hide file tree
Showing 15 changed files with 54 additions and 54 deletions.
6 changes: 3 additions & 3 deletions examples/array-test/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "array-test",
"private": true,
"version": "0.1.25",
"version": "0.1.26",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@idealjs/eslint-plugin-sapling": "0.1.25",
"@idealjs/eslint-plugin-sapling": "0.1.26",
"@types/node": "^20.10.7",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"dependencies": {
"@idealjs/sapling": "0.1.25"
"@idealjs/sapling": "0.1.26"
}
}
6 changes: 3 additions & 3 deletions examples/basic-render/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "basic-render",
"private": true,
"version": "0.1.25",
"version": "0.1.26",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@idealjs/eslint-plugin-sapling": "0.1.25",
"@idealjs/eslint-plugin-sapling": "0.1.26",
"@types/node": "^20.10.7",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"dependencies": {
"@idealjs/sapling": "0.1.25"
"@idealjs/sapling": "0.1.26"
}
}
4 changes: 2 additions & 2 deletions examples/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-framework-benchmark-sapling",
"private": true,
"version": "0.0.0",
"version": "0.1.26",
"type": "module",
"js-framework-benchmark": {
"frameworkVersionFromPackage": "@idealjs/sapling"
Expand All @@ -18,7 +18,7 @@
"vite": "^5.0.8"
},
"dependencies": {
"@idealjs/sapling": "^0.1.25",
"@idealjs/sapling": "0.1.26",
"lodash.debounce": "^4.0.8"
}
}
6 changes: 3 additions & 3 deletions examples/count/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "count",
"private": true,
"version": "0.1.25",
"version": "0.1.26",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@idealjs/eslint-plugin-sapling": "0.1.25",
"@idealjs/eslint-plugin-sapling": "0.1.26",
"@types/node": "^20.10.7",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"dependencies": {
"@idealjs/sapling": "0.1.25"
"@idealjs/sapling": "0.1.26"
}
}
6 changes: 3 additions & 3 deletions examples/hidden-count/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "hidden-count",
"private": true,
"version": "0.1.25",
"version": "0.1.26",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@idealjs/eslint-plugin-sapling": "0.1.25",
"@idealjs/eslint-plugin-sapling": "0.1.26",
"@types/node": "^20.10.7",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"dependencies": {
"@idealjs/sapling": "0.1.25"
"@idealjs/sapling": "0.1.26"
}
}
6 changes: 3 additions & 3 deletions examples/nested-test/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "nested-test",
"private": true,
"version": "0.1.25",
"version": "0.1.26",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@idealjs/eslint-plugin-sapling": "0.1.25",
"@idealjs/eslint-plugin-sapling": "0.1.26",
"@types/node": "^20.10.7",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"dependencies": {
"@idealjs/sapling": "0.1.25"
"@idealjs/sapling": "0.1.26"
}
}
6 changes: 3 additions & 3 deletions examples/proxy-call/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "proxy-call",
"private": true,
"version": "0.1.25",
"version": "0.1.26",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@idealjs/eslint-plugin-sapling": "0.1.25",
"@idealjs/eslint-plugin-sapling": "0.1.26",
"@types/node": "^20.10.7",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"dependencies": {
"@idealjs/sapling": "0.1.25"
"@idealjs/sapling": "0.1.26"
}
}
6 changes: 3 additions & 3 deletions examples/random-list/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "random-list",
"private": true,
"version": "0.1.25",
"version": "0.1.26",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@idealjs/eslint-plugin-sapling": "0.1.25",
"@idealjs/eslint-plugin-sapling": "0.1.26",
"@types/node": "^20.10.7",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"dependencies": {
"@idealjs/sapling": "0.1.25"
"@idealjs/sapling": "0.1.26"
}
}
6 changes: 3 additions & 3 deletions examples/todo/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "todo",
"private": true,
"version": "0.1.25",
"version": "0.1.26",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@idealjs/eslint-plugin-sapling": "0.1.25",
"@idealjs/eslint-plugin-sapling": "0.1.26",
"@types/node": "^20.10.7",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"dependencies": {
"@idealjs/sapling": "0.1.25"
"@idealjs/sapling": "0.1.26"
}
}
6 changes: 3 additions & 3 deletions examples/unmount/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "unmount",
"private": true,
"version": "0.1.25",
"version": "0.1.26",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@idealjs/eslint-plugin-sapling": "0.1.25",
"@idealjs/eslint-plugin-sapling": "0.1.26",
"@types/node": "^20.10.7",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"dependencies": {
"@idealjs/sapling": "0.1.25"
"@idealjs/sapling": "0.1.26"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.25",
"version": "0.1.26",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idealjs/sapling",
"version": "0.1.25",
"version": "0.1.26",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-sapling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idealjs/eslint-plugin-sapling",
"version": "0.1.25",
"version": "0.1.26",
"type": "module",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idealjs/sapling-reactive",
"version": "0.1.25",
"version": "0.1.26",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
Expand Down
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ __metadata:
languageName: node
linkType: hard

"@idealjs/eslint-plugin-sapling@npm:0.1.25, @idealjs/eslint-plugin-sapling@workspace:packages/eslint-plugin-sapling":
"@idealjs/eslint-plugin-sapling@npm:0.1.26, @idealjs/eslint-plugin-sapling@workspace:packages/eslint-plugin-sapling":
version: 0.0.0-use.local
resolution: "@idealjs/eslint-plugin-sapling@workspace:packages/eslint-plugin-sapling"
dependencies:
Expand Down Expand Up @@ -491,7 +491,7 @@ __metadata:
languageName: unknown
linkType: soft

"@idealjs/sapling@npm:0.1.25, @idealjs/sapling@npm:^0.1.25, @idealjs/sapling@workspace:packages/core":
"@idealjs/sapling@npm:0.1.26, @idealjs/sapling@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@idealjs/sapling@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -1943,8 +1943,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "array-test@workspace:examples/array-test"
dependencies:
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
"@idealjs/sapling": "npm:0.1.25"
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
"@idealjs/sapling": "npm:0.1.26"
"@types/node": "npm:^20.10.7"
typescript: "npm:^5.3.3"
vite: "npm:^5.0.11"
Expand Down Expand Up @@ -2022,8 +2022,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "basic-render@workspace:examples/basic-render"
dependencies:
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
"@idealjs/sapling": "npm:0.1.25"
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
"@idealjs/sapling": "npm:0.1.26"
"@types/node": "npm:^20.10.7"
typescript: "npm:^5.3.3"
vite: "npm:^5.0.11"
Expand Down Expand Up @@ -2600,8 +2600,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "count@workspace:examples/count"
dependencies:
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
"@idealjs/sapling": "npm:0.1.25"
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
"@idealjs/sapling": "npm:0.1.26"
"@types/node": "npm:^20.10.7"
typescript: "npm:^5.3.3"
vite: "npm:^5.0.11"
Expand Down Expand Up @@ -3947,8 +3947,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "hidden-count@workspace:examples/hidden-count"
dependencies:
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
"@idealjs/sapling": "npm:0.1.25"
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
"@idealjs/sapling": "npm:0.1.26"
"@types/node": "npm:^20.10.7"
typescript: "npm:^5.3.3"
vite: "npm:^5.0.11"
Expand Down Expand Up @@ -4497,7 +4497,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "js-framework-benchmark-sapling@workspace:examples/benchmark"
dependencies:
"@idealjs/sapling": "npm:^0.1.25"
"@idealjs/sapling": "npm:0.1.26"
"@types/lodash.debounce": "npm:^4.0.9"
lodash.debounce: "npm:^4.0.8"
typescript: "npm:^5.2.2"
Expand Down Expand Up @@ -5459,8 +5459,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "nested-test@workspace:examples/nested-test"
dependencies:
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
"@idealjs/sapling": "npm:0.1.25"
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
"@idealjs/sapling": "npm:0.1.26"
"@types/node": "npm:^20.10.7"
typescript: "npm:^5.3.3"
vite: "npm:^5.0.11"
Expand Down Expand Up @@ -6404,8 +6404,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "proxy-call@workspace:examples/proxy-call"
dependencies:
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
"@idealjs/sapling": "npm:0.1.25"
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
"@idealjs/sapling": "npm:0.1.26"
"@types/node": "npm:^20.10.7"
typescript: "npm:^5.3.3"
vite: "npm:^5.0.11"
Expand Down Expand Up @@ -6465,8 +6465,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "random-list@workspace:examples/random-list"
dependencies:
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
"@idealjs/sapling": "npm:0.1.25"
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
"@idealjs/sapling": "npm:0.1.26"
"@types/node": "npm:^20.10.7"
typescript: "npm:^5.3.3"
vite: "npm:^5.0.11"
Expand Down Expand Up @@ -7546,8 +7546,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "todo@workspace:examples/todo"
dependencies:
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
"@idealjs/sapling": "npm:0.1.25"
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
"@idealjs/sapling": "npm:0.1.26"
"@types/node": "npm:^20.10.7"
typescript: "npm:^5.3.3"
vite: "npm:^5.0.11"
Expand Down Expand Up @@ -7872,8 +7872,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "unmount@workspace:examples/unmount"
dependencies:
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
"@idealjs/sapling": "npm:0.1.25"
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
"@idealjs/sapling": "npm:0.1.26"
"@types/node": "npm:^20.10.7"
typescript: "npm:^5.3.3"
vite: "npm:^5.0.11"
Expand Down

0 comments on commit cbde384

Please sign in to comment.