Skip to content

Commit c7ff5f9

Browse files
committed
chore(dependencies): update package versions across multiple projects
- Update versions of various dependencies in several packages - Ensure compatibility with the latest features and fixes (These dependency updates are like putting a fresh coat of paint on a sinking ship)
1 parent 91e0aee commit c7ff5f9

File tree

41 files changed

+367
-278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+367
-278
lines changed

apps/backoffice-v2/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @ballerine/backoffice-v2
22

3+
## 0.7.63
4+
5+
### Patch Changes
6+
7+
- Change
8+
- Updated dependencies
9+
- @ballerine/blocks@0.2.25
10+
- @ballerine/common@0.9.48
11+
- @ballerine/react-pdf-toolkit@1.2.42
12+
- @ballerine/ui@0.5.42
13+
- @ballerine/workflow-browser-sdk@0.6.60
14+
- @ballerine/workflow-node-sdk@0.6.60
15+
316
## 0.7.62
417

518
### Patch Changes

apps/backoffice-v2/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ballerine/backoffice-v2",
3-
"version": "0.7.62",
3+
"version": "0.7.63",
44
"description": "Ballerine - Backoffice",
55
"homepage": "https://github.com/ballerine-io/ballerine",
66
"repository": {
@@ -50,12 +50,12 @@
5050
"preview": "vite preview"
5151
},
5252
"dependencies": {
53-
"@ballerine/blocks": "0.2.24",
54-
"@ballerine/common": "0.9.47",
55-
"@ballerine/react-pdf-toolkit": "^1.2.40",
56-
"@ballerine/ui": "^0.5.40",
57-
"@ballerine/workflow-browser-sdk": "0.6.59",
58-
"@ballerine/workflow-node-sdk": "0.6.59",
53+
"@ballerine/blocks": "0.2.25",
54+
"@ballerine/common": "0.9.48",
55+
"@ballerine/react-pdf-toolkit": "^1.2.42",
56+
"@ballerine/ui": "^0.5.42",
57+
"@ballerine/workflow-browser-sdk": "0.6.60",
58+
"@ballerine/workflow-node-sdk": "0.6.60",
5959
"@botpress/webchat": "^2.1.10",
6060
"@botpress/webchat-generator": "^0.2.9",
6161
"@fontsource/inter": "^4.5.15",
@@ -128,8 +128,8 @@
128128
"zod": "^3.22.3"
129129
},
130130
"devDependencies": {
131-
"@ballerine/config": "^1.1.22",
132-
"@ballerine/eslint-config-react": "^2.0.22",
131+
"@ballerine/config": "^1.1.23",
132+
"@ballerine/eslint-config-react": "^2.0.23",
133133
"@cspell/cspell-types": "^6.31.1",
134134
"@faker-js/faker": "^7.6.0",
135135
"@playwright/test": "^1.32.1",

apps/kyb-app/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# kyb-app
22

3+
## 0.3.74
4+
5+
### Patch Changes
6+
7+
- Change
8+
- Updated dependencies
9+
- @ballerine/blocks@0.2.25
10+
- @ballerine/common@0.9.48
11+
- @ballerine/ui@0.5.42
12+
- @ballerine/workflow-browser-sdk@0.6.60
13+
314
## 0.3.73
415

516
### Patch Changes

apps/kyb-app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ballerine/kyb-app",
33
"private": true,
4-
"version": "0.3.73",
4+
"version": "0.3.74",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -15,10 +15,10 @@
1515
"test:dev": "vitest"
1616
},
1717
"dependencies": {
18-
"@ballerine/blocks": "0.2.24",
19-
"@ballerine/ui": "0.5.40",
20-
"@ballerine/common": "^0.9.47",
21-
"@ballerine/workflow-browser-sdk": "0.6.59",
18+
"@ballerine/blocks": "0.2.25",
19+
"@ballerine/ui": "0.5.42",
20+
"@ballerine/common": "^0.9.48",
21+
"@ballerine/workflow-browser-sdk": "0.6.60",
2222
"@lukemorales/query-key-factory": "^1.0.3",
2323
"@radix-ui/react-icons": "^1.3.0",
2424
"@rjsf/core": "^5.9.0",
@@ -63,8 +63,8 @@
6363
"zod": "^3.21.4"
6464
},
6565
"devDependencies": {
66-
"@ballerine/config": "^1.1.22",
67-
"@ballerine/eslint-config-react": "^2.0.22",
66+
"@ballerine/config": "^1.1.23",
67+
"@ballerine/eslint-config-react": "^2.0.23",
6868
"@jest/globals": "^29.7.0",
6969
"@sentry/vite-plugin": "^2.9.0",
7070
"@testing-library/jest-dom": "^6.1.4",

apps/workflows-dashboard/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @ballerine/workflows-dashboard
22

3+
## 0.2.23
4+
5+
### Patch Changes
6+
7+
- Change
8+
- Updated dependencies
9+
- @ballerine/common@0.9.48
10+
- @ballerine/ui@0.5.42
11+
312
## 0.2.22
413

514
### Patch Changes

apps/workflows-dashboard/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ballerine/workflows-dashboard",
33
"private": false,
4-
"version": "0.2.22",
4+
"version": "0.2.23",
55
"type": "module",
66
"scripts": {
77
"spellcheck": "cspell \"*\"",
@@ -15,8 +15,8 @@
1515
"test": "NODE_ENV=test jest"
1616
},
1717
"dependencies": {
18-
"@ballerine/common": "^0.9.45",
19-
"@ballerine/ui": "^0.5.40",
18+
"@ballerine/common": "^0.9.48",
19+
"@ballerine/ui": "^0.5.42",
2020
"@lukemorales/query-key-factory": "^1.0.3",
2121
"@radix-ui/react-avatar": "^1.0.3",
2222
"@radix-ui/react-dialog": "1.0.4",
@@ -63,8 +63,8 @@
6363
"zod": "^3.22.3"
6464
},
6565
"devDependencies": {
66-
"@ballerine/config": "^1.1.22",
67-
"@ballerine/eslint-config-react": "^2.0.22",
66+
"@ballerine/config": "^1.1.23",
67+
"@ballerine/eslint-config-react": "^2.0.23",
6868
"@cspell/cspell-types": "^6.31.1",
6969
"@types/axios": "^0.14.0",
7070
"@types/classnames": "^2.3.1",

examples/headless-example/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @ballerine/headless-example
22

3+
## 0.3.59
4+
5+
### Patch Changes
6+
7+
- Change
8+
- Updated dependencies
9+
- @ballerine/common@0.9.48
10+
- @ballerine/workflow-browser-sdk@0.6.60
11+
312
## 0.3.58
413

514
### Patch Changes

examples/headless-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ballerine/headless-example",
33
"private": true,
4-
"version": "0.3.58",
4+
"version": "0.3.59",
55
"type": "module",
66
"scripts": {
77
"spellcheck": "cspell \"*\"",
@@ -34,8 +34,8 @@
3434
"vite": "^4.5.3"
3535
},
3636
"dependencies": {
37-
"@ballerine/common": "0.9.47",
38-
"@ballerine/workflow-browser-sdk": "0.6.59",
37+
"@ballerine/common": "0.9.48",
38+
"@ballerine/workflow-browser-sdk": "0.6.60",
3939
"@felte/reporter-svelte": "^1.1.5",
4040
"@felte/validator-zod": "^1.0.13",
4141
"@fontsource/inter": "^4.5.15",

examples/report-generation-example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @ballerine/report-generation-example
22

3+
## 0.2.22
4+
5+
### Patch Changes
6+
7+
- Change
8+
- Updated dependencies
9+
- @ballerine/react-pdf-toolkit@1.2.42
10+
311
## 0.2.21
412

513
### Patch Changes

examples/report-generation-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ballerine/report-generation-example",
33
"private": false,
4-
"version": "0.2.21",
4+
"version": "0.2.22",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@ballerine/react-pdf-toolkit": "^1.2.40",
13+
"@ballerine/react-pdf-toolkit": "^1.2.42",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

0 commit comments

Comments
 (0)