Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 77de777 commit ea70e3b
Show file tree
Hide file tree
Showing 4 changed files with 1,124 additions and 1,922 deletions.
18 changes: 9 additions & 9 deletions ember-statechart-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,21 @@
"xstate": "^5.18.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@babel/core": "7.25.7",
"@arethetypeswrong/cli": "^0.17.0",
"@babel/core": "7.26.0",
"@babel/eslint-parser": "^7.25.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-syntax-decorators": "7.25.7",
"@babel/plugin-syntax-decorators": "7.25.9",
"@babel/plugin-transform-typescript": "^7.25.7",
"@babel/preset-typescript": "7.25.7",
"@babel/preset-typescript": "7.26.0",
"@embroider/addon-dev": "^5.0.0",
"@glimmer/compiler": "^0.92.4",
"@glimmer/compiler": "^0.93.0",
"@glimmer/component": "^1.1.2",
"@glimmer/env": "^0.1.7",
"@glint/core": "1.4.1-unstable.b29a807",
"@glint/environment-ember-loose": "1.4.1-unstable.b29a807",
"@glint/environment-ember-template-imports": "1.4.1-unstable.b29a807",
"@glint/template": "1.4.1-unstable.b29a807",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"@nullvoxpopuli/eslint-configs": "^4.2.0",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^3.0.3",
Expand All @@ -80,12 +80,12 @@
"eslint-plugin-ember": "^12.2.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"expect-type": "^1.1.0",
"prettier": "^3.3.3",
"publint": "^0.2.11",
"typescript": "~5.5.0",
"typescript": "~5.7.0",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.4",
"xstate": "^5.18.2"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"lint:fix": "pnpm run --filter '*' lint:fix"
},
"devDependencies": {
"@babel/core": "7.25.7",
"@babel/core": "7.26.0",
"@glint/core": "1.4.1-unstable.b29a807",
"@glint/environment-ember-loose": "1.4.1-unstable.b29a807",
"@glint/environment-ember-template-imports": "1.4.1-unstable.b29a807",
"@glint/template": "1.4.1-unstable.b29a807",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"@typescript-eslint/parser": "^8.8.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.56.0",
"eslint-plugin-ember": "^12.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-n": "^14.0.0",
"prettier": "^3.3.3",
"release-plan": "^0.9.0",
"release-plan": "^0.11.0",
"typescript": "^5.5.0"
},
"packageManager": "pnpm@9.12.3",
Expand Down
Loading

0 comments on commit ea70e3b

Please sign in to comment.