Skip to content

Commit

Permalink
Updated dependencies (#229)
Browse files Browse the repository at this point in the history
* chore: Updated dependencies

* chore: Added lockfile

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored May 17, 2024
1 parent f632860 commit bee76e3
Show file tree
Hide file tree
Showing 10 changed files with 1,283 additions and 1,327 deletions.
10 changes: 5 additions & 5 deletions configs/eslint/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"lint:js:fix": "prettier --write \"**/*.js\""
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.2",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@rushstack/eslint-patch": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-ember": "^12.0.2",
"eslint-plugin-ember": "^12.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.1",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-qunit": "^8.1.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
Expand Down
12 changes: 6 additions & 6 deletions configs/eslint/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"lint:js:fix": "prettier --write \"**/*.js\""
},
"dependencies": {
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "7.24.1",
"@rushstack/eslint-patch": "^1.10.2",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "7.24.5",
"@rushstack/eslint-patch": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.1",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-typescript-sort-keys": "^3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion configs/stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"peerDependencies": {
"prettier": "^3.2.5",
"stylelint": "^16.3.1"
"stylelint": "^16.5.0"
},
"peerDependenciesMeta": {
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion configs/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint:js:fix": "prettier --write \"**/*.js\""
},
"dependencies": {
"@tsconfig/ember": "^3.0.6",
"@tsconfig/ember": "^3.0.7",
"@tsconfig/node18": "^18.2.4",
"@tsconfig/strictest": "^2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion docs-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": "5.8.0",
"version": "5.8.1",
"blueprints": [
{
"name": "app",
Expand Down
24 changes: 12 additions & 12 deletions docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@
"test:device": "ember test"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.5",
"@ember/optional-features": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.3.0",
"@embroider/broccoli-side-watch": "0.0.2-unstable.ba9fd29",
"@embroider/compat": "^3.4.8",
"@embroider/core": "^3.4.8",
"@embroider/macros": "^1.16.0",
"@embroider/router": "^2.1.6",
"@embroider/compat": "^3.5.0",
"@embroider/core": "^3.4.9",
"@embroider/macros": "^1.16.1",
"@embroider/router": "^2.1.7",
"@embroider/webpack": "^4.0.0",
"@glimmer/component": "^1.1.2",
"@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",
"@percy/cli": "^1.28.3",
"@percy/cli": "^1.28.6",
"@percy/ember": "^4.2.0",
"@shared-configs/ember-template-lint": "workspace:*",
"@shared-configs/eslint-config-ember": "workspace:*",
Expand All @@ -78,7 +78,7 @@
"ember-a11y-refocus": "^3.0.2",
"ember-a11y-testing": "^6.1.1",
"ember-auto-import": "^2.7.2",
"ember-cli": "~5.8.0",
"ember-cli": "~5.8.1",
"ember-cli-app-version": "^6.0.1",
"ember-cli-babel": "^8.2.0",
"ember-cli-clean-css": "^3.0.0",
Expand All @@ -95,20 +95,20 @@
"ember-resolver": "^11.0.1",
"ember-source": "~5.8.0",
"ember-svg-jar": "^2.4.9",
"ember-template-imports": "^4.1.0",
"ember-template-imports": "^4.1.1",
"ember-template-lint": "^6.0.0",
"ember-test-selectors": "^6.0.0",
"ember-truth-helpers": "^4.0.3",
"embroider-css-modules": "^2.0.5",
"embroider-css-modules": "^2.0.7",
"eslint": "^8.57.0",
"loader.js": "^4.7.0",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"prettier": "^3.2.5",
"qunit": "^2.20.1",
"qunit-dom": "^3.1.1",
"stylelint": "^16.3.1",
"type-css-modules": "^1.0.8",
"qunit-dom": "^3.1.2",
"stylelint": "^16.5.0",
"type-css-modules": "^1.0.10",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
},
Expand Down
14 changes: 7 additions & 7 deletions ember-container-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@
"test": "echo 'A v2 addon does not have tests, run tests in test-app'"
},
"dependencies": {
"@embroider/addon-shim": "^1.8.7",
"decorator-transforms": "^1.2.1",
"@embroider/addon-shim": "^1.8.8",
"decorator-transforms": "^2.0.0",
"ember-element-helper": "^0.8.6",
"ember-modifier": "^3.2.7 || ^4.1.0",
"ember-resize-observer-service": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/plugin-transform-typescript": "^7.24.4",
"@babel/runtime": "^7.24.4",
"@babel/core": "^7.24.5",
"@babel/plugin-transform-typescript": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@embroider/addon-dev": "^4.3.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
Expand All @@ -93,12 +93,12 @@
"@types/ember__owner": "^4.0.9",
"@types/ember__runloop": "^4.0.10",
"@types/ember__service": "^4.0.9",
"babel-plugin-ember-template-compilation": "^2.2.2",
"babel-plugin-ember-template-compilation": "^2.2.5",
"concurrently": "^8.2.2",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"rollup": "^4.16.1",
"rollup": "^4.17.2",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.4.5"
},
Expand Down
Loading

0 comments on commit bee76e3

Please sign in to comment.