Skip to content

Commit

Permalink
perf: Update dependencies to lates + Add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bamdadfr committed Mar 26, 2024
1 parent bd13e62 commit 215f309
Show file tree
Hide file tree
Showing 3 changed files with 1,947 additions and 2,427 deletions.
54 changes: 28 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,34 @@
"jspdf": "2.5.1"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.14.7",
"@bamdadsabbagh/eslint-config": "^2.0.4",
"@bamdadsabbagh/stylelint-config": "^1.2.43",
"@types/chrome": "^0.0.177",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.14",
"babel-loader": "^8.2.2",
"concurrently": "^7.0.0",
"copy-webpack-plugin": "^10.0.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"html-minimizer-webpack-plugin": "^3.4.0",
"jest": "^27.4.7",
"jest-canvas-mock": "^2.3.1",
"jest-webextension-mock": "^3.7.19",
"rimraf": "^3.0.2",
"terser-webpack-plugin": "^5.3.1",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.5",
"wait-on": "^6.0.0",
"web-ext": "^6.3.0",
"webpack": "^5.68.0",
"webpack-cli": "^4.7.2"
"@babel/core": "^7.24.3",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@bamdadsabbagh/eslint-config": "^2.0.26",
"@bamdadsabbagh/stylelint-config": "^1.3.57",
"@types/chrome": "^0.0.263",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"babel-loader": "^9.1.3",
"concurrently": "^8.2.2",
"copy-webpack-plugin": "^12.0.2",
"css-minimizer-webpack-plugin": "^6.0.0",
"html-minimizer-webpack-plugin": "^5.0.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"jest-webextension-mock": "^3.8.9",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.3",
"wait-on": "^7.2.0",
"web-ext": "^7.11.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"webExt": {
"sourceDir": "dist",
Expand Down
Loading

0 comments on commit 215f309

Please sign in to comment.