Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 4, 2021
1 parent 8bcd161 commit 1891b89
Show file tree
Hide file tree
Showing 2 changed files with 1,779 additions and 2,268 deletions.
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,35 @@
"type": "module",
"types": "./index.d.ts",
"exports": {
"./package.json": "./package.json",
".": "./index.js"
".": "./index.js",
"./package.json": "./package.json"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@logux/eslint-config": "^45.3.0",
"@logux/sharec-config": "^0.10.1",
"@size-limit/preset-small-lib": "^4.10.2",
"@types/jest": "^26.0.22",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"check-dts": "^0.4.4",
"clean-publish": "^2.1.1",
"eslint": "^7.25.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.5",
"@babel/core": "^7.15.5",
"@logux/eslint-config": "^45.4.7",
"@logux/sharec-config": "^0.11.0",
"@size-limit/preset-small-lib": "^5.0.3",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"check-dts": "^0.5.5",
"clean-publish": "^2.2.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^1.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-unicorn": "^31.0.0",
"jest": "^27.0.0-next.8",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"simple-git-hooks": "^2.4.1",
"size-limit": "^4.10.2",
"ts-jest": "^27.0.0-next.11",
"typescript": "^4.2.4",
"eslint-plugin-unicorn": "^35.0.0",
"jest": "^27.1.0",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"simple-git-hooks": "^2.6.1",
"size-limit": "^5.0.3",
"ts-jest": "^27.0.5",
"typescript": "^4.4.2",
"yaspeller": "^7.0.0"
},
"size-limit": [
Expand All @@ -67,7 +67,8 @@
"preset": "ts-jest/presets/default-esm",
"globals": {
"ts-jest": {
"useESM": true
"useESM": true,
"isolatedModules": true
}
},
"testEnvironment": "node",
Expand Down Expand Up @@ -133,6 +134,6 @@
},
"sharec": {
"config": "@logux/sharec-config",
"version": "0.10.1"
"version": "0.11.0"
}
}

0 comments on commit 1891b89

Please sign in to comment.