Skip to content

Commit

Permalink
up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryD committed Aug 13, 2024
1 parent 8ec3d3c commit 7c907fa
Show file tree
Hide file tree
Showing 6 changed files with 3,276 additions and 4,029 deletions.
58 changes: 29 additions & 29 deletions doc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,29 @@
"postpack": "ember ts:clean"
},
"dependencies": {
"@babel/core": "^7.24.0",
"ember-auto-import": "~2.7.2",
"@babel/core": "^7.25.2",
"ember-auto-import": "~2.7.4",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@ember/optional-features": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.3.0",
"@embroider/compat": "^3.4.6",
"@embroider/core": "^3.4.6",
"@ember/test-helpers": "^3.3.1",
"@embroider/compat": "^3.6.0",
"@embroider/core": "^3.4.14",
"@embroider/test-setup": "^3.0.3",
"@embroider/webpack": "^3.2.2",
"@embroider/webpack": "^3.2.3",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/template": "^1.3.0",
"@glint/template": "^1.4.0",
"@triptyk/ember-input": "workspace:*",
"@triptyk/ember-input-validation": "workspace:*",
"@triptyk/ember-ui": "workspace:*",
"@tsconfig/ember": "^3.0.5",
"@typescript-eslint/parser": "^7.2.0",
"@tsconfig/ember": "^3.0.8",
"@typescript-eslint/parser": "^7.18.0",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.2",
"ember-a11y-testing": "6.1.1",
Expand All @@ -68,45 +68,45 @@
"ember-cli-deploy-git": "^1.3.4",
"ember-cli-deploy-git-ci": "^1.0.1",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-page-object": "^2.2.3",
"ember-cli-page-object": "^2.3.0",
"ember-cli-postcss": "~8.2.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-concurrency": "^4.0.1",
"ember-data": "~5.3.3",
"ember-concurrency": "^4.0.2",
"ember-data": "~5.3.8",
"ember-flatpickr": "~7.1.0",
"ember-immer-changeset": "~1.0.2",
"ember-intl": "~6.5.3",
"ember-intl": "~6.5.5",
"ember-load-initializers": "^2.1.2",
"ember-page-title": "^8.2.2",
"ember-qunit": "^8.0.2",
"ember-qunit": "^8.1.0",
"ember-resolver": "^11.0.1",
"ember-source": "~5.7.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.13.0",
"ember-try": "^3.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.0.2",
"eslint-plugin-ember": "^12.1.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.1",
"flatpickr": "^4.6.13",
"focus-trap": "^7.5.4",
"loader.js": "^4.7.0",
"msw": "^1.3.2",
"postcss": "~8.4.35",
"msw": "^1.3.3",
"postcss": "~8.4.41",
"postcss-import": "~16.0.1",
"prettier": "^3.2.5",
"qunit": "^2.20.1",
"qunit-dom": "^3.0.0",
"prettier": "^3.3.3",
"qunit": "^2.21.1",
"qunit-dom": "^3.2.0",
"rsvp": "^4.8.5",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^5.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"webpack": "^5.90.3",
"stylelint": "^16.8.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"yup": "~1.4.0"
},
"peerDependencies": {
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@
"start:ui": "pnpm --filter @triptyk/ember-ui start",
"start:test-app": "pnpm --filter doc-app start"
},
"pnpm": {
"overrides": {
"ember-concurrency": "4.0.2"
}
},
"repository": {
"url": "[email protected]:TRIPTYK/ember-common-ui.git"
},
"devDependencies": {
"concurrently": "^8.2.2",
"lerna": "^8.1.2"
"lerna": "^8.1.8"
}
}
50 changes: 25 additions & 25 deletions packages/ember-input-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,54 +48,54 @@
"test": "echo 'A v2 addon does not have tests, run tests in test-app'"
},
"dependencies": {
"@babel/core": "^7.24.0",
"@embroider/addon-shim": "^1.0.0",
"@babel/core": "^7.25.2",
"@embroider/addon-shim": "^1.8.9",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"ember-concurrency": "~4.0.1",
"ember-concurrency": "~4.0.2",
"ember-modifier": "~4.1.0",
"ember-test-selectors": "~6.0.0",
"yup": "~1.4.0"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@babel/plugin-transform-class-static-block": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@glint/core": "^1.3.0",
"@glint/environment-ember-loose": "^1.3.0",
"@glint/environment-ember-template-imports": "^1.3.0",
"@glint/template": "^1.3.0",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-class-static-block": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/runtime": "^7.25.0",
"@embroider/addon-dev": "^4.3.1",
"@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",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@triptyk/ember-input": "workspace:*",
"@tsconfig/ember": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"babel-plugin-ember-template-compilation": "^2.2.0",
"@tsconfig/ember": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"babel-plugin-ember-template-compilation": "^2.2.5",
"concurrently": "^8.2.2",
"ember-immer-changeset": "~1.0.2",
"ember-source": "~5.7.0",
"ember-template-imports": "^4.1.0",
"ember-template-imports": "^4.1.1",
"ember-template-lint": "^5.13.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.0.2",
"eslint-plugin-ember": "^12.1.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "^2.0.0",
"rollup": "^4.13.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"prettier-plugin-ember-template-tag": "^2.0.2",
"rollup": "^4.20.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-glimmer-template-tag": "^0.4.1",
"rollup-plugin-ts": "^3.4.5",
"rsvp": "^4.8.5",
"type-fest": "^4.12.0",
"typescript": "^5.4.2",
"webpack": "^5.90.3"
"type-fest": "^4.24.0",
"typescript": "^5.5.4",
"webpack": "^5.93.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
50 changes: 25 additions & 25 deletions packages/ember-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,56 +52,56 @@
},
"dependencies": {
"@ember/render-modifiers": "~2.1.0",
"@embroider/addon-shim": "^1.0.0",
"@embroider/addon-shim": "^1.8.9",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"ember-click-outside": "^6.1.0",
"ember-concurrency": "^4.0.1",
"ember-concurrency": "^4.0.2",
"ember-modifier": "~4.1.0",
"ember-test-selectors": "~6.0.0",
"focus-trap": "^7.5.4",
"imask": "~7.5.0",
"tracked-built-ins": "~3.3.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@babel/plugin-transform-class-static-block": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@glint/core": "^1.3.0",
"@glint/environment-ember-loose": "^1.3.0",
"@glint/environment-ember-template-imports": "^1.3.0",
"@glint/template": "^1.3.0",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-class-static-block": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/runtime": "^7.25.0",
"@embroider/addon-dev": "^4.3.1",
"@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",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@tsconfig/ember": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"babel-plugin-ember-template-compilation": "^2.2.0",
"@tsconfig/ember": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"babel-plugin-ember-template-compilation": "^2.2.5",
"concurrently": "^8.2.2",
"ember-flatpickr": "~7.1.0",
"ember-source": "~5.7.0",
"ember-template-imports": "^4.1.0",
"ember-template-imports": "^4.1.1",
"ember-template-lint": "^5.13.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.0.2",
"eslint-plugin-ember": "^12.1.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"flatpickr": "^4.6.13",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "^2.0.0",
"rollup": "^4.13.0",
"prettier": "^3.3.3",
"prettier-plugin-ember-template-tag": "^2.0.2",
"rollup": "^4.20.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-glimmer-template-tag": "^0.4.1",
"rollup-plugin-ts": "^3.4.5",
"rsvp": "^4.8.5",
"type-fest": "^4.12.0",
"typescript": "^5.4.2",
"webpack": "^5.90.3"
"type-fest": "^4.24.0",
"typescript": "^5.5.4",
"webpack": "^5.93.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
54 changes: 27 additions & 27 deletions packages/ember-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"test": "echo 'A v2 addon does not have tests, run tests in test-app'"
},
"dependencies": {
"@babel/core": "^7.24.0",
"@babel/core": "^7.25.2",
"@ember/render-modifiers": "~2.1.0",
"@ember/string": "^3.1.1",
"@ember/test-waiters": "^3.0.2",
"@embroider/addon-shim": "^1.0.0",
"@embroider/addon-shim": "^1.8.9",
"@glimmer/component": "^1.1.2",
"ember-click-outside": "^6.1.0",
"ember-intl": "~6.5.3",
"ember-intl": "~6.5.5",
"ember-modifier": "~4.1.0",
"ember-test-selectors": "6.0.0",
"ember-yeti-table": "~2.0.0",
Expand All @@ -69,44 +69,44 @@
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@babel/plugin-transform-class-static-block": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-class-static-block": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/runtime": "^7.25.0",
"@embroider/addon-dev": "^4.3.1",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.3.0",
"@glint/environment-ember-loose": "^1.3.0",
"@glint/environment-ember-template-imports": "^1.3.0",
"@glint/template": "^1.3.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",
"@rollup/plugin-babel": "^6.0.4",
"@types/ember-data": "4.4.16",
"@types/ember-data__store": "4.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@triptyk/ember-input": "workspace:*",
"@tsconfig/ember": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"babel-plugin-ember-template-compilation": "^2.2.0",
"@tsconfig/ember": "^3.0.8",
"@types/ember-data": "4.4.16",
"@types/ember-data__store": "4.0.7",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"babel-plugin-ember-template-compilation": "^2.2.5",
"concurrently": "^8.2.2",
"ember-data": "~5.3.3",
"ember-data": "~5.3.8",
"ember-source": "~5.7.0",
"ember-template-imports": "^4.1.0",
"ember-template-imports": "^4.1.1",
"ember-template-lint": "^5.13.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.0.2",
"eslint-plugin-ember": "^12.1.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "^2.0.0",
"rollup": "^4.13.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"prettier-plugin-ember-template-tag": "^2.0.2",
"rollup": "^4.20.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-glimmer-template-tag": "^0.4.1",
"rollup-plugin-ts": "^3.4.5",
"rsvp": "^4.8.5",
"typescript": "^5.4.2",
"webpack": "^5.90.3"
"typescript": "^5.5.4",
"webpack": "^5.93.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
Loading

0 comments on commit 7c907fa

Please sign in to comment.