From 09becd2ae9c83e748f0e1a0312ab57b8001ab451 Mon Sep 17 00:00:00 2001 From: Sibiraj Date: Mon, 25 Jul 2022 18:15:39 +0530 Subject: [PATCH] build(deps): update floating-ui to v1 --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 4 ++-- projects/ngx-editor/package.json | 4 ++-- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e407ddb..46fe0722 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,8 +29,8 @@ "@codemirror/lang-javascript": "^6.0.2", "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", - "@floating-ui/core": "^0.7.3", - "@floating-ui/dom": "^0.5.4", + "@floating-ui/core": "^1.0.0", + "@floating-ui/dom": "^1.0.0", "@types/jasmine": "~4.0.0", "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7", @@ -3308,18 +3308,18 @@ } }, "node_modules/@floating-ui/core": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-0.7.3.tgz", - "integrity": "sha512-buc8BXHmG9l82+OQXOFU3Kr2XQx9ys01U/Q9HMIrZ300iLc8HLMgh7dcCqgYzAzf4BkoQvDcXf5Y+CuEZ5JBYg==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.0.0.tgz", + "integrity": "sha512-sm3nW0hHAxTv3gRDdCH8rNVQxijF+qPFo5gAeXCErRjKC7Qc28lIQ3R9Vd7Gw+KgwfA7RhRydDFuGeI0peGq7A==", "dev": true }, "node_modules/@floating-ui/dom": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-0.5.4.tgz", - "integrity": "sha512-419BMceRLq0RrmTSDxn8hf9R3VCJv2K9PUfugh5JyEFmdjzDo+e8U5EdR8nzKq8Yj1htzLm3b6eQEEam3/rrtg==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.0.0.tgz", + "integrity": "sha512-PMqJvY5Fae8HVQgUqM+lidprS6p9LSvB0AUhCdYKqr3YCaV+WaWCeVNBtXPRY2YIdrgcsL2+vd5F07FxgihHUw==", "dev": true, "dependencies": { - "@floating-ui/core": "^0.7.3" + "@floating-ui/core": "^1.0.0" } }, "node_modules/@gar/promisify": { @@ -20102,18 +20102,18 @@ } }, "@floating-ui/core": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-0.7.3.tgz", - "integrity": "sha512-buc8BXHmG9l82+OQXOFU3Kr2XQx9ys01U/Q9HMIrZ300iLc8HLMgh7dcCqgYzAzf4BkoQvDcXf5Y+CuEZ5JBYg==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.0.0.tgz", + "integrity": "sha512-sm3nW0hHAxTv3gRDdCH8rNVQxijF+qPFo5gAeXCErRjKC7Qc28lIQ3R9Vd7Gw+KgwfA7RhRydDFuGeI0peGq7A==", "dev": true }, "@floating-ui/dom": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-0.5.4.tgz", - "integrity": "sha512-419BMceRLq0RrmTSDxn8hf9R3VCJv2K9PUfugh5JyEFmdjzDo+e8U5EdR8nzKq8Yj1htzLm3b6eQEEam3/rrtg==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.0.0.tgz", + "integrity": "sha512-PMqJvY5Fae8HVQgUqM+lidprS6p9LSvB0AUhCdYKqr3YCaV+WaWCeVNBtXPRY2YIdrgcsL2+vd5F07FxgihHUw==", "dev": true, "requires": { - "@floating-ui/core": "^0.7.3" + "@floating-ui/core": "^1.0.0" } }, "@gar/promisify": { diff --git a/package.json b/package.json index c6337059..e2b49222 100644 --- a/package.json +++ b/package.json @@ -55,8 +55,8 @@ "@codemirror/lang-javascript": "^6.0.2", "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", - "@floating-ui/core": "^0.7.3", - "@floating-ui/dom": "^0.5.4", + "@floating-ui/core": "^1.0.0", + "@floating-ui/dom": "^1.0.0", "@types/jasmine": "~4.0.0", "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7", diff --git a/projects/ngx-editor/package.json b/projects/ngx-editor/package.json index 94f6c80d..ac3c42fd 100644 --- a/projects/ngx-editor/package.json +++ b/projects/ngx-editor/package.json @@ -21,8 +21,8 @@ "rxjs": ">=7.5.0" }, "dependencies": { - "@floating-ui/core": "0.7.3", - "@floating-ui/dom": "0.5.4", + "@floating-ui/core": "1.0.0", + "@floating-ui/dom": "1.0.0", "prosemirror-commands": "1.3.0", "prosemirror-history": "1.3.0", "prosemirror-inputrules":"1.2.0",