Skip to content

Commit 14689fa

Browse files
chore(deps): update all dependencies
1 parent a72ab2c commit 14689fa

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

.github/workflows/release.yml

+1-1
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/[email protected].5
55+
uses: changesets/[email protected].7
5656
with:
5757
commit: 'ci(changesets): version packages'
5858
publish: yarn changeset publish

package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -32,33 +32,33 @@
3232
"@babel/runtime-corejs3": "^7.22.5"
3333
},
3434
"devDependencies": {
35-
"@babel/plugin-transform-runtime": "7.22.5",
36-
"@babel/preset-env": "7.22.5",
37-
"@babel/preset-typescript": "7.22.5",
38-
"@changesets/changelog-github": "0.4.8",
39-
"@changesets/cli": "2.26.2",
40-
"@commitlint/cli": "17.6.6",
41-
"@commitlint/config-conventional": "17.6.6",
42-
"@preconstruct/cli": "2.7.0",
43-
"@types/jest": "29.5.2",
44-
"@types/node": "16.18.37",
45-
"@typescript-eslint/eslint-plugin": "5.60.1",
46-
"@typescript-eslint/parser": "5.60.1",
47-
"babel-jest": "29.5.0",
48-
"eslint": "8.43.0",
49-
"eslint-config-prettier": "8.8.0",
35+
"@babel/plugin-transform-runtime": "7.24.6",
36+
"@babel/preset-env": "7.24.6",
37+
"@babel/preset-typescript": "7.24.6",
38+
"@changesets/changelog-github": "0.5.0",
39+
"@changesets/cli": "2.27.5",
40+
"@commitlint/cli": "17.8.1",
41+
"@commitlint/config-conventional": "17.8.1",
42+
"@preconstruct/cli": "2.8.4",
43+
"@types/jest": "29.5.12",
44+
"@types/node": "16.18.97",
45+
"@typescript-eslint/eslint-plugin": "5.62.0",
46+
"@typescript-eslint/parser": "5.62.0",
47+
"babel-jest": "29.7.0",
48+
"eslint": "8.57.0",
49+
"eslint-config-prettier": "8.10.0",
5050
"eslint-formatter-pretty": "5.0.0",
51-
"eslint-import-resolver-typescript": "3.5.5",
51+
"eslint-import-resolver-typescript": "3.6.1",
5252
"eslint-plugin-babel": "5.3.1",
53-
"eslint-plugin-import": "2.27.5",
54-
"eslint-plugin-jest": "27.2.2",
53+
"eslint-plugin-import": "2.29.1",
54+
"eslint-plugin-jest": "27.9.0",
5555
"eslint-plugin-prettier": "4.2.1",
5656
"husky": "8.0.3",
57-
"jest": "29.5.0",
58-
"lint-staged": "13.2.3",
57+
"jest": "29.7.0",
58+
"lint-staged": "13.3.0",
5959
"prettier": "2.8.8",
60-
"rimraf": "5.0.1",
61-
"typescript": "5.1.6"
60+
"rimraf": "5.0.7",
61+
"typescript": "5.4.5"
6262
},
6363
"keywords": [
6464
"clear",
@@ -83,5 +83,5 @@
8383
"utility",
8484
"value"
8585
],
86-
"packageManager": "yarn@3.6.0"
86+
"packageManager": "yarn@3.8.2"
8787
}

0 commit comments

Comments
 (0)