Skip to content

Commit

Permalink
🏗️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
19h47 committed Feb 12, 2024
1 parent 1b0ab07 commit cc42832
Show file tree
Hide file tree
Showing 3 changed files with 798 additions and 325 deletions.
2 changes: 1 addition & 1 deletion docs/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@19h47/accordion",
"version": "5.1.0",
"version": "5.1.1",
"description": "Accordion",
"main": "dist/main.js",
"scripts": {
Expand All @@ -16,30 +16,30 @@
"keywords": [
"ES6"
],
"author": "Jérémy Levron <[email protected]> (http://19h47.fr)",
"author": "Jérémy Levron <[email protected]> (https://19h47.fr)",
"license": "ISC",
"bugs": {
"url": "https://github.com/19h47/19h47-accordion/issues"
},
"homepage": "https://github.com/19h47/19h47-accordion#readme",
"devDependencies": {
"@19h47/prettier-config": "^1.0.0",
"@19h47/prettier-config": "^2.0.0",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.45.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-import": "^2.28.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.1",
"eslint-webpack-plugin": "^4.0.0",
"html-webpack-plugin": "^5.0.0-alpha.15",
"prettier": "^3.0.0",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "5.88.2",
"html-webpack-plugin": "^5.6.0",
"prettier": "^3.2.5",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "5.90.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-merge": "^5.4.0",
"webpack-dev-server": "5.0.0",
"webpack-merge": "^5.10.0",
"webpack-notifier": "^1.11.0"
}
}
Loading

0 comments on commit cc42832

Please sign in to comment.