Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 17, 2023
1 parent 495047c commit f4dc21a
Show file tree
Hide file tree
Showing 6 changed files with 963 additions and 695 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.21.8",
"@babel/eslint-parser": "^7.21.8",
"@nullvoxpopuli/eslint-configs": "^3.1.3",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"typescript": "^5.1.3"
},
"scripts": {
Expand Down
18 changes: 9 additions & 9 deletions ember-data-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.5",
"@ember-data/store": "^5.0.0",
"@embroider/addon-dev": "^3.1.1",
"@embroider/addon-dev": "^4.0.0",
"@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.1.3",
"@tsconfig/ember": "^2.0.0",
"@tsconfig/ember": "^3.0.0",
"@types/ember": "^4.0.0",
"@types/ember-data__store": "^4.0.3",
"@types/ember__application": "^4.0.0",
Expand All @@ -72,26 +72,26 @@
"@types/ember__template": "^4.0.0",
"@types/ember__test": "^4.0.0",
"@types/ember__utils": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"concurrently": "^8.2.0",
"ember-source": "~5.4.0",
"ember-resources": "^6.0.0",
"ember-template-lint": "^5.10.3",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-ember": "^11.8.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^5.0.0",
"execa": "^8.0.0",
"prettier": "^2.8.8",
"prettier-plugin-ember-template-tag": "^0.3.2",
"prettier": "^3.0.0",
"prettier-plugin-ember-template-tag": "^1.0.0",
"publint": "^0.2.0",
"rollup": "~4.5.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-ts": "^3.2.0",
"typescript": "^4.9.4"
"typescript": "^5.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@changesets/cli": "^2.26.1",
"@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": "^1.0.0",
"turbo": "^1.10.5"
},
"pnpm": {
Expand Down
Loading

0 comments on commit f4dc21a

Please sign in to comment.