Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 7, 2024
1 parent df41252 commit a646386
Show file tree
Hide file tree
Showing 3 changed files with 2,058 additions and 243 deletions.
16 changes: 8 additions & 8 deletions ember-statechart-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@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": "4.2.1",
"@glimmer/compiler": "^0.87.1",
"@glimmer/component": "^1.0.4",
"@glimmer/env": "^0.1.7",
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",
"ember-template-lint": "6.0.0",
"eslint": "^8.56.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-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.14.0",
"rollup-plugin-ts": "^3.0.2",
"typescript": "^4.4.2",
"typescript": "^5.0.0",
"xstate": "^5.4.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 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",
"ember-template-lint": "^6.0.0",
"eslint": "^8.56.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 a646386

Please sign in to comment.