Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
401 changes: 202 additions & 199 deletions client-v3/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions client-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client-v3",
"version": "0.32.1",
"version": "0.32.2",
"description": "DigiScript front end (Vue 3)",
"author": "DreamTeamProd",
"private": true,
Expand Down Expand Up @@ -34,7 +34,7 @@
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"bootstrap": "^5.3.8",
"bootstrap-vue-next": "^0.45.5",
"bootstrap-vue-next": "^0.45.6",
"bootswatch": "^5.3.8",
"contrast-color": "1.0.1",
"core-js": "^3.49.0",
Expand All @@ -56,18 +56,18 @@
"vue-toast-notification": "^3.1.3"
},
"devDependencies": {
"@emnapi/core": "1.11.0",
"@emnapi/runtime": "1.11.0",
"@emnapi/core": "1.11.1",
"@emnapi/runtime": "1.11.1",
"@eslint/js": "^10.0.1",
"@iconify-json/mdi": "^1.2.3",
"@types/lodash": "~4.17.24",
"@types/node": ">=22.12.0",
"@typescript-eslint/eslint-plugin": "^8.61.0",
"@typescript-eslint/parser": "^8.61.0",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.61.1",
"@vitejs/plugin-vue": "^6.0.7",
"@vitest/ui": "^4.1.8",
"@vitest/ui": "^4.1.9",
"@vue/test-utils": "^2.4.11",
"eslint": "^10.4.1",
"eslint": "^10.5.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-vue": "^10.9.2",
Expand All @@ -77,13 +77,13 @@
"prettier": "^3.8.4",
"sass": "1.101.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.61.0",
"typescript-eslint": "^8.61.1",
"unplugin-icons": "^23.0.1",
"unplugin-vue-components": "^32.1.0",
"vite": "^8.0.16",
"vitest": "^4.1.8",
"vitest": "^4.1.9",
"vue-eslint-parser": "^10.4.1",
"@playwright/test": "^1.60.0"
"@playwright/test": "^1.61.0"
},
"browserslist": [
"> 1%",
Expand Down
466 changes: 233 additions & 233 deletions client/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "0.32.1",
"version": "0.32.2",
"description": "DigiScript front end",
"author": "DreamTeamProd",
"private": true,
Expand Down Expand Up @@ -57,10 +57,10 @@
"@types/lodash": "~4.17.24",
"@types/node": "~20.14.0",
"@types/vuelidate": "^0.7.22",
"@typescript-eslint/eslint-plugin": "^8.61.0",
"@typescript-eslint/parser": "^8.61.0",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.61.1",
"@vitejs/plugin-vue2": "2.3.4",
"@vitest/ui": "^4.1.8",
"@vitest/ui": "^4.1.9",
"@vue/test-utils": "^2.4.11",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
Expand All @@ -72,9 +72,9 @@
"prettier": "^3.8.4",
"sass": "1.101.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.61.0",
"typescript-eslint": "^8.61.1",
"vite": "^7.3.3",
"vitest": "^4.1.8"
"vitest": "^4.1.9"
},
"browserslist": [
"> 1%",
Expand Down
134 changes: 67 additions & 67 deletions electron/package-lock.json

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

6 changes: 3 additions & 3 deletions electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digiscript-electron",
"version": "0.32.1",
"version": "0.32.2",
"description": "DigiScript Electron Desktop Application",
"author": "DreamTeamProd",
"license": "GPL-3.0",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@electron-forge/maker-deb": "^7.11.2",
"@electron-forge/maker-rpm": "^7.11.2",
"@eslint/js": "^9.39.2",
"@typescript-eslint/eslint-plugin": "^8.61.0",
"@typescript-eslint/parser": "^8.61.0",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.61.1",
"@types/node": "^22.0.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
Expand Down
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "digiscript-server"
version = "0.32.1"
version = "0.32.2"
description = "DigiScript server - Digital script management for theatrical shows"
readme = "../README.md"
requires-python = ">=3.13"
Expand Down
Loading
Loading