Skip to content

Commit

Permalink
Merge pull request #41 from NullVoxPopuli/flat-config
Browse files Browse the repository at this point in the history
GJS: Add tests to ensure flat-configs work with the parser
  • Loading branch information
NullVoxPopuli authored Feb 5, 2024
2 parents 2a4fe08 + 7674d7e commit a5605d3
Show file tree
Hide file tree
Showing 16 changed files with 840 additions and 378 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@typescript-eslint/parser": "^6.15.0",
"@typescript-eslint/parser": "^6.21.0",
"concurrently": "^8.2.2",
"eslint": "^8.0.1",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -38,15 +38,15 @@
"eslint-plugin-promise": "^6.0.0",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"vite": "^5.0.12",
"vitest": "^1.2.2",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"publint": "^0.2.6",
"release-plan": "^0.6.0",
"typescript": "^5.3.3"
"release-plan": "^0.7.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2"
},
"dependencies": {
"@babel/eslint-parser": "^7.23.3",
"@babel/eslint-parser": "7.23.10",
"@glimmer/syntax": "^0.88.0",
"@typescript-eslint/scope-manager": "^6.15.0",
"content-tag": "^1.2.2",
Expand All @@ -58,6 +58,8 @@
},
"pnpm": {
"overrides": {
"@babel/eslint-parser": "7.23.3",
"@babel/plugin-proposal-decorators": "7.23.3",
"ember-eslint-parser": "workspace:*"
}
},
Expand Down
Loading

0 comments on commit a5605d3

Please sign in to comment.