Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Aug 16, 2021
1 parent b71301e commit c8f83cf
Show file tree
Hide file tree
Showing 3 changed files with 1,573 additions and 2,463 deletions.
5 changes: 1 addition & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ module.exports = {
'src/**/*.{js,jsx,ts,tsx}',
],
coveragePathIgnorePatterns: [],
testEnvironmentOptions: {
resources: 'usable',
runScripts: 'dangerously',
},
testEnvironment: 'jsdom',
testMatch: [
'<rootDir>/test/**/*.{js,jsx,ts,tsx}',
],
Expand Down
34 changes: 18 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,31 @@
"asynchronous",
"fetch"
],
"main": "dist/index.js",
"module": "dist/index.esm.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"files": [
"/dist"
],
"dependencies": {
"debug": "^4.3.1",
"idb-keyval": "^5.0.1"
"debug": "^4.3.2",
"idb-keyval": "^5.1.3"
},
"devDependencies": {
"@ph.fritsche/eslint-config": "^0.1.1",
"@ph.fritsche/scripts-config": "^1.0.0",
"@testing-library/react": "^11.2.2",
"@types/debug": "^4.1.5",
"@types/react": "^17.0.0",
"eslint": "^7.18.0",
"fake-indexeddb": "^3.1.2",
"jest": "^26.6.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"shared-scripts": "^1.0.0",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
"@ph.fritsche/scripts-config": "^2.0.0",
"@testing-library/react": "^12.0.0",
"@types/debug": "^4.1.7",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.18",
"eslint": "^7.32.0",
"fake-indexeddb": "^3.1.3",
"jest": "^27.0.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"shared-scripts": "^1.4.1",
"ts-jest": "^27.0.4",
"typescript": "^4.3.5"
},
"scripts": {
"build": "scripts ts-build",
Expand Down
Loading

0 comments on commit c8f83cf

Please sign in to comment.