Skip to content

Commit be0bacf

Browse files
authored
Merge pull request #1212 from dreamteamprod/dev
Release 0.32.2
2 parents 8589681 + d669296 commit be0bacf

9 files changed

Lines changed: 525 additions & 522 deletions

File tree

client-v3/package-lock.json

Lines changed: 202 additions & 199 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client-v3/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client-v3",
3-
"version": "0.32.1",
3+
"version": "0.32.2",
44
"description": "DigiScript front end (Vue 3)",
55
"author": "DreamTeamProd",
66
"private": true,
@@ -34,7 +34,7 @@
3434
"@vuelidate/core": "^2.0.3",
3535
"@vuelidate/validators": "^2.0.4",
3636
"bootstrap": "^5.3.8",
37-
"bootstrap-vue-next": "^0.45.5",
37+
"bootstrap-vue-next": "^0.45.6",
3838
"bootswatch": "^5.3.8",
3939
"contrast-color": "1.0.1",
4040
"core-js": "^3.49.0",
@@ -56,18 +56,18 @@
5656
"vue-toast-notification": "^3.1.3"
5757
},
5858
"devDependencies": {
59-
"@emnapi/core": "1.11.0",
60-
"@emnapi/runtime": "1.11.0",
59+
"@emnapi/core": "1.11.1",
60+
"@emnapi/runtime": "1.11.1",
6161
"@eslint/js": "^10.0.1",
6262
"@iconify-json/mdi": "^1.2.3",
6363
"@types/lodash": "~4.17.24",
6464
"@types/node": ">=22.12.0",
65-
"@typescript-eslint/eslint-plugin": "^8.61.0",
66-
"@typescript-eslint/parser": "^8.61.0",
65+
"@typescript-eslint/eslint-plugin": "^8.61.1",
66+
"@typescript-eslint/parser": "^8.61.1",
6767
"@vitejs/plugin-vue": "^6.0.7",
68-
"@vitest/ui": "^4.1.8",
68+
"@vitest/ui": "^4.1.9",
6969
"@vue/test-utils": "^2.4.11",
70-
"eslint": "^10.4.1",
70+
"eslint": "^10.5.0",
7171
"eslint-config-prettier": "^10.1.8",
7272
"eslint-plugin-prettier": "^5.5.6",
7373
"eslint-plugin-vue": "^10.9.2",
@@ -77,13 +77,13 @@
7777
"prettier": "^3.8.4",
7878
"sass": "1.101.0",
7979
"typescript": "^6.0.3",
80-
"typescript-eslint": "^8.61.0",
80+
"typescript-eslint": "^8.61.1",
8181
"unplugin-icons": "^23.0.1",
8282
"unplugin-vue-components": "^32.1.0",
8383
"vite": "^8.0.16",
84-
"vitest": "^4.1.8",
84+
"vitest": "^4.1.9",
8585
"vue-eslint-parser": "^10.4.1",
86-
"@playwright/test": "^1.60.0"
86+
"@playwright/test": "^1.61.0"
8787
},
8888
"browserslist": [
8989
"> 1%",

client/package-lock.json

Lines changed: 233 additions & 233 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client",
3-
"version": "0.32.1",
3+
"version": "0.32.2",
44
"description": "DigiScript front end",
55
"author": "DreamTeamProd",
66
"private": true,
@@ -57,10 +57,10 @@
5757
"@types/lodash": "~4.17.24",
5858
"@types/node": "~20.14.0",
5959
"@types/vuelidate": "^0.7.22",
60-
"@typescript-eslint/eslint-plugin": "^8.61.0",
61-
"@typescript-eslint/parser": "^8.61.0",
60+
"@typescript-eslint/eslint-plugin": "^8.61.1",
61+
"@typescript-eslint/parser": "^8.61.1",
6262
"@vitejs/plugin-vue2": "2.3.4",
63-
"@vitest/ui": "^4.1.8",
63+
"@vitest/ui": "^4.1.9",
6464
"@vue/test-utils": "^2.4.11",
6565
"eslint": "^9.39.2",
6666
"eslint-config-prettier": "^10.1.8",
@@ -72,9 +72,9 @@
7272
"prettier": "^3.8.4",
7373
"sass": "1.101.0",
7474
"typescript": "^6.0.3",
75-
"typescript-eslint": "^8.61.0",
75+
"typescript-eslint": "^8.61.1",
7676
"vite": "^7.3.3",
77-
"vitest": "^4.1.8"
77+
"vitest": "^4.1.9"
7878
},
7979
"browserslist": [
8080
"> 1%",

electron/package-lock.json

Lines changed: 67 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digiscript-electron",
3-
"version": "0.32.1",
3+
"version": "0.32.2",
44
"description": "DigiScript Electron Desktop Application",
55
"author": "DreamTeamProd",
66
"license": "GPL-3.0",
@@ -37,8 +37,8 @@
3737
"@electron-forge/maker-deb": "^7.11.2",
3838
"@electron-forge/maker-rpm": "^7.11.2",
3939
"@eslint/js": "^9.39.2",
40-
"@typescript-eslint/eslint-plugin": "^8.61.0",
41-
"@typescript-eslint/parser": "^8.61.0",
40+
"@typescript-eslint/eslint-plugin": "^8.61.1",
41+
"@typescript-eslint/parser": "^8.61.1",
4242
"@types/node": "^22.0.0",
4343
"eslint": "^9.39.2",
4444
"eslint-config-prettier": "^10.1.8",

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
1111

1212
[project]
1313
name = "digiscript-server"
14-
version = "0.32.1"
14+
version = "0.32.2"
1515
description = "DigiScript server - Digital script management for theatrical shows"
1616
readme = "../README.md"
1717
requires-python = ">=3.13"

0 commit comments

Comments
 (0)