Skip to content

Commit

Permalink
chore(NPM): package updates, notably Ace core 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Feb 8, 2025
1 parent 3e1a8b7 commit 5f01b47
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 171 deletions.
12 changes: 6 additions & 6 deletions package-asar-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ace-gui",
"productName": "Ace by DAISY",
"description": "Ace, the EPUB accessibility checker by the DAISY Consortium (desktop application)",
"version": "1.3.5-alpha.1",
"version": "1.3.6-alpha.1",
"author": {
"name": "DAISY Consortium",
"organization": "DAISY Consortium",
Expand All @@ -14,11 +14,11 @@
"license": "MIT",
"main": "main-bundle.js",
"dependencies": {
"@daisy/ace-axe-runner-electron": "1.3.5",
"@daisy/ace-core": "1.3.5",
"@daisy/ace-localize": "1.3.5",
"@daisy/ace-logger": "1.3.5",
"@daisy/epub-utils": "1.3.5",
"@daisy/ace-axe-runner-electron": "1.3.6",
"@daisy/ace-core": "1.3.6",
"@daisy/ace-localize": "1.3.6",
"@daisy/ace-logger": "1.3.6",
"@daisy/epub-utils": "1.3.6",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand Down
12 changes: 6 additions & 6 deletions package-asar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ace-gui",
"productName": "Ace by DAISY",
"description": "Ace, the EPUB accessibility checker by the DAISY Consortium (desktop application)",
"version": "1.3.5-alpha.1",
"version": "1.3.6-alpha.1",
"author": {
"name": "DAISY Consortium",
"organization": "DAISY Consortium",
Expand All @@ -14,11 +14,11 @@
"license": "MIT",
"main": "main-bundle.js",
"dependencies": {
"@daisy/ace-axe-runner-electron": "1.3.5",
"@daisy/ace-core": "1.3.5",
"@daisy/ace-localize": "1.3.5",
"@daisy/ace-logger": "1.3.5",
"@daisy/epub-utils": "1.3.5",
"@daisy/ace-axe-runner-electron": "1.3.6",
"@daisy/ace-core": "1.3.6",
"@daisy/ace-localize": "1.3.6",
"@daisy/ace-logger": "1.3.6",
"@daisy/epub-utils": "1.3.6",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ace-gui",
"description": "Ace, the EPUB accessibility checker by the DAISY Consortium (desktop application)",
"version": "1.3.5-alpha.1",
"version": "1.3.6-alpha.1",
"engines": {
"node": ">=22.0.0",
"yarn": "^1.22.0",
Expand Down Expand Up @@ -143,11 +143,11 @@
"i18n-check": "sync-i18n --files 'src/shared/l10n/locales/*.json' --primary en --languages fr es pt_BR da ja de --space 4 --finalnewline --newkeysempty"
},
"dependencies": {
"@daisy/ace-axe-runner-electron": "1.3.5",
"@daisy/ace-core": "1.3.5",
"@daisy/ace-localize": "1.3.5",
"@daisy/ace-logger": "1.3.5",
"@daisy/epub-utils": "1.3.5",
"@daisy/ace-axe-runner-electron": "1.3.6",
"@daisy/ace-core": "1.3.6",
"@daisy/ace-localize": "1.3.6",
"@daisy/ace-logger": "1.3.6",
"@daisy/epub-utils": "1.3.6",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand Down Expand Up @@ -175,8 +175,8 @@
"xpath": "^0.0.34"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"@babel/core": "^7.26.8",
"@babel/preset-env": "^7.26.8",
"@babel/preset-react": "^7.26.3",
"@electron/notarize": "^2.5.0",
"@octokit/rest": "^21.1.0",
Expand All @@ -192,7 +192,7 @@
"css-loader": "^3.5.3",
"devtron": "^1.4.0",
"dotenv": "^8.2.0",
"electron": "^34.1.0",
"electron": "^34.1.1",
"electron-builder": "^25.1.8",
"electron-devtools-installer": "^3.2.0",
"file-loader": "^6.2.0",
Expand Down
Loading

0 comments on commit 5f01b47

Please sign in to comment.