Skip to content

Commit

Permalink
Update yarn and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescops committed Jan 16, 2024
1 parent cae795f commit ded143f
Show file tree
Hide file tree
Showing 8 changed files with 2,599 additions and 2,999 deletions.
7 changes: 4 additions & 3 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extension": ["ts"],
"spec": "src/**/test.ts",
"loader": "ts-node/esm"
"extension": ["ts"],
"spec": "src/**/test.ts",
"loader": "ts-node/esm",
"require": ["ts-node/register"]
}
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

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

enableGlobalCache: false

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

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,46 +38,46 @@
"contributors": [],
"license": "Apache-2.0",
"devDependencies": {
"@types/async": "^3.2.20",
"@types/better-sqlite3": "^7.6.4",
"@types/chai": "^4.3.6",
"@types/inquirer": "^8.2.6",
"@types/mocha": "^10.0.1",
"@types/node": "^18.17.14",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"chai": "^4.3.8",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"@types/async": "^3.2.24",
"@types/better-sqlite3": "^7.6.8",
"@types/chai": "^4.3.11",
"@types/inquirer": "^8.2.10",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.7",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"chai": "^4.4.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"husky": "^8.0.3",
"mocha": "^10.2.0",
"pkg": "^5.8.1",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@json2csv/plainjs": "^7.0.3",
"@json2csv/transforms": "^7.0.3",
"@json2csv/plainjs": "^7.0.4",
"@json2csv/transforms": "^7.0.4",
"@napi-rs/clipboard": "^1.1.1",
"@napi-rs/keyring": "^1.1.3",
"@node-rs/argon2": "^1.5.2",
"better-sqlite3": "^8.6.0",
"commander": "^11.0.0",
"@node-rs/argon2": "^1.7.1",
"better-sqlite3": "^8.7.0",
"commander": "^11.1.0",
"got": "^11.8.6",
"inquirer": "^8.2.6",
"inquirer-search-list": "^1.2.6",
"jsonpath-plus": "^7.2.0",
"otplib": "^12.0.1",
"playwright-core": "^1.37.1",
"winston": "^3.10.0",
"playwright-core": "^1.40.1",
"winston": "^3.11.0",
"xml-js": "^1.6.11",
"zlib": "^1.0.5"
},
"engines": {
"node": ">=18",
"yarn": ">=3.6.0"
"yarn": ">=4.0.0"
},
"packageManager": "yarn@3.6.3"
"packageManager": "yarn@4.0.2"
}
Loading

0 comments on commit ded143f

Please sign in to comment.