Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 58b3288 commit 752c023
Show file tree
Hide file tree
Showing 5 changed files with 3,142 additions and 2,518 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.8.7.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.6.0.cjs
yarnPath: .yarn/releases/yarn-3.8.7.cjs
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,43 +30,43 @@
},
"prettier": "@willbooster/prettier-config",
"dependencies": {
"cheerio": "1.0.0-rc.12",
"node-fetch": "3.3.1",
"cheerio": "1.0.0",
"node-fetch": "3.3.2",
"pretty": "2.0.0"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/node": "7.22.5",
"@babel/core": "7.26.7",
"@babel/node": "7.26.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/preset-env": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@babel/preset-env": "7.26.7",
"@babel/preset-typescript": "7.26.0",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "20.0.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/eslint": "8.40.2",
"@types/micromatch": "4.0.2",
"@types/node": "16.18.36",
"@types/pretty": "2.0.1",
"@types/semantic-release": "17.2.6",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@types/eslint": "8.56.12",
"@types/micromatch": "4.0.9",
"@types/node": "16.18.125",
"@types/pretty": "2.0.3",
"@types/semantic-release": "17.2.11",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.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.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",
"core-js": "3.40.0",
"esbuild": "0.24.2",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-import": "2.31.0",
"husky": "7.0.4",
"lint-staged": "11.2.6",
"micromatch": "4.0.5",
"micromatch": "4.0.8",
"pinst": "2.1.6",
"prettier": "2.8.8",
"rollup": "2.79.1",
"rollup": "2.79.2",
"rollup-plugin-node-externals": "4.1.1",
"semantic-release": "17.4.7",
"sort-package-json": "1.57.0",
Expand All @@ -75,5 +75,5 @@
"engines": {
"node": ">=12"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@3.8.7"
}
Loading

0 comments on commit 752c023

Please sign in to comment.