Skip to content

Commit

Permalink
deps: update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprevot committed May 24, 2023
1 parent a07642c commit 4af8021
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 302 deletions.
297 changes: 119 additions & 178 deletions .pnp.cjs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@
"@snowball-tech/prettier-config": "workspace:^",
"@snowball-tech/semantic-release-config": "workspace:^",
"@snowball-tech/utils": "workspace:^",
"@types/eslint": "^8.37.0",
"@types/eslint": "^8.40.0",
"@types/is-ci": "^3.0.0",
"@types/prettier": "^2.7.2",
"eslint": "^8.40.0",
"eslint": "^8.41.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"semantic-release": "^21.0.2",
"turbo": "1.9.8",
"turbo": "1.9.9",
"typescript": "^5.0.4"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"eslint": "^8.0.0"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@rushstack/eslint-patch": "^1.3.0",
"@snowball-tech/utils": "1.0.2",
"@typescript-eslint/eslint-plugin": "~5.59.6",
"@typescript-eslint/parser": "~5.59.6",
"eslint": "^8.40.0",
"@typescript-eslint/eslint-plugin": "~5.59.7",
"@typescript-eslint/parser": "~5.59.7",
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/renovate-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"validate:config": "renovate-config-validator default.json5"
},
"devDependencies": {
"renovate": "^35.88.0"
"renovate": "^35.99.0"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/node": "^20.1.5",
"@types/node": "^20.2.3",
"@types/read-pkg-up": "^6.0.0",
"@types/semver": "^7.5.0"
}
Expand Down
Loading

0 comments on commit 4af8021

Please sign in to comment.