Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 25, 2024
1 parent fdbef37 commit faf38a8
Show file tree
Hide file tree
Showing 5 changed files with 790 additions and 275 deletions.
6 changes: 3 additions & 3 deletions dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"@nullvoxpopuli/eslint-configs": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.45.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"typescript": "^5.1.3"
},
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions ember-query-params-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@babel/plugin-syntax-decorators": "^7.22.5",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@embroider/addon-dev": "3.2.0",
"@embroider/addon-dev": "4.2.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.0.2",
Expand All @@ -63,21 +63,21 @@
"@rollup/plugin-typescript": "^11.1.2",
"@tsconfig/ember": "^3.0.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"concurrently": "^8.2.0",
"ember-modifier": "^4.1.0",
"ember-source": "~5.1.2",
"ember-template-lint": "^5.11.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-ember": "^11.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-ember": "^12.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^2.8.8",
"prettier-plugin-ember-template-tag": "^0.3.2",
"prettier": "^3.0.0",
"prettier-plugin-ember-template-tag": "^2.0.0",
"publint": "^0.1.16",
"rollup": "~3.26.3",
"rollup": "~4.12.0",
"rollup-plugin-copy": "^3.4.0",
"typescript": "^5.1.6"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@changesets/cli": "^2.26.2",
"@nullvoxpopuli/dev": "workspace:*",
"concurrently": "^8.2.0",
"prettier": "^2.8.8",
"prettier-plugin-ember-template-tag": "^0.3.2",
"prettier": "^3.0.0",
"prettier-plugin-ember-template-tag": "^2.0.0",
"turbo": "^1.10.9"
},
"engines": {
Expand Down
Loading

0 comments on commit faf38a8

Please sign in to comment.