Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 26, 2024
1 parent 7399035 commit 2bd06d6
Show file tree
Hide file tree
Showing 5 changed files with 1,789 additions and 1,149 deletions.
10 changes: 5 additions & 5 deletions dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"devDependencies": {
"@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",
"eslint": "^8.45.0",
"prettier": "^2.8.8",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^9.0.0",
"prettier": "^3.0.0",
"typescript": "^5.1.3"
},
"scripts": {
Expand Down
22 changes: 11 additions & 11 deletions ember-query-params-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,33 +51,33 @@
"@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.3.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.0.2",
"@glint/environment-ember-loose": "^1.0.2",
"@glint/template": "^1.0.2",
"@nullvoxpopuli/eslint-configs": "^3.2.0",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@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",
"ember-template-lint": "^6.0.0",
"eslint": "^9.0.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.18.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 2bd06d6

Please sign in to comment.