Skip to content

Commit 0ac2a53

Browse files
committed
chore: update dependencies
1 parent 3024786 commit 0ac2a53

File tree

2 files changed

+658
-664
lines changed

2 files changed

+658
-664
lines changed

package.json

Lines changed: 9 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -12,63 +12,31 @@
1212
"asynchronous",
1313
"fetch"
1414
],
15-
"main": "dist/cjs/index.js",
16-
"module": "dist/esm/index.js",
17-
"types": "dist/types/index.d.ts",
1815
"files": [
1916
"/dist"
2017
],
21-
"exports": {
22-
".": {
23-
"node": "./dist/cjs/index.js",
24-
"import": "./dist/esm/index.js",
25-
"default": "./dist/cjs/index.js"
26-
},
27-
"./dist/*": "./dist/*.js",
28-
"./driver/*": {
29-
"node": "./dist/cjs/driver/*.js",
30-
"import": "./dist/esm/driver/*.js",
31-
"default": "./dist/cjs/driver/*.js"
32-
}
33-
},
34-
"typesVersions": {
35-
"*": {
36-
"dist/types/*": [
37-
"./dist/types/*"
38-
],
39-
"dist/cjs/*": [
40-
"./dist/types/*.d.ts"
41-
],
42-
"dist/esm/*": [
43-
"./dist/types/*.d.ts"
44-
],
45-
"*": [
46-
"./dist/types/*.d.ts"
47-
]
48-
}
49-
},
5018
"dependencies": {
5119
"debug": "^4.3.2",
52-
"idb-keyval": "^5.1.3"
20+
"idb-keyval": "^6.0.2"
5321
},
5422
"devDependencies": {
55-
"@ph.fritsche/eslint-config": "^1.0.0",
56-
"@ph.fritsche/scripts-config": "^2.0.1",
57-
"@testing-library/react": "^12.0.0",
23+
"@ph.fritsche/eslint-config": "^1.0.1",
24+
"@ph.fritsche/scripts-config": "^2.1.1",
25+
"@testing-library/react": "^12.1.2",
5826
"@types/debug": "^4.1.7",
59-
"@types/jest": "^27.0.1",
60-
"@types/react": "^17.0.18",
27+
"@types/jest": "^27.0.2",
28+
"@types/react": "^17.0.27",
6129
"eslint": "^7.32.0",
6230
"fake-indexeddb": "^3.1.3",
63-
"jest": "^27.0.6",
31+
"jest": "^27.2.5",
6432
"react": "^17.0.2",
6533
"react-dom": "^17.0.2",
6634
"shared-scripts": "^1.4.1",
6735
"ts-jest": "^27.0.4",
68-
"typescript": "^4.4.2"
36+
"typescript": "^4.4.3"
6937
},
7038
"scripts": {
71-
"build": "scripts ts-build",
39+
"build": "scripts ts-build --exportsMap driver/*",
7240
"lint": "eslint src test",
7341
"test": "jest"
7442
}

0 commit comments

Comments
 (0)