Skip to content

Commit

Permalink
Update all minor and patch versions (#33)
Browse files Browse the repository at this point in the history
* Update all minor and patch versions

* changeset
  • Loading branch information
joephela authored Jul 13, 2023
1 parent 68a1088 commit 485da96
Show file tree
Hide file tree
Showing 6 changed files with 2,042 additions and 1,033 deletions.
6 changes: 6 additions & 0 deletions .changeset/slow-badgers-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'eslint-config-widen': minor
'eslint-plugin-widen': minor
---

Update versions
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ plugins:
spec: "https://mskelton.dev/yarn-outdated/v3"

yarnPath: .yarn/releases/yarn-3.2.1.cjs
npmRegistryServer: "https://registry.npmjs.org/"
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"ts": "tsc -b"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@changesets/cli": "^2.22.0",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@changesets/cli": "^2.26.2",
"@types/jest": "^28.1.1",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.17.0",
"eslint-plugin-sort": "^2.4.0",
"eslint": "^8.44.0",
"eslint-plugin-sort": "^2.10.0",
"jest": "^28.1.1",
"prettier": "^2.6.2",
"typescript": "^4.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-widen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"./typescript": "./lib/typescript.js"
},
"dependencies": {
"eslint-config-prettier": "^8.5.0"
"eslint-config-prettier": "^8.8.0"
},
"peerDependencies": {
"@babel/eslint-parser": "^7.16.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-widen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"eslint": ">= 8"
},
"devDependencies": {
"@types/eslint": "^8.4.3",
"@types/eslint": "^8.44.0",
"@types/estree-jsx": "^0.0.1",
"eslint": "^8.17.0",
"eslint": "^8.44.0",
"tsheredoc": "^1.0.1"
}
}
Loading

0 comments on commit 485da96

Please sign in to comment.