Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 26, 2023
1 parent cdc4e71 commit 58b3288
Show file tree
Hide file tree
Showing 4 changed files with 1,312 additions and 1,207 deletions.
555 changes: 278 additions & 277 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.6.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 @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.6.0.cjs
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,37 +35,37 @@
"pretty": "2.0.0"
},
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/node": "7.20.7",
"@babel/core": "7.22.5",
"@babel/node": "7.22.5",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/preset-env": "7.21.4",
"@babel/preset-typescript": "7.21.4",
"@babel/preset-env": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "20.0.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/eslint": "8.37.0",
"@types/eslint": "8.40.2",
"@types/micromatch": "4.0.2",
"@types/node": "16.18.23",
"@types/node": "16.18.36",
"@types/pretty": "2.0.1",
"@types/semantic-release": "17.2.6",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@willbooster/eslint-config-ts": "6.5.1",
"@willbooster/prettier-config": "6.5.1",
"@willbooster/renovate-config": "6.5.1",
"babel-plugin-transform-remove-console": "6.9.4",
"core-js": "3.29.1",
"esbuild": "0.17.14",
"eslint": "8.37.0",
"core-js": "3.31.0",
"esbuild": "0.18.9",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-node": "0.3.7",
"eslint-plugin-import": "2.27.5",
"husky": "7.0.4",
"lint-staged": "11.2.6",
"micromatch": "4.0.5",
"pinst": "2.1.6",
"prettier": "2.8.7",
"prettier": "2.8.8",
"rollup": "2.79.1",
"rollup-plugin-node-externals": "4.1.1",
"semantic-release": "17.4.7",
Expand All @@ -75,5 +75,5 @@
"engines": {
"node": ">=12"
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@3.6.0"
}
Loading

0 comments on commit 58b3288

Please sign in to comment.