Skip to content

Commit

Permalink
chore(deps): update tansu (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
divdavem authored Oct 4, 2023
1 parent a58f486 commit c7e0a0f
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion angular/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@agnos-ui/core": "",
"@amadeus-it-group/tansu": "0.0.22",
"@amadeus-it-group/tansu": "0.0.23",
"tslib": "^2.6.2"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion angular/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@agnos-ui/angular-headless": "",
"@amadeus-it-group/tansu": "0.0.22",
"@amadeus-it-group/tansu": "0.0.23",
"tslib": "^2.6.2"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion core/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"dependencies": {
"@amadeus-it-group/tansu": "0.0.22"
"@amadeus-it-group/tansu": "0.0.23"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:coverage": "node -r @agnos-ui/code-coverage/interceptReadFile ../node_modules/.bin/vitest run --coverage"
},
"dependencies": {
"@amadeus-it-group/tansu": "0.0.22"
"@amadeus-it-group/tansu": "0.0.23"
},
"devDependencies": {
"eslint-plugin-jsdoc": "^46.8.2"
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion react/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@agnos-ui/core": "",
"@amadeus-it-group/tansu": "0.0.22",
"@amadeus-it-group/tansu": "0.0.23",
"classnames": "^2.3.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion react/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@agnos-ui/react-headless": "",
"@amadeus-it-group/tansu": "0.0.22",
"@amadeus-it-group/tansu": "0.0.23",
"classnames": "^2.3.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion svelte/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@agnos-ui/core": "",
"@amadeus-it-group/tansu": "0.0.22"
"@amadeus-it-group/tansu": "0.0.23"
},
"peerDependencies": {
"svelte": "*"
Expand Down
2 changes: 1 addition & 1 deletion svelte/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@agnos-ui/svelte-headless": "",
"@amadeus-it-group/tansu": "0.0.22"
"@amadeus-it-group/tansu": "0.0.23"
},
"peerDependencies": {
"svelte": "*"
Expand Down
2 changes: 1 addition & 1 deletion svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"svelte-check:demo-build": "svelte-check --fail-on-warnings --tsconfig ./demo/tsconfig.build.json --output human-verbose"
},
"dependencies": {
"@amadeus-it-group/tansu": "0.0.22"
"@amadeus-it-group/tansu": "0.0.23"
},
"devDependencies": {
"@sveltejs/package": "^2.2.2",
Expand Down

0 comments on commit c7e0a0f

Please sign in to comment.