Skip to content

Commit

Permalink
chore(deps): bump package versions across various modules
Browse files Browse the repository at this point in the history
- Update version numbers for multiple packages applying revisions
- Update dependencies to the latest versions to improve compatibility

(Your dependency updates are more frequent than my coffee breaks)
  • Loading branch information
alonp99 committed Nov 17, 2024
1 parent b4732a5 commit 513eb4c
Show file tree
Hide file tree
Showing 40 changed files with 531 additions and 610 deletions.
13 changes: 13 additions & 0 deletions apps/backoffice-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @ballerine/backoffice-v2

## 0.7.69

### Patch Changes

- Bump
- Updated dependencies
- @ballerine/blocks@0.2.27
- @ballerine/common@0.9.52
- @ballerine/react-pdf-toolkit@1.2.45
- @ballerine/ui@0.5.45
- @ballerine/workflow-browser-sdk@0.6.65
- @ballerine/workflow-node-sdk@0.6.65

## 0.7.68

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions apps/backoffice-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerine/backoffice-v2",
"version": "0.7.68",
"version": "0.7.69",
"description": "Ballerine - Backoffice",
"homepage": "https://github.com/ballerine-io/ballerine",
"type": "module",
Expand Down Expand Up @@ -51,12 +51,12 @@
"preview": "vite preview"
},
"dependencies": {
"@ballerine/blocks": "0.2.26",
"@ballerine/common": "0.9.51",
"@ballerine/react-pdf-toolkit": "^1.2.44",
"@ballerine/ui": "^0.5.44",
"@ballerine/workflow-browser-sdk": "0.6.64",
"@ballerine/workflow-node-sdk": "0.6.64",
"@ballerine/blocks": "0.2.27",
"@ballerine/common": "0.9.52",
"@ballerine/react-pdf-toolkit": "^1.2.45",
"@ballerine/ui": "^0.5.45",
"@ballerine/workflow-browser-sdk": "0.6.65",
"@ballerine/workflow-node-sdk": "0.6.65",
"@botpress/webchat": "^2.1.10",
"@botpress/webchat-generator": "^0.2.9",
"@fontsource/inter": "^4.5.15",
Expand Down Expand Up @@ -147,8 +147,8 @@
"zod": "^3.22.3"
},
"devDependencies": {
"@ballerine/config": "^1.1.24",
"@ballerine/eslint-config-react": "^2.0.24",
"@ballerine/config": "^1.1.25",
"@ballerine/eslint-config-react": "^2.0.25",
"@cspell/cspell-types": "^6.31.1",
"@faker-js/faker": "^7.6.0",
"@playwright/test": "^1.32.1",
Expand Down
11 changes: 11 additions & 0 deletions apps/kyb-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# kyb-app

## 0.3.80

### Patch Changes

- Bump
- Updated dependencies
- @ballerine/blocks@0.2.27
- @ballerine/common@0.9.52
- @ballerine/ui@0.5.45
- @ballerine/workflow-browser-sdk@0.6.65

## 0.3.79

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions apps/kyb-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/kyb-app",
"private": true,
"version": "0.3.79",
"version": "0.3.80",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -15,10 +15,10 @@
"test:dev": "vitest"
},
"dependencies": {
"@ballerine/blocks": "0.2.26",
"@ballerine/ui": "0.5.44",
"@ballerine/common": "^0.9.51",
"@ballerine/workflow-browser-sdk": "0.6.64",
"@ballerine/blocks": "0.2.27",
"@ballerine/ui": "0.5.45",
"@ballerine/common": "^0.9.52",
"@ballerine/workflow-browser-sdk": "0.6.65",
"@lukemorales/query-key-factory": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@rjsf/core": "^5.9.0",
Expand Down Expand Up @@ -64,8 +64,8 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@ballerine/config": "^1.1.24",
"@ballerine/eslint-config-react": "^2.0.24",
"@ballerine/config": "^1.1.25",
"@ballerine/eslint-config-react": "^2.0.25",
"@jest/globals": "^29.7.0",
"@sentry/vite-plugin": "^2.9.0",
"@testing-library/jest-dom": "^6.1.4",
Expand Down
9 changes: 9 additions & 0 deletions apps/workflows-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ballerine/workflows-dashboard

## 0.2.25

### Patch Changes

- Bump
- Updated dependencies
- @ballerine/common@0.9.52
- @ballerine/ui@0.5.45

## 0.2.24

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/workflows-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/workflows-dashboard",
"private": false,
"version": "0.2.24",
"version": "0.2.25",
"type": "module",
"scripts": {
"spellcheck": "cspell \"*\"",
Expand All @@ -15,8 +15,8 @@
"test": "NODE_ENV=test jest"
},
"dependencies": {
"@ballerine/common": "^0.9.50",
"@ballerine/ui": "^0.5.44",
"@ballerine/common": "^0.9.52",
"@ballerine/ui": "^0.5.45",
"@lukemorales/query-key-factory": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "1.0.4",
Expand Down Expand Up @@ -63,8 +63,8 @@
"zod": "^3.22.3"
},
"devDependencies": {
"@ballerine/config": "^1.1.24",
"@ballerine/eslint-config-react": "^2.0.24",
"@ballerine/config": "^1.1.25",
"@ballerine/eslint-config-react": "^2.0.25",
"@cspell/cspell-types": "^6.31.1",
"@types/axios": "^0.14.0",
"@types/classnames": "^2.3.1",
Expand Down
9 changes: 9 additions & 0 deletions examples/headless-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ballerine/headless-example

## 0.3.64

### Patch Changes

- Bump
- Updated dependencies
- @ballerine/common@0.9.52
- @ballerine/workflow-browser-sdk@0.6.65

## 0.3.63

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/headless-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/headless-example",
"private": true,
"version": "0.3.63",
"version": "0.3.64",
"type": "module",
"scripts": {
"spellcheck": "cspell \"*\"",
Expand Down Expand Up @@ -34,8 +34,8 @@
"vite": "^4.5.3"
},
"dependencies": {
"@ballerine/common": "0.9.51",
"@ballerine/workflow-browser-sdk": "0.6.64",
"@ballerine/common": "0.9.52",
"@ballerine/workflow-browser-sdk": "0.6.65",
"@felte/reporter-svelte": "^1.1.5",
"@felte/validator-zod": "^1.0.13",
"@fontsource/inter": "^4.5.15",
Expand Down
8 changes: 8 additions & 0 deletions examples/report-generation-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ballerine/report-generation-example

## 0.2.24

### Patch Changes

- Bump
- Updated dependencies
- @ballerine/react-pdf-toolkit@1.2.45

## 0.2.23

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/report-generation-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/report-generation-example",
"private": false,
"version": "0.2.23",
"version": "0.2.24",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@ballerine/react-pdf-toolkit": "^1.2.44",
"@ballerine/react-pdf-toolkit": "^1.2.45",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ballerine/blocks

## 0.2.27

### Patch Changes

- Bump
- Updated dependencies
- @ballerine/common@0.9.52

## 0.2.26

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"name": "@ballerine/blocks",
"author": "Ballerine <dev@ballerine.com>",
"version": "0.2.26",
"version": "0.2.27",
"description": "blocks",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "7.16.7",
"@ballerine/config": "^1.1.24",
"@ballerine/eslint-config": "^1.1.24",
"@ballerine/config": "^1.1.25",
"@ballerine/eslint-config": "^1.1.25",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
Expand Down Expand Up @@ -91,6 +91,6 @@
"vitest": "^0.33.0"
},
"dependencies": {
"@ballerine/common": "^0.9.50"
"@ballerine/common": "^0.9.52"
}
}
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/common

## 0.9.52

### Patch Changes

- Bump

## 0.9.51

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"name": "@ballerine/common",
"author": "Ballerine <dev@ballerine.com>",
"version": "0.9.51",
"version": "0.9.52",
"description": "common",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@babel/core": "7.17.9",
"@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "7.16.7",
"@ballerine/config": "^1.1.24",
"@ballerine/eslint-config": "^1.1.24",
"@ballerine/config": "^1.1.25",
"@ballerine/eslint-config": "^1.1.25",
"@cspell/cspell-types": "^6.31.1",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "^24.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/config

## 1.1.25

### Patch Changes

- Bump

## 1.1.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@ballerine/config",
"version": "1.1.24",
"version": "1.1.25",
"description": "",
"main": "index.js",
"scripts": {},
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ballerine/eslint-config-react

## 2.0.25

### Patch Changes

- Bump
- Updated dependencies
- @ballerine/eslint-config@1.1.25

## 2.0.24

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@ballerine/eslint-config-react",
"version": "2.0.24",
"version": "2.0.25",
"description": "",
"main": "index.js",
"scripts": {},
Expand All @@ -10,7 +10,7 @@
"license": "ISC",
"peerDependencies": {
"eslint-plugin-react": "^7.33.2",
"@ballerine/eslint-config": "^1.1.24",
"@ballerine/eslint-config": "^1.1.25",
"eslint-plugin-react-hooks": "^4.6.0"
}
}
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/eslint-config

## 1.1.25

### Patch Changes

- Bump

## 1.1.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@ballerine/eslint-config",
"version": "1.1.24",
"version": "1.1.25",
"description": "",
"main": "index.js",
"scripts": {},
Expand Down
9 changes: 9 additions & 0 deletions packages/react-pdf-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ballerine/react-pdf-toolkit

## 1.2.45

### Patch Changes

- Bump
- Updated dependencies
- @ballerine/config@1.1.25
- @ballerine/ui@0.5.45

## 1.2.44

### Patch Changes
Expand Down
Loading

0 comments on commit 513eb4c

Please sign in to comment.