Skip to content

Commit

Permalink
chore(NPM): package updates, including latest Ace (core) release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Feb 5, 2025
1 parent dd28a16 commit 4c84187
Show file tree
Hide file tree
Showing 5 changed files with 634 additions and 582 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
shell: bash
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
#check-latest: true
- run: node --version && npm --version
- run: npm --global install npm@^10
Expand Down
10 changes: 5 additions & 5 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.5",
"@daisy/ace-core": "1.3.3-alpha.5",
"@daisy/ace-localize": "1.3.3-alpha.5",
"@daisy/ace-logger": "1.3.3-alpha.5",
"@daisy/epub-utils": "1.3.3-alpha.5",
"@daisy/ace-axe-runner-electron": "1.3.3",
"@daisy/ace-core": "1.3.3",
"@daisy/ace-localize": "1.3.3",
"@daisy/ace-logger": "1.3.3",
"@daisy/epub-utils": "1.3.3",
"@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-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.5",
"@daisy/ace-core": "1.3.3-alpha.5",
"@daisy/ace-localize": "1.3.3-alpha.5",
"@daisy/ace-logger": "1.3.3-alpha.5",
"@daisy/epub-utils": "1.3.3-alpha.5",
"@daisy/ace-axe-runner-electron": "1.3.3",
"@daisy/ace-core": "1.3.3",
"@daisy/ace-localize": "1.3.3",
"@daisy/ace-logger": "1.3.3",
"@daisy/epub-utils": "1.3.3",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Ace, the EPUB accessibility checker by the DAISY Consortium (desktop application)",
"version": "1.3.3-alpha.5",
"engines": {
"node": ">=18.0.0",
"node": ">=22.0.0",
"yarn": "^1.22.0",
"npm": ">=9.0.0"
"npm": ">=10.0.0"
},
"author": {
"name": "DAISY Consortium",
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.3-alpha.5",
"@daisy/ace-core": "1.3.3-alpha.5",
"@daisy/ace-localize": "1.3.3-alpha.5",
"@daisy/ace-logger": "1.3.3-alpha.5",
"@daisy/epub-utils": "1.3.3-alpha.5",
"@daisy/ace-axe-runner-electron": "1.3.3",
"@daisy/ace-core": "1.3.3",
"@daisy/ace-localize": "1.3.3",
"@daisy/ace-logger": "1.3.3",
"@daisy/epub-utils": "1.3.3",
"@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,11 +175,11 @@
"xpath": "^0.0.34"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"@babel/preset-react": "^7.26.3",
"@electron/notarize": "^2.5.0",
"@octokit/rest": "^21.0.2",
"@octokit/rest": "^21.1.0",
"babel-loader": "^8.2.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
Expand All @@ -192,7 +192,7 @@
"css-loader": "^3.5.3",
"devtron": "^1.4.0",
"dotenv": "^8.2.0",
"electron": "^33.2.1",
"electron": "^34.0.2",
"electron-builder": "^25.1.8",
"electron-devtools-installer": "^3.2.0",
"file-loader": "^6.2.0",
Expand All @@ -205,7 +205,7 @@
"react-axe": "^3.5.4",
"redux-devtools-extension": "^2.13.9",
"rimraf": "^3.0.2",
"sass": "^1.81.0",
"sass": "^1.83.4",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
Expand Down
Loading

0 comments on commit 4c84187

Please sign in to comment.