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] authored Dec 30, 2023
1 parent a72ab2c commit cdc5991
Show file tree
Hide file tree
Showing 5 changed files with 3,087 additions and 2,410 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.0.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.7.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:

postinstall: ./scripts/postinstall.sh

yarnPath: .yarn/releases/yarn-3.6.0.cjs
yarnPath: .yarn/releases/yarn-3.7.0.cjs
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.23.7",
"@babel/preset-env": "7.23.7",
"@babel/preset-typescript": "7.23.3",
"@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.2",
"@types/jest": "29.5.11",
"@types/node": "16.18.69",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-jest": "29.7.0",
"eslint": "8.56.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.6.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.3.3"
},
"keywords": [
"clear",
Expand All @@ -83,5 +83,5 @@
"utility",
"value"
],
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@3.7.0"
}
Loading

0 comments on commit cdc5991

Please sign in to comment.