Skip to content

Commit

Permalink
fix: create release and bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonluca committed May 18, 2024
1 parent 683be31 commit f73b81f
Show file tree
Hide file tree
Showing 5 changed files with 426 additions and 436 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
593 changes: 297 additions & 296 deletions .yarn/releases/yarn-4.1.1.cjs → .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
yarnPath: .yarn/releases/yarn-4.1.1.cjs
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.2.cjs
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,25 +67,25 @@
"test:watch": "vitest -w"
},
"devDependencies": {
"@types/eslint": "8.56.9",
"@types/eslint": "8.56.10",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.21",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitest/coverage-v8": "^1.5.0",
"@types/node": "^18",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitest/coverage-v8": "^1.6.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unused-imports": "^3.1.0",
"eslint-plugin-unused-imports": "^3.2.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
},
"dependencies": {
"@jsdevtools/ono": "^7.1.3",
Expand All @@ -103,5 +103,5 @@
"@semantic-release/github"
]
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.2.2"
}
Loading

0 comments on commit f73b81f

Please sign in to comment.