Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
depthbomb committed Sep 17, 2023
1 parent 4cd50e9 commit da488da
Show file tree
Hide file tree
Showing 9 changed files with 3,717 additions and 4,063 deletions.
546 changes: 0 additions & 546 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

786 changes: 0 additions & 786 deletions .yarn/releases/yarn-3.2.1.cjs

This file was deleted.

891 changes: 891 additions & 0 deletions .yarn/releases/yarn-4.0.0-rc.51.cjs

Large diffs are not rendered by default.

14 changes: 5 additions & 9 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.1.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.51.cjs
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,21 @@
"lint": "eslint ./src --ext .ts"
},
"dependencies": {
"formdata-node": "^4.3.3",
"ohmyfetch": "^0.4.18"
"formdata-node": "^4.4.1",
"ohmyfetch": "^0.4.21"
},
"devDependencies": {
"@swc/core": "^1.2.218",
"@tsconfig/recommended": "^1.0.1",
"@types/eslint": "^8.4.5",
"@types/node": "^18.0.6",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"release-it": "^15.1.3",
"tslib": "^2.4.0",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"@swc/core": "^1.3.85",
"@tsconfig/recommended": "^1.0.3",
"@types/eslint": "^8.44.2",
"@types/node": "^20.6.2",
"@types/rimraf": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"release-it": "^16.1.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"packageManager": "yarn@3.2.1"
"packageManager": "yarn@4.0.0-rc.51"
}
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"compilerOptions": {
"ignoreDeprecations": "5.0",

// Type Checking
"allowUnreachableCode": false,
"allowUnusedLabels": false,
Expand Down Expand Up @@ -45,4 +47,4 @@
"skipLibCheck": true
},
"include": ["src/**/*.ts"]
}
}
Loading

0 comments on commit da488da

Please sign in to comment.