Skip to content

Commit

Permalink
Merge pull request #45 from altmshfkgudtjr/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
altmshfkgudtjr authored Aug 17, 2022
2 parents 73236a7 + e2607a9 commit a0f2719
Show file tree
Hide file tree
Showing 2 changed files with 470 additions and 70 deletions.
48 changes: 27 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,30 +38,36 @@
"postcompile": "cp -r ./src/types ./lib/types"
},
"dependencies": {
"epubjs": "^0.3.88",
"react-scripts": "^5.0.0"
"epubjs": "0.3.92",
"react-scripts": "5.0.0"
},
"devDependencies": {
"@babel/cli": "7.17.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.7",
"@babel/cli": "7.17.0",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
"@babel/plugin-proposal-optional-chaining": "7.16.7",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "12.8.3",
"@types/jest": "26.0.24",
"@types/node": "12.20.43",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/styled-components": "5.1.21",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"babel-plugin-module-resolver": "4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.2.3",
"typescript": "^4.2.3"
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-components": "5.3.3",
"typescript": "4.5.5"
},
"peerDependencies": {
"react": ">=17.0.1",
Expand Down
Loading

0 comments on commit a0f2719

Please sign in to comment.