Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed May 13, 2024
1 parent 4ee16d9 commit cd70063
Show file tree
Hide file tree
Showing 4 changed files with 908 additions and 907 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.0.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.0.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,29 +58,29 @@
]
},
"dependencies": {
"import-meta-resolve": "^4.0.0",
"url-or-path": "^2.1.0"
"import-meta-resolve": "^4.1.0",
"url-or-path": "^2.3.0"
},
"devDependencies": {
"@fisker/eslint-config": "12.0.0",
"@fisker/eslint-config": "12.1.0",
"@fisker/eslint-config-ava": "2.0.6",
"@fisker/husky-config": "4.1.3",
"@fisker/lint-staged-config": "3.3.1",
"@fisker/lint-staged-config": "3.3.2",
"@fisker/markdownlint-cli2-config": "0.0.3",
"@fisker/prettier-config": "5.1.1",
"ava": "5.3.1",
"c8": "8.0.1",
"ava": "6.1.3",
"c8": "9.1.0",
"cz-conventional-changelog": "3.3.0",
"del-cli": "5.1.0",
"eslint": "8.53.0",
"husky": "8.0.3",
"lint-staged": "15.0.2",
"markdownlint-cli2": "0.10.0",
"eslint": "8.57.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"markdownlint-cli2": "0.13.0",
"npm-run-all": "4.1.5",
"prettier": "3.0.3",
"sort-package-json": "2.6.0"
"prettier": "3.2.5",
"sort-package-json": "2.10.0"
},
"packageManager": "yarn@4.0.0",
"packageManager": "yarn@4.2.2",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit cd70063

Please sign in to comment.