Skip to content

Commit

Permalink
chore: update devDeps (fixes menu bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcburnie committed Jul 3, 2024
1 parent cbd09f1 commit da5fca9
Show file tree
Hide file tree
Showing 9 changed files with 2,611 additions and 2,114 deletions.
16 changes: 0 additions & 16 deletions .eslintrc

This file was deleted.

21 changes: 21 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import js from "@eslint/js";
import globals from "globals";

export default [
js.configs.recommended,
{
languageOptions: {
ecmaVersion: 2020,
sourceType: "module",
globals: {
...globals.browser,
},
},
rules: {
"prefer-arrow-callback": 0,
"arrow-body-style": 0,
"no-console": 0,
"no-alert": 0
},
},
];
3,945 changes: 1,986 additions & 1,959 deletions package-lock.json

Large diffs are not rendered by default.

77 changes: 39 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,48 +24,49 @@
"url": "https://github.com/ebay/mindpatterns"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@ebay/browserslist-config": "^2.7.0",
"@ebay/skin": "^17.1.0",
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@ebay/browserslist-config": "^2.9.0",
"@ebay/skin": "^17.5.0",
"browser-sync": "^3.0.2",
"css-loader": "^6.10.0",
"eslint": "^8.56.0",
"eslint-config-ebay": "^1.1.5",
"css-loader": "^7.1.2",
"eslint": "^9.6.0",
"eslint-config-ebay": "^1.2.0",
"file-loader": "^6.2.0",
"makeup-active-descendant": "~0.6.1",
"makeup-alert-dialog": "~0.2.0",
"makeup-combobox": "~0.3.0",
"makeup-confirm-dialog": "~0.2.0",
"makeup-dialog": "~0.4.1",
"makeup-dialog-button": "~0.3.0",
"makeup-drawer-dialog": "~0.1.0",
"makeup-expander": "~0.10.1",
"makeup-focusables": "~0.3.1",
"makeup-fullscreen-dialog": "~0.1.0",
"makeup-input-dialog": "~0.1.0",
"makeup-key-emitter": "~0.3.1",
"makeup-lightbox-dialog": "~0.1.0",
"makeup-listbox": "~0.3.1",
"makeup-listbox-button": "^0.4.1",
"makeup-menu": "~0.3.0",
"makeup-menu-button": "^0.3.2",
"makeup-modal": "~0.4.1",
"makeup-next-id": "~0.4.1",
"makeup-panel-dialog": "~0.1.0",
"makeup-prevent-scroll-keys": "~0.2.1",
"makeup-roving-tabindex": "~0.6.0",
"makeup-snackbar-dialog": "~0.1.0",
"makeup-switch": "~0.2.0",
"makeup-tabs": "^0.0.1",
"makeup-toast-dialog": "~0.1.0",
"mini-css-extract-plugin": "^2.7.7",
"nodemon": "^3.0.3",
"globals": "^15.8.0",
"makeup-active-descendant": "~0.7.0",
"makeup-alert-dialog": "~0.3.0",
"makeup-combobox": "~0.4.0",
"makeup-confirm-dialog": "~0.3.0",
"makeup-dialog": "~0.5.0",
"makeup-dialog-button": "~0.4.0",
"makeup-drawer-dialog": "~0.2.0",
"makeup-expander": "~0.11.0",
"makeup-focusables": "~0.4.0",
"makeup-fullscreen-dialog": "~0.2.0",
"makeup-input-dialog": "~0.2.0",
"makeup-key-emitter": "~0.4.0",
"makeup-lightbox-dialog": "~0.2.0",
"makeup-listbox": "~0.4.0",
"makeup-listbox-button": "^0.5.0",
"makeup-menu": "~0.4.1",
"makeup-menu-button": "^0.4.1",
"makeup-modal": "~0.5.0",
"makeup-next-id": "~0.5.0",
"makeup-panel-dialog": "~0.2.0",
"makeup-prevent-scroll-keys": "~0.3.0",
"makeup-roving-tabindex": "~0.7.0",
"makeup-snackbar-dialog": "~0.2.0",
"makeup-switch": "~0.3.0",
"makeup-tabs": "^0.1.0",
"makeup-toast-dialog": "~0.2.0",
"mini-css-extract-plugin": "^2.9.0",
"nodemon": "^3.1.4",
"npm-run-all": "^4",
"onchange": "^7",
"rimraf": "^5.0.5",
"webpack": "^5.90.0",
"rimraf": "^5.0.7",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
},
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion static/browser.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/browser.js.map

Large diffs are not rendered by default.

312 changes: 256 additions & 56 deletions static/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit da5fca9

Please sign in to comment.