Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Nov 12, 2024
1 parent 45d9029 commit ee2f303
Show file tree
Hide file tree
Showing 5 changed files with 239 additions and 325 deletions.
50 changes: 25 additions & 25 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
}
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@ember/optional-features": "^2.1.0",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@ember/optional-features": "^2.2.0",
"@ember/string": "^4.0.0",
"@ember/test-helpers": "^4.0.2",
"@ember/test-helpers": "^4.0.4",
"@embroider/test-setup": "^4.0.0",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@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",
"@tsconfig/ember": "^3.0.8",
"@types/ember": "^4.0.11",
"@types/ember-data": "^4.4.16",
Expand Down Expand Up @@ -73,13 +73,13 @@
"@types/ember__template": "^4.0.7",
"@types/ember__test": "^4.0.6",
"@types/ember__utils": "^4.0.7",
"@types/qunit": "^2.19.10",
"@types/qunit": "^2.19.12",
"@types/rsvp": "^4.0.9",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.2",
"ember-auto-import": "^2.7.4",
"concurrently": "^9.1.0",
"ember-auto-import": "^2.10.0",
"ember-cli": "~5.11.0",
"ember-cli-app-version": "^7.0.0",
"ember-cli-babel": "^8.2.0",
Expand All @@ -95,19 +95,19 @@
"ember-concurrency": "^4.0.2",
"ember-fetch": "^8.1.2",
"ember-lifeline": "^7.0.0",
"ember-load-initializers": "^2.1.2",
"ember-load-initializers": "^3.0.1",
"ember-modifier": "^4.2.0",
"ember-page-title": "^8.2.3",
"ember-qunit": "^8.1.0",
"ember-resolver": "^12.0.1",
"ember-qunit": "^8.1.1",
"ember-resolver": "^13.0.2",
"ember-source": "~5.11.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^6.0.0",
"ember-try": "^3.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.2.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-ember": "^12.3.1",
"eslint-plugin-n": "^17.13.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.2",
"loader.js": "^4.7.0",
Expand All @@ -116,17 +116,17 @@
"prismjs": "^1.29.0",
"prismjs-glimmer": "^1.1.1",
"prettier": "^3.3.3",
"prettier-plugin-ember-template-tag": "^2.0.2",
"prettier-plugin-ember-template-tag": "^2.0.4",
"qunit": "^2.22.0",
"qunit-dom": "^3.2.0",
"qunit-dom": "^3.3.0",
"rsvp": "^4.8.5",
"sass": "^1.77.8",
"stylelint": "^16.8.2",
"sass": "^1.80.6",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2",
"tracked-built-ins": "^3.3.0",
"typescript": "^5.5.4",
"webpack": "^5.94.0"
"typescript": "^5.6.3",
"webpack": "^5.96.1"
},
"engines": {
"node": ">= 18"
Expand Down
54 changes: 27 additions & 27 deletions ember-basic-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,28 +64,28 @@
"test": "echo 'A v2 addon does not have tests, run tests in test-app'"
},
"dependencies": {
"@embroider/addon-shim": "^1.8.9",
"@babel/core": "^7.25.2",
"@embroider/macros": "^1.16.5",
"@embroider/addon-shim": "^1.9.0",
"@babel/core": "^7.26.0",
"@embroider/macros": "^1.16.9",
"@embroider/util": "^1.13.2",
"decorator-transforms": "^2.0.0",
"decorator-transforms": "^2.3.0",
"ember-element-helper": "^0.8.6",
"ember-modifier": "^4.2.0",
"ember-lifeline": "^7.0.0",
"ember-style-modifier": "^4.4.0",
"ember-truth-helpers": "^4.0.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/runtime": "^7.25.4",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-typescript": "^7.25.9",
"@babel/runtime": "^7.26.0",
"@ember/string": "^4.0.0",
"@ember/test-helpers": "^4.0.2",
"@embroider/addon-dev": "^5.0.0",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@ember/test-helpers": "^4.0.4",
"@embroider/addon-dev": "^7.0.0",
"@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",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
"@rollup/plugin-babel": "^6.0.4",
Expand All @@ -111,27 +111,27 @@
"@types/ember__test": "^4.0.6",
"@types/ember__utils": "^4.0.7",
"@types/ember__destroyable": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"babel-plugin-ember-template-compilation": "^2.2.5",
"concurrently": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"babel-plugin-ember-template-compilation": "^2.3.0",
"concurrently": "^9.1.0",
"ember-source": "~5.11.0",
"ember-template-lint": "^6.0.0",
"ember-eslint-parser": "^0.5.0",
"ember-eslint-parser": "^0.5.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-ember": "^12.3.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.13.1",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-ember-template-tag": "^2.0.2",
"rollup": "^4.21.1",
"rollup-plugin-sass": "^1.13.2",
"prettier-plugin-ember-template-tag": "^2.0.4",
"rollup": "^4.25.0",
"rollup-plugin-sass": "^1.14.0",
"rsvp": "^4.8.5",
"typescript": "^5.5.4",
"webpack": "^5.94.0"
"typescript": "^5.6.3",
"webpack": "^5.96.1"
},
"peerDependencies": {
"ember-source": "^3.28.0 || ^4.0.0 || >=5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"test:ember": "pnpm --filter '*' test:ember"
},
"devDependencies": {
"@glint/core": "^1.4.0",
"@glint/core": "^1.5.0",
"@release-it-plugins/lerna-changelog": "^7.0.0",
"@release-it-plugins/workspaces": "^4.2.0",
"concurrently": "^8.2.2",
"concurrently": "^9.1.0",
"prettier": "^3.3.3",
"prettier-plugin-ember-template-tag": "^2.0.2",
"release-it": "^17.6.0",
"typescript": "^5.5.4"
"prettier-plugin-ember-template-tag": "^2.0.4",
"release-it": "^17.10.0",
"typescript": "^5.6.3"
},
"workspaces": [
"ember-basic-dropdown",
Expand Down
Loading

0 comments on commit ee2f303

Please sign in to comment.