|
12 | 12 | "asynchronous", |
13 | 13 | "fetch" |
14 | 14 | ], |
15 | | - "main": "dist/index.js", |
16 | | - "module": "dist/index.esm.js", |
| 15 | + "main": "dist/cjs/index.js", |
| 16 | + "module": "dist/esm/index.js", |
| 17 | + "types": "dist/types/index.d.ts", |
17 | 18 | "files": [ |
18 | 19 | "/dist" |
19 | 20 | ], |
20 | 21 | "dependencies": { |
21 | | - "debug": "^4.3.1", |
22 | | - "idb-keyval": "^5.0.1" |
| 22 | + "debug": "^4.3.2", |
| 23 | + "idb-keyval": "^5.1.3" |
23 | 24 | }, |
24 | 25 | "devDependencies": { |
25 | 26 | "@ph.fritsche/eslint-config": "^0.1.1", |
26 | | - "@ph.fritsche/scripts-config": "^1.0.0", |
27 | | - "@testing-library/react": "^11.2.2", |
28 | | - "@types/debug": "^4.1.5", |
29 | | - "@types/react": "^17.0.0", |
30 | | - "eslint": "^7.18.0", |
31 | | - "fake-indexeddb": "^3.1.2", |
32 | | - "jest": "^26.6.3", |
33 | | - "react": "^17.0.1", |
34 | | - "react-dom": "^17.0.1", |
35 | | - "shared-scripts": "^1.0.0", |
36 | | - "ts-jest": "^26.4.4", |
37 | | - "typescript": "^4.1.3" |
| 27 | + "@ph.fritsche/scripts-config": "^2.0.0", |
| 28 | + "@testing-library/react": "^12.0.0", |
| 29 | + "@types/debug": "^4.1.7", |
| 30 | + "@types/jest": "^27.0.1", |
| 31 | + "@types/react": "^17.0.18", |
| 32 | + "eslint": "^7.32.0", |
| 33 | + "fake-indexeddb": "^3.1.3", |
| 34 | + "jest": "^27.0.6", |
| 35 | + "react": "^17.0.2", |
| 36 | + "react-dom": "^17.0.2", |
| 37 | + "shared-scripts": "^1.4.1", |
| 38 | + "ts-jest": "^27.0.4", |
| 39 | + "typescript": "^4.3.5" |
38 | 40 | }, |
39 | 41 | "scripts": { |
40 | 42 | "build": "scripts ts-build", |
|
0 commit comments