Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 9, 2023
1 parent f00ff18 commit cc25f0d
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 228 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
"prepare": "husky install"
},
"devDependencies": {
"@changesets/cli": "^2.25.2",
"@types/node": "^18.11.10",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@changesets/cli": "^2.26.0",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"cross-env": "^7.0.3",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.0",
"prettier": "^2.8.2",
"rimraf": "^3.0.2",
"tsm": "^2.3.0",
"tsup": "^6.5.0",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down
8 changes: 4 additions & 4 deletions packages/changesets-changelog-github-compact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
},
"homepage": "https://github.com/svitejs/changesets-changelog-github-compact#readme",
"dependencies": {
"@changesets/get-github-info": "^0.5.1",
"@changesets/get-github-info": "^0.5.2",
"dotenv": "^16.0.3"
},
"devDependencies": {
"@changesets/parse": "^0.3.15",
"@changesets/types": "^5.2.0",
"vitest": "^0.25.3"
"@changesets/parse": "^0.3.16",
"@changesets/types": "^5.2.1",
"vitest": "^0.27.0"
}
}

0 comments on commit cc25f0d

Please sign in to comment.