Skip to content

Commit

Permalink
Updated development dependencies (#398)
Browse files Browse the repository at this point in the history
* chore: Updated development dependencies to the latest version

* chore: Ran yarn install and yarn-deduplicate

* chore: Renamed the script for clarity

---------

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
ijlee2 and ijlee2 authored Feb 13, 2023
1 parent df47118 commit 092563e
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 291 deletions.
28 changes: 14 additions & 14 deletions ember-welcome-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,28 +51,28 @@
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@babel/plugin-proposal-decorators": "^7.20.13",
"@babel/preset-typescript": "^7.18.6",
"@embroider/addon-dev": "^3.0.0",
"@glint/core": "^1.0.0-beta.2",
"@glint/environment-ember-loose": "^1.0.0-beta.2",
"@glint/template": "^1.0.0-beta.2",
"@glint/core": "^1.0.0-beta.3",
"@glint/environment-ember-loose": "^1.0.0-beta.3",
"@glint/template": "^1.0.0-beta.3",
"@tsconfig/ember": "^2.0.0",
"@types/ember__application": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"concurrently": "^7.6.0",
"ember-template-lint": "^5.3.1",
"eslint": "^8.31.0",
"ember-template-lint": "^5.5.1",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-ember": "^11.4.2",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-ember": "^11.4.6",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.1",
"rollup": "^3.9.1",
"prettier": "^2.8.4",
"rollup": "^3.15.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-ts": "^3.0.2",
"typescript": "^4.9.4"
"rollup-plugin-ts": "^3.2.0",
"typescript": "^4.9.5"
},
"engines": {
"node": "14.* || 16.* || >= 18"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"prepare": "yarn build",
"start": "concurrently \"npm:start:*\" --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "yarn workspace ember-welcome-page run start",
"start:test": "yarn workspace test-app run start",
"start:test-app": "yarn workspace test-app run start",
"test": "yarn workspaces run test"
},
"devDependencies": {
"@release-it-plugins/lerna-changelog": "^5.0.0",
"@release-it-plugins/workspaces": "^3.2.0",
"concurrently": "^7.6.0",
"prettier": "^2.8.1",
"prettier": "^2.8.4",
"release-it": "^15.6.0"
}
}
2 changes: 1 addition & 1 deletion test-app/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "4.9.2",
"version": "4.10.0",
"blueprints": [
{
"name": "app",
Expand Down
30 changes: 15 additions & 15 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,43 +24,43 @@
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@babel/plugin-proposal-decorators": "^7.20.13",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.9.3",
"@embroider/test-setup": "^2.0.2",
"@embroider/test-setup": "^2.1.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^7.6.0",
"ember-a11y-testing": "^5.1.0",
"ember-auto-import": "^2.5.0",
"ember-cli": "~4.9.2",
"ember-cli-app-version": "^5.0.0",
"ember-a11y-testing": "^5.2.0",
"ember-auto-import": "^2.6.0",
"ember-cli": "~4.10.0",
"ember-cli-app-version": "^6.0.0",
"ember-cli-babel": "^7.26.11",
"ember-cli-dependency-checker": "^3.3.1",
"ember-cli-htmlbars": "^6.1.1",
"ember-cli-htmlbars": "^6.2.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-fetch": "^8.1.2",
"ember-load-initializers": "^2.1.2",
"ember-page-title": "^7.0.0",
"ember-qunit": "^6.1.1",
"ember-resolver": "^9.0.1",
"ember-source": "~4.9.1",
"ember-resolver": "^10.0.0",
"ember-source": "~4.10.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.3.1",
"ember-template-lint": "^5.5.1",
"ember-try": "^2.0.0",
"ember-welcome-page": "^6.2.0",
"eslint": "^8.31.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-ember": "^11.4.2",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-ember": "^11.4.6",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-qunit": "^7.3.4",
"loader.js": "^4.7.0",
"prettier": "^2.8.1",
"qunit": "^2.19.3",
"prettier": "^2.8.4",
"qunit": "^2.19.4",
"qunit-dom": "^2.0.0",
"semver": "^7.3.5",
"webpack": "^5.75.0"
Expand Down
Loading

0 comments on commit 092563e

Please sign in to comment.