Skip to content

Commit

Permalink
Merge pull request #50 from readium/deps-upgrade
Browse files Browse the repository at this point in the history
[Chore] Dependencies upgrade
  • Loading branch information
JayPanoz authored Jan 9, 2025
2 parents 4b0ec33 + 1eabf42 commit abe859a
Show file tree
Hide file tree
Showing 5 changed files with 3,387 additions and 3,552 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v22
32 changes: 13 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,35 +24,29 @@
"postinstall": "pnpm run build:submodules"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@juggle/resize-observer": "^3.4.0",
"@readium/navigator": "link:src/readium/ts-toolkit/navigator",
"@readium/navigator-html-injectables": "link:src/readium/ts-toolkit/navigator-html-injectables",
"@readium/shared": "link:src/readium/ts-toolkit/shared",
"@reduxjs/toolkit": "^2.2.8",
"@reduxjs/toolkit": "^2.5.0",
"classnames": "^2.5.1",
"css-selector-generator": "^3.6.8",
"debounce": "^2.1.1",
"debounce": "^2.2.0",
"json-templates": "^5.1.0",
"next": "14.2.7",
"path-browserify": "^1.0.1",
"react": "^18",
"react-aria-components": "^1.4.0",
"react-dom": "^18",
"react-redux": "^9.1.2"
"next": "15.1.1",
"react": "^19.0.0",
"react-aria-components": "^1.5.0",
"react-dom": "^19.0.0",
"react-redux": "^9.2.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/json-templates": "^3.0.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.1",
"readium-css": "github:readium/readium-css#theming-improvements",
"typescript": "^5",
"typescript": "^5.7.2",
"vercel": "39.1.1"
},
"overrides": {
Expand Down
Loading

0 comments on commit abe859a

Please sign in to comment.