Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2024
1 parent df41252 commit a0a37b4
Show file tree
Hide file tree
Showing 3 changed files with 1,152 additions and 216 deletions.
22 changes: 11 additions & 11 deletions ember-statechart-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
"@babel/plugin-syntax-decorators": "7.23.3",
"@babel/plugin-transform-typescript": "^7.18.6",
"@babel/preset-typescript": "7.23.3",
"@embroider/addon-dev": "1.8.3",
"@embroider/addon-dev": "5.0.0",
"@glimmer/compiler": "^0.87.1",
"@glimmer/component": "^1.0.4",
"@glimmer/env": "^0.1.7",
"@glint/template": "^1.2.1",
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@types/ember": "^4.0.0",
"@types/ember__application": "^4.0.0",
"@types/ember__component": "^4.0.0",
Expand All @@ -84,26 +84,26 @@
"@types/ember__routing": "^4.0.0",
"@types/ember__runloop": "^4.0.0",
"@types/ember__service": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"babel-eslint": "10.1.0",
"concurrently": "^8.2.2",
"ember-cli-htmlbars": "^6.0.0",
"ember-template-lint": "5.13.0",
"eslint": "^8.56.0",
"ember-template-lint": "6.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-decorator-position": "^5.0.2",
"eslint-plugin-ember": "^11.12.0",
"eslint-plugin-ember": "^12.0.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"npm-run-all": "4.1.5",
"prettier": "^3.1.1",
"rollup": "2.78.1",
"rollup": "4.18.1",
"rollup-plugin-ts": "^3.0.2",
"typescript": "^4.4.2",
"typescript": "^5.0.0",
"xstate": "^5.4.1"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"lint": "pnpm run --filter '*' lint:js --fix"
},
"devDependencies": {
"ember-template-lint": "^5.13.0",
"eslint": "^8.56.0",
"ember-template-lint": "^6.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^11.12.0",
"eslint-plugin-ember": "^12.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.2",
"npm-run-all": "^4.1.5",
Expand Down
Loading

0 comments on commit a0a37b4

Please sign in to comment.