Skip to content

Commit 3ffb9cf

Browse files
chore(deps): update all dependencies (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d45b316 commit 3ffb9cf

File tree

6 files changed

+1051
-948
lines changed

6 files changed

+1051
-948
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Creating Release Pull Request or Publish to npm
5454
id: changesets
55-
uses: changesets/action@v1.2.0
55+
uses: changesets/action@v1.4.5
5656
with:
5757
commit: 'ci(changesets): version packages'
5858
publish: yarn changeset publish

.yarn/releases/yarn-3.2.0.cjs

Lines changed: 0 additions & 785 deletions
This file was deleted.

.yarn/releases/yarn-3.6.0.cjs

Lines changed: 874 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ plugins:
1010

1111
postinstall: ./scripts/postinstall.sh
1212

13-
yarnPath: .yarn/releases/yarn-3.2.0.cjs
13+
yarnPath: .yarn/releases/yarn-3.6.0.cjs

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,29 @@
3636
"@babel/preset-env": "7.22.5",
3737
"@babel/preset-typescript": "7.22.5",
3838
"@changesets/changelog-github": "0.4.8",
39-
"@changesets/cli": "2.26.1",
40-
"@commitlint/cli": "17.6.5",
41-
"@commitlint/config-conventional": "17.6.5",
39+
"@changesets/cli": "2.26.2",
40+
"@commitlint/cli": "17.6.6",
41+
"@commitlint/config-conventional": "17.6.6",
4242
"@preconstruct/cli": "2.7.0",
4343
"@types/jest": "29.5.2",
44-
"@types/node": "16.18.36",
45-
"@typescript-eslint/eslint-plugin": "5.59.11",
46-
"@typescript-eslint/parser": "5.59.11",
44+
"@types/node": "16.18.37",
45+
"@typescript-eslint/eslint-plugin": "5.60.1",
46+
"@typescript-eslint/parser": "5.60.1",
4747
"babel-jest": "29.5.0",
4848
"eslint": "8.43.0",
4949
"eslint-config-prettier": "8.8.0",
5050
"eslint-formatter-pretty": "5.0.0",
5151
"eslint-import-resolver-typescript": "3.5.5",
5252
"eslint-plugin-babel": "5.3.1",
5353
"eslint-plugin-import": "2.27.5",
54-
"eslint-plugin-jest": "27.2.1",
54+
"eslint-plugin-jest": "27.2.2",
5555
"eslint-plugin-prettier": "4.2.1",
5656
"husky": "8.0.3",
5757
"jest": "29.5.0",
58-
"lint-staged": "13.2.2",
58+
"lint-staged": "13.2.3",
5959
"prettier": "2.8.8",
6060
"rimraf": "5.0.1",
61-
"typescript": "5.1.3"
61+
"typescript": "5.1.6"
6262
},
6363
"keywords": [
6464
"clear",
@@ -83,5 +83,5 @@
8383
"utility",
8484
"value"
8585
],
86-
"packageManager": "yarn@3.2.0"
86+
"packageManager": "yarn@3.6.0"
8787
}

0 commit comments

Comments
 (0)