Skip to content

Commit

Permalink
Bump dependencies and version (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq authored Nov 28, 2024
1 parent 543583c commit dd1e3c8
Show file tree
Hide file tree
Showing 5 changed files with 306 additions and 198 deletions.
20 changes: 10 additions & 10 deletions lint-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discourse/lint-configs",
"version": "2.2.1",
"version": "2.2.2",
"description": "Shareable lint configs for Discourse core, plugins, and themes",
"author": "Discourse",
"license": "MIT",
Expand Down Expand Up @@ -29,25 +29,25 @@
"test": "cd ../test && node test.js"
},
"dependencies": {
"@babel/core": "^7.25.8",
"@babel/eslint-parser": "^7.25.8",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@stylistic/eslint-plugin-js": "^2.11.0",
"ember-template-lint": "^6.0.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-plugin-decorator-position": "^6.0.0",
"eslint-plugin-ember": "^12.3.1",
"eslint-plugin-ember": "^12.3.3",
"eslint-plugin-qunit": "^8.1.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-class-members": "^1.20.0",
"globals": "^15.11.0",
"eslint-plugin-sort-class-members": "^1.21.0",
"globals": "^15.12.0",
"prettier": "^2.8.8",
"prettier-plugin-ember-template-tag": "^0.3.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"ember-template-lint": "6.0.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"prettier": "2.8.8"
}
}
Loading

0 comments on commit dd1e3c8

Please sign in to comment.