Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#150)
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 Dec 2, 2024
1 parent d647964 commit b33ef80
Show file tree
Hide file tree
Showing 4 changed files with 1,504 additions and 1,298 deletions.
160 changes: 80 additions & 80 deletions .yarn/releases/yarn-4.5.2.cjs → .yarn/releases/yarn-4.5.3.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 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.2.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"@types/babel__core": "^7.20.5",
"@types/babel__preset-env": "^7.9.7",
"@types/chrome": "^0.0.284",
"@types/chrome": "^0.0.287",
"@types/core-js": "2.5.8",
"@types/eslint": "^9.6.1",
"@types/eslint-config-prettier": "^6.11.3",
Expand All @@ -57,22 +57,22 @@
"@types/jquery": "^3.5.32",
"@types/prettier": "^3.0.0",
"@types/webpack-bundle-analyzer": "^4.7.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@webextension-toolbox/webextension-toolbox": "^7.1.1",
"babel-loader": "^9.2.1",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-friendly": "^7.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.12.0",
"happy-dom": "^15.11.6",
"prettier": "^3.3.3",
"renovate": "^39.28.0",
"globals": "^15.13.0",
"happy-dom": "^15.11.7",
"prettier": "^3.4.1",
"renovate": "^39.42.4",
"typescript": "^5.7.2",
"typesync": "^0.13.4",
"vitest": "^2.1.5",
"vitest": "^2.1.6",
"webpack-bundle-analyzer": "^4.10.2"
},
"babel": {
Expand Down Expand Up @@ -104,7 +104,7 @@
},
"engines": {
"node": ">=18",
"yarn": ">=4.5.2"
"yarn": ">=4.5.3"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}
Loading

0 comments on commit b33ef80

Please sign in to comment.