Skip to content

Commit

Permalink
chore: udpate deps and yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Jun 4, 2022
1 parent 44ea5a5 commit 40b8216
Show file tree
Hide file tree
Showing 7 changed files with 9,658 additions and 6,189 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ node_modules
# webstorm
.idea

# yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# project folders
cjs
dist
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"cSpell.words": [
"codeql",
"jsnext",
"pinst",
"tersible",
"tersify"
]
Expand Down
786 changes: 786 additions & 0 deletions .yarn/releases/yarn-3.2.1.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.1.cjs
32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,49 +28,51 @@
"depcheck": "depcheck",
"lint": "eslint --ext=js,ts .",
"nuke": "yarn clean && rimraf node_modules",
"prepare": "husky install",
"release": "npx semantic-release",
"size-limit": "size-limit",
"postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"size": "size-limit",
"test": "jest",
"test:types": "tsc",
"verify": "run-p verify:build lint test:types coverage",
"verify:build": "npm-run-all clean build -p depcheck size-limit",
"verify": "npm-run-all clean -p build lint coverage depcheck test:types -p size",
"watch": "jest --watch",
"watch:type": "tsc --watch"
},
"dependencies": {
"tersify": "^3.8.3"
"tersify": "^3.10.0"
},
"devDependencies": {
"@babel/core": "7.18.2",
"@babel/preset-env": "7.18.2",
"@babel/preset-typescript": "7.17.12",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/jest": "28.1.0",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"assertron": "9.0.9",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"assertron": "9.2.2",
"depcheck": "^1.4.3",
"eslint": "8.17.0",
"eslint-plugin-harmony": "^7.0.0",
"husky": "^8.0.0",
"eslint-plugin-harmony": "^7.1.0",
"husky": "^8.0.1",
"jest": "28.1.0",
"jest-validate": "28.1.0",
"jest-watch-suspend": "^1.1.2",
"jest-watch-toggle-config": "^2.0.1",
"jest-watch-typeahead": "^1.0.0",
"jest-watch-typeahead": "^1.1.0",
"npm-run-all": "^4.1.5",
"pinst": "^3.0.0",
"rimraf": "^3.0.2",
"size-limit": "^7.0.8",
"type-plus": "4.9.1",
"typedoc": "^0.22.15",
"typedoc": "^0.22.17",
"typedoc-plugin-extras": "^2.2.3",
"typescript": "4.7.3"
},
"size-limit": [
{
"limit": "10 kb"
}
]
],
"packageManager": "[email protected]"
}
3 changes: 2 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"forceConsistentCasingInFileNames": true,
"lib": [
"DOM",
"ES2020"
"ES2020",
"ES2021.Promise"
],
"module": "CommonJS",
"moduleResolution": "node",
Expand Down
Loading

0 comments on commit 40b8216

Please sign in to comment.