Skip to content

Commit

Permalink
Updated lint-related packages (#218)
Browse files Browse the repository at this point in the history
* chore: Updated development dependencies

* chore: Added lockfile

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Dec 20, 2023
1 parent b4f40d4 commit ee99d13
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 67 deletions.
4 changes: 2 additions & 2 deletions configs/eslint/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-ember": "^11.12.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-qunit": "^8.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-typescript-sort-keys": "^3.1.0"
Expand Down
4 changes: 2 additions & 2 deletions configs/eslint/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-typescript-sort-keys": "^3.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion configs/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint:js:fix": "prettier --write \"**/*.js\""
},
"dependencies": {
"@tsconfig/ember": "^3.0.2",
"@tsconfig/ember": "^3.0.3",
"@tsconfig/node18": "^18.2.2",
"@tsconfig/strictest": "^2.0.2"
},
Expand Down
1 change: 0 additions & 1 deletion docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@embroider/macros": "^1.13.4",
"@embroider/router": "^2.1.6",
"@embroider/webpack": "^3.2.1",
"@gavant/glint-template-types": "^0.3.6",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.2.1",
Expand Down
1 change: 0 additions & 1 deletion ember-container-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@embroider/addon-dev": "^4.1.3",
"@gavant/glint-template-types": "^0.3.6",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.2.1",
Expand Down
75 changes: 16 additions & 59 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.2.1",
"@embroider/test-setup": "^3.0.3",
"@gavant/glint-template-types": "^0.3.6",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.2.1",
Expand Down

0 comments on commit ee99d13

Please sign in to comment.