Skip to content

Commit

Permalink
Upgrade libs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnguyen10 committed Dec 7, 2024
1 parent 7af0812 commit f2754cd
Show file tree
Hide file tree
Showing 3 changed files with 5,380 additions and 5,400 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.20.0
v22.12.0
57 changes: 29 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,40 +38,41 @@
},
"homepage": "https://github.com/davidnguyen179/web-extension-boilerplate#readme",
"devDependencies": {
"@babel/core": "7.12.17",
"@babel/preset-env": "7.12.11",
"@babel/preset-typescript": "7.12.7",
"@types/chrome": "0.0.135",
"@types/jest": "26.0.20",
"@types/node": "14.14.20",
"@types/sinon": "^10.0.0",
"@typescript-eslint/eslint-plugin": "4.17.0",
"@typescript-eslint/parser": "4.17.0",
"babel-jest": "26.6.3",
"copy-webpack-plugin": "^8.1.1",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"@types/chrome": "0.0.287",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"babel-jest": "29.7.0",
"copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3",
"eslint": "7.21.0",
"eslint-plugin-import": "2.22.1",
"husky": "^8.0.1",
"jest": "26.6.3",
"lint-staged": "^13.0.3",
"prettier": "2.2.1",
"rimraf": "3.0.2",
"sinon": "^10.0.0",
"terser-webpack-plugin": "5.1.1",
"ts-jest": "26.4.4",
"ts-loader": "^9.1.1",
"typescript": "4.2.4",
"eslint": "9.16.0",
"eslint-plugin-import": "2.31.0",
"husky": "9.1.7",
"jest": "29.7.0",
"lint-staged": "15.2.10",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"sinon": "19.0.2",
"terser-webpack-plugin": "5.3.10",
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
"typescript": "5.7.2",
"web-ext-types": "3.2.1",
"webpack": "5.18.0",
"webpack-cli": "4.4.0",
"webpack-merge": "5.7.3",
"whatwg-fetch": "3.0.0"
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1",
"whatwg-fetch": "3.6.20"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"pnpm code:lint-fix",
"pnpm code:prettier"
]
}
},
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
}
Loading

0 comments on commit f2754cd

Please sign in to comment.