|
1 | 1 | {
|
2 | 2 | "name": "react-h5-audio-player",
|
3 |
| - "version": "3.10.0", |
| 3 | + "version": "3.10.0-rc.0", |
4 | 4 | "description": "A customizable React audio player. Written in TypeScript. Mobile compatible. Keyboard friendly",
|
5 | 5 | "main": "./lib/index.js",
|
6 | 6 | "module": "./es/index.js",
|
|
71 | 71 | "@babel/preset-env": "^7.10.2",
|
72 | 72 | "@babel/preset-react": "^7.10.1",
|
73 | 73 | "@babel/preset-typescript": "^7.10.1",
|
| 74 | + "@cfaester/enzyme-adapter-react-18": "^0.8.0", |
74 | 75 | "@storybook/addon-actions": "^6.1.14",
|
75 | 76 | "@storybook/addon-docs": "^6.1.14",
|
76 | 77 | "@storybook/react": "^6.1.14",
|
|
82 | 83 | "cross-env": "^7.0.2",
|
83 | 84 | "css-loader": "^5.2.7",
|
84 | 85 | "enzyme": "^3.11.0",
|
85 |
| - "enzyme-adapter-react-16": "^1.15.2", |
86 | 86 | "eslint": "^7.2.0",
|
87 | 87 | "eslint-config-prettier": "^8.1.0",
|
88 | 88 | "eslint-plugin-jsx-a11y": "^6.2.3",
|
89 | 89 | "eslint-plugin-prettier": "^3.1.4",
|
90 | 90 | "eslint-plugin-react": "^7.20.0",
|
91 | 91 | "husky": "^6.0.0",
|
92 |
| - "jest": "^26.6.3", |
| 92 | + "jest": "^28.0.0", |
| 93 | + "jest-environment-jsdom": "^29.7.0", |
93 | 94 | "less-plugin-sass2less": "^1.2.0",
|
94 | 95 | "lint-staged": "^10.2.10",
|
95 | 96 | "node-sass": "^7.0.1",
|
96 | 97 | "npm-run-all": "^4.1.5",
|
97 | 98 | "prettier": "^2.0.5",
|
98 |
| - "react": "^19", |
99 |
| - "react-dom": "^19", |
| 99 | + "react": "^18", |
| 100 | + "react-dom": "^18", |
100 | 101 | "sass": "^1.26.8",
|
101 | 102 | "sass-loader": "^10.2.0",
|
102 | 103 | "static-server": "^2.2.1",
|
|
0 commit comments