Skip to content

Commit

Permalink
fix: updated Ace (core) packages alpha release, which includes Axe DA…
Browse files Browse the repository at this point in the history
…ISY fork update too (all JA locale updates)
  • Loading branch information
danielweck committed Jun 25, 2024
1 parent 25b0463 commit 3d3d831
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions package-asar-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"license": "MIT",
"main": "main-bundle.js",
"dependencies": {
"@daisy/ace-axe-runner-electron": "1.3.3-alpha.1",
"@daisy/ace-core": "1.3.3-alpha.1",
"@daisy/ace-localize": "1.3.3-alpha.1",
"@daisy/ace-logger": "1.3.3-alpha.1",
"@daisy/epub-utils": "1.3.3-alpha.1",
"@daisy/ace-axe-runner-electron": "1.3.3-alpha.2",
"@daisy/ace-core": "1.3.3-alpha.2",
"@daisy/ace-localize": "1.3.3-alpha.2",
"@daisy/ace-logger": "1.3.3-alpha.2",
"@daisy/epub-utils": "1.3.3-alpha.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand Down Expand Up @@ -48,6 +48,6 @@
"devtron": "^1.4.0",
"electron-devtools-installer": "^3.2.0",
"react-axe": "^3.5.4",
"redux-devtools-extension": "^2.13.9",
"redux-devtools-extension": "^2.13.9"
}
}
10 changes: 5 additions & 5 deletions package-asar.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"license": "MIT",
"main": "main-bundle.js",
"dependencies": {
"@daisy/ace-axe-runner-electron": "1.3.3-alpha.1",
"@daisy/ace-core": "1.3.3-alpha.1",
"@daisy/ace-localize": "1.3.3-alpha.1",
"@daisy/ace-logger": "1.3.3-alpha.1",
"@daisy/epub-utils": "1.3.3-alpha.1",
"@daisy/ace-axe-runner-electron": "1.3.3-alpha.2",
"@daisy/ace-core": "1.3.3-alpha.2",
"@daisy/ace-localize": "1.3.3-alpha.2",
"@daisy/ace-logger": "1.3.3-alpha.2",
"@daisy/epub-utils": "1.3.3-alpha.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
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.3-alpha.1",
"@daisy/ace-core": "1.3.3-alpha.1",
"@daisy/ace-localize": "1.3.3-alpha.1",
"@daisy/ace-logger": "1.3.3-alpha.1",
"@daisy/epub-utils": "1.3.3-alpha.1",
"@daisy/ace-axe-runner-electron": "1.3.3-alpha.2",
"@daisy/ace-core": "1.3.3-alpha.2",
"@daisy/ace-localize": "1.3.3-alpha.2",
"@daisy/ace-logger": "1.3.3-alpha.2",
"@daisy/epub-utils": "1.3.3-alpha.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand Down

0 comments on commit 3d3d831

Please sign in to comment.