Skip to content

Commit

Permalink
Merge pull request #190 from soxhub/upgrade-lint-dependencies
Browse files Browse the repository at this point in the history
Upgrade lint deps
  • Loading branch information
NullVoxPopuli authored May 20, 2024
2 parents b06d120 + ae9a5de commit 6f62eaf
Show file tree
Hide file tree
Showing 10 changed files with 1,112 additions and 188 deletions.
4 changes: 2 additions & 2 deletions ember-scoped-css-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@glimmer/tracking": "^1.1.2",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.1",
"concurrently": "^8.2.2",
"ember-auto-import": "^2.7.0",
"ember-cli": "~5.7.0",
"ember-cli-dependency-checker": "^3.3.1",
Expand All @@ -59,7 +59,7 @@
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-qunit": "^8.1.1",
"loader.js": "^4.7.0",
"prettier": "^3.0.3",
"prettier": "^3.2.5",
"qunit": "^2.20.0",
"qunit-dom": "^3.0.0",
"webpack": "^5.78.0"
Expand Down
10 changes: 5 additions & 5 deletions ember-scoped-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@
"devDependencies": {
"@babel/eslint-parser": "^7.24.5",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@tsconfig/ember": "^3.0.1",
"@tsconfig/strictest": "^2.0.2",
"@types/blueimp-md5": "^2.18.0",
"concurrently": "^8.2.1",
"@tsconfig/ember": "^3.0.7",
"@tsconfig/strictest": "^2.0.5",
"@types/blueimp-md5": "^2.18.2",
"concurrently": "^8.2.2",
"ember-template-lint": "^6.0.0",
"esbuild": "^0.19.0",
"esbuild-plugin-vitest-cleaner": "^0.5.1",
"eslint": "^8.50.0",
"prettier": "^3.0.3",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"vitest": "^1.0.0",
"webpack": "^5.75.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"test:fixture": "pnpm --filter './test-apps/*' test:fixture"
},
"devDependencies": {
"concurrently": "^8.2.1",
"prettier": "^3.0.3",
"concurrently": "^8.2.2",
"prettier": "^3.2.5",
"release-plan": "^0.9.0"
},
"volta": {
Expand Down
Loading

0 comments on commit 6f62eaf

Please sign in to comment.