|
75 | 75 | "victory": "36.6.12"
|
76 | 76 | },
|
77 | 77 | "devDependencies": {
|
78 |
| - "@babel/eslint-parser": "7.22.15", |
| 78 | + "@babel/eslint-parser": "7.24.7", |
79 | 79 | "@babel/plugin-proposal-class-properties": "7.17.12",
|
80 | 80 | "@babel/plugin-syntax-dynamic-import": "7.8.3",
|
81 | 81 | "@babel/preset-env": "7.17.12",
|
|
91 | 91 | "clean-webpack-plugin": "4.0.0",
|
92 | 92 | "copy-webpack-plugin": "12.0.2",
|
93 | 93 | "css-loader": "7.1.2",
|
94 |
| - "eslint": "8.21.0", |
95 |
| - "eslint-config-airbnb": "19.0.4", |
96 |
| - "eslint-config-prettier": "9.0.0", |
97 |
| - "eslint-plugin-import": "2.26.0", |
98 |
| - "eslint-plugin-jest": "27.1.7", |
99 |
| - "eslint-plugin-jsx-a11y": "6.2.3", |
100 |
| - "eslint-plugin-prettier": "4.2.1", |
101 |
| - "eslint-plugin-react": "7.16.0", |
| 94 | + "eslint": "9.5.0", |
| 95 | + "eslint-config-prettier": "9.1.0", |
| 96 | + "eslint-plugin-jest": "28.6.0", |
| 97 | + "eslint-plugin-jsx-a11y": "6.9.0", |
| 98 | + "eslint-plugin-prettier": "5.1.3", |
| 99 | + "eslint-plugin-react": "7.34.3", |
102 | 100 | "fetch-mock": "9.4.0",
|
103 | 101 | "html-loader": "4.2.0",
|
104 | 102 | "html-webpack-plugin": "5.5.4",
|
|
108 | 106 | "markdownlint-cli": "0.32.2",
|
109 | 107 | "mini-css-extract-plugin": "2.6.1",
|
110 | 108 | "path": "0.12.7",
|
111 |
| - "prettier": "2.0.5", |
| 109 | + "prettier": "3.0.0", |
112 | 110 | "puppeteer": "21.10.0",
|
113 | 111 | "setup-polly-jest": "0.9.1",
|
114 | 112 | "style-loader": "3.3.4",
|
|
123 | 121 | "build:glean": "node ./node_modules/@mozilla/glean/dist/cli/cli.js translate ui/glean/metrics.yaml ui/glean/pings.yaml -f javascript -o ui/glean/generated",
|
124 | 122 | "format": "node ./node_modules/prettier/bin-prettier.js --write \"**/*.{css,html,js,jsx,json,md,yaml,yml}\"",
|
125 | 123 | "format:check": "node ./node_modules/prettier/bin-prettier.js --check \"**/*.{css,html,js,jsx,json,md,yaml,yml}\"",
|
126 |
| - "lint": "node ./node_modules/eslint/bin/eslint.js --report-unused-disable-directives --max-warnings 0 --format codeframe --ext js,jsx \".*.js\" \"*.js\" ui/ tests/ui/", |
127 |
| - "lint-with-cache": "node ./node_modules/eslint/bin/eslint.js --cache --report-unused-disable-directives --max-warnings 0 --format codeframe --ext js,jsx \".*.js\" \"*.js\" ui/ tests/ui/", |
| 124 | + "lint": "node ./node_modules/eslint/bin/eslint.js --report-unused-disable-directives --max-warnings 0 --format codeframe ui/ tests/ui/", |
| 125 | + "lint-with-cache": "node ./node_modules/eslint/bin/eslint.js --cache --report-unused-disable-directives --max-warnings 0 --format codeframe ui/ tests/ui/", |
128 | 126 | "lint:glean": "node ./node_modules/@mozilla/glean/dist/cli/cli.js glinter ui/glean/metrics.yaml ui/glean/pings.yaml",
|
129 | 127 | "markdownlint": "node ./node_modules/markdownlint-cli/markdownlint.js -c .markdownlint.json -p .markdownlintignore .",
|
130 | 128 | "prettier": "npx prettier --check .",
|
|
0 commit comments