Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencrader committed Jan 6, 2025
1 parent c255dfb commit efe110c
Show file tree
Hide file tree
Showing 5 changed files with 6,376 additions and 2,934 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.0.0
v22.12.0
934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.6.0.cjs
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rantstats-extension",
"version": "1.4.6",
"packageManager": "yarn@3.4.1",
"packageManager": "yarn@4.6.0",
"description": "Add support for capturing paid Rumble Rants for Rumble.com livestreams.",
"main": "output/pages/content/content.js",
"scripts": {
Expand Down Expand Up @@ -43,31 +43,31 @@
},
"homepage": "https://rantstats.com/",
"devDependencies": {
"@types/chrome": "^0.0.248",
"@types/node": "^20.8.8",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.52.0",
"@types/chrome": "^0.0.289",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^9.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-airbnb-typescript-base": "^4.0.2",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-sonarjs": "^0.21.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-airbnb-typescript-base": "^6.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-sonarjs": "^3.0.1",
"http-server": "^14.1.1",
"madge": "^6.1.0",
"madge": "^8.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"prettier": "^3.4.2",
"raw-loader": "^4.0.2",
"sass": "^1.77.8",
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
"sass": "^1.83.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"webpack": "5.94.0",
"webpack-cli": "^6.0.1"
}
}
Loading

0 comments on commit efe110c

Please sign in to comment.