Skip to content

Commit

Permalink
chore: update croact version
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed May 3, 2023
1 parent bd7edc2 commit 2fd28db
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/croact-guides/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@daybrush/builder": "^0.1.0",
"@scenejs/effects": "^1.0.1",
"@types/react": "^16.0.0",
"croact": "^1.0.0",
"croact": "^1.0.2",
"keycon": "^0.3.0",
"print-sizes": "^0.2.0",
"rollup-plugin-css-bundle": "^1.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scena/guides",
"version": "0.26.0",
"version": "0.26.1",
"description": "A Vanilla Guides component that can draw ruler and manage guidelines.",
"main": "./dist/guides.cjs.js",
"module": "./dist/guides.esm.js",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"@scena/event-emitter": "^1.0.4",
"croact": "^1.0.0",
"croact": "^1.0.2",
"croact-guides": "~0.23.0"
}
}
2 changes: 1 addition & 1 deletion packages/ngx-guides/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@scena/guides": "~0.26.0",
"@scena/guides": "~0.26.1",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/ngx-guides/projects/ngx-guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-guides",
"version": "0.25.0",
"version": "0.25.1",
"description": "An Angular Guides component that can draw ruler and manage guidelines.",
"keywords": [
"scene",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://daybrush.com/guides",
"dependencies": {
"@scena/guides": "~0.26.0",
"@scena/guides": "~0.26.1",
"tslib": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/svelte-guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-guides",
"version": "0.25.0",
"version": "0.25.1",
"description": "A Svelte Guides component that can draw ruler and manage guidelines.",
"svelte": "./src/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -40,7 +40,7 @@
"typescript": "^4.5.0 <4.6.0"
},
"dependencies": {
"@scena/guides": "~0.26.0"
"@scena/guides": "~0.26.1"
},
"scripts": {
"build": "rollup -c rollup.build.config.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-guides",
"version": "0.25.0",
"version": "0.25.1",
"description": "A Vue Guides component that can draw grids and scroll infinitely.",
"main": "./dist/guides.cjs.js",
"module": "./dist/guides.esm.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@scena/guides": "~0.26.0",
"@scena/guides": "~0.26.1",
"framework-utils": "^1.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vue3-guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-guides",
"version": "0.9.0",
"version": "0.9.1",
"description": "A Vue 3 Guides component that can draw grids and scroll infinitely.",
"main": "./dist/guides.cjs.js",
"module": "./dist/guides.esm.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@scena/guides": "~0.26.0",
"@scena/guides": "~0.26.1",
"framework-utils": "^1.1.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6585,10 +6585,10 @@ croact-ruler@^0.16.1:
dependencies:
"@scena/react-ruler" "~0.17.1"

croact@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/croact/-/croact-1.0.0.tgz#fb0fe8281b736acba4ca78e2545eff0e314fb414"
integrity sha512-VpPknTd65rB3VgRVchQiX5pQAqx/qaZVCNVzY3rwCpqYjQKVPHZ5YwdkHX9jTxkg5lKxrUmFzj/5SNUJ7S4dNA==
croact@^1.0.2:
version "1.0.2"
resolved "https://registry.npmjs.org/croact/-/croact-1.0.2.tgz#403b0d5cfa89d570c56106b2b87465f6862e1c36"
integrity sha512-0hwt1OjN+6MCeVLcmsWyLyIdc2F/A8B3q3ESGxCOW7ha0G3JQpwfg2nX39x8NGWS0vxn46iE4/z5c74xayuEhQ==
dependencies:
"@daybrush/utils" "^1.11.0"
"@egjs/list-differ" "^1.0.0"
Expand Down

0 comments on commit 2fd28db

Please sign in to comment.