Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 29, 2024
1 parent a72ab2c commit 2e00c94
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Creating Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1.4.5
uses: changesets/action@v1.4.7
with:
commit: 'ci(changesets): version packages'
publish: yarn changeset publish
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,33 +32,33 @@
"@babel/runtime-corejs3": "^7.22.5"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@preconstruct/cli": "2.7.0",
"@types/jest": "29.5.2",
"@types/node": "16.18.37",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"babel-jest": "29.5.0",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/preset-env": "7.24.5",
"@babel/preset-typescript": "7.24.1",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@preconstruct/cli": "2.8.3",
"@types/jest": "29.5.12",
"@types/node": "16.18.96",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-jest": "29.7.0",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-formatter-pretty": "5.0.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"jest": "29.5.0",
"lint-staged": "13.2.3",
"jest": "29.7.0",
"lint-staged": "13.3.0",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"typescript": "5.1.6"
"rimraf": "5.0.5",
"typescript": "5.4.5"
},
"keywords": [
"clear",
Expand All @@ -83,5 +83,5 @@
"utility",
"value"
],
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@3.8.1"
}

0 comments on commit 2e00c94

Please sign in to comment.