Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 47f23ed commit 818fb5e
Show file tree
Hide file tree
Showing 8 changed files with 2,325 additions and 1,844 deletions.
8 changes: 4 additions & 4 deletions apps/repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@glint/core": "1.4.1-unstable.ff9ea6c",
"@glint/environment-ember-loose": "1.4.1-unstable.ff9ea6c",
"@glint/environment-ember-template-imports": "1.4.1-unstable.ff9ea6c",
"@glint/template": "1.4.1-unstable.ff9ea6c",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@nullvoxpopuli/limber-untyped": "workspace:^0.0.1",
"@tsconfig/ember": "^3.0.7",
Expand Down
8 changes: 4 additions & 4 deletions apps/tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@glint/core": "1.4.1-unstable.ff9ea6c",
"@glint/environment-ember-loose": "1.4.1-unstable.ff9ea6c",
"@glint/environment-ember-template-imports": "1.4.1-unstable.ff9ea6c",
"@glint/template": "1.4.1-unstable.ff9ea6c",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@nullvoxpopuli/limber-styles": "workspace:^0.0.1",
"@nullvoxpopuli/limber-untyped": "workspace:^0.0.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@glint/core": "1.4.1-unstable.ff9ea6c",
"@glint/core": "1.5.0",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"concurrently": "^9.0.1",
"dev-tools": "workspace:*",
"eslint": "^8.55.0",
"prettier": "^3.3.3",
"prettier-plugin-ember-template-tag": "2.0.2",
"release-plan": "^0.9.2",
"release-plan": "^0.10.0",
"turbo": "^2.1.3"
},
"packageManager": "[email protected]",
Expand Down
10 changes: 5 additions & 5 deletions packages/app-support/limber-ui/addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
"@embroider/addon-dev": "^5.0.0",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "1.4.1-unstable.ff9ea6c",
"@glint/environment-ember-loose": "1.4.1-unstable.ff9ea6c",
"@glint/environment-ember-template-imports": "1.4.1-unstable.ff9ea6c",
"@glint/template": "1.4.1-unstable.ff9ea6c",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@nullvoxpopuli/limber-untyped": "workspace:*",
"@rollup/plugin-babel": "^6.0.4",
Expand All @@ -81,7 +81,7 @@
"ember-async-data": "1.0.3",
"ember-cli-htmlbars": "^6.3.0",
"ember-modifier": "^4.1.0",
"ember-primitives": "^0.23.1",
"ember-primitives": "^0.25.0",
"ember-resources": "^7.0.1",
"ember-source": ">= 5.10.2",
"ember-template-imports": "^4.1.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/ember-repl/addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
"@glimmer/syntax": "^0.92.0",
"@glimmer/tracking": "^1.1.2",
"@glimmer/util": "^0.92.0",
"@glint/core": "1.4.1-unstable.ff9ea6c",
"@glint/environment-ember-loose": "1.4.1-unstable.ff9ea6c",
"@glint/environment-ember-template-imports": "1.4.1-unstable.ff9ea6c",
"@glint/template": "1.4.1-unstable.ff9ea6c",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@nullvoxpopuli/limber-untyped": "workspace:*",
"@rollup/plugin-babel": "^6.0.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/ember-repl/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
"@ember/string": "^4.0.0",
"@ember/test-helpers": "^4.0.4",
"@ember/test-waiters": "^3.1.0",
"@embroider/broccoli-side-watch": "0.0.2-unstable.ba9fd29",
"@embroider/broccoli-side-watch": "0.0.2-unstable.fad2387",
"@embroider/compat": "3.6.5",
"@embroider/core": "3.4.19",
"@embroider/test-setup": "4.0.0",
"@embroider/webpack": "4.0.8",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "1.4.1-unstable.ff9ea6c",
"@glint/environment-ember-loose": "1.4.1-unstable.ff9ea6c",
"@glint/environment-ember-template-imports": "1.4.1-unstable.ff9ea6c",
"@glint/template": "1.4.1-unstable.ff9ea6c",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@nullvoxpopuli/limber-untyped": "workspace:^0.0.1",
"@tsconfig/ember": "^3.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/untyped/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.1",
"devDependencies": {
"@glint/template": "1.4.1-unstable.ff9ea6c",
"@glint/template": "1.5.0",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"eslint": "^8.55.0",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit 818fb5e

Please sign in to comment.