From 0fb9ac5d2e9f7835108f0ca8869a8ca26bf8e1cc Mon Sep 17 00:00:00 2001 From: Dima Velychko Date: Fri, 27 Sep 2024 14:38:51 +0300 Subject: [PATCH] doc: modify pro pricing page (#3160) --- doc/website/package-lock.json | 8 ++++---- doc/website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/website/package-lock.json b/doc/website/package-lock.json index 694ea349b71..85b611e92ea 100644 --- a/doc/website/package-lock.json +++ b/doc/website/package-lock.json @@ -8,7 +8,7 @@ "name": "website", "version": "0.0.0", "dependencies": { - "@ariga/atlas-website": "^0.0.66", + "@ariga/atlas-website": "^0.0.67", "@docusaurus/core": "^2.0.0-rc.1", "@docusaurus/plugin-client-redirects": "^2.4.1", "@docusaurus/plugin-ideal-image": "^2.4.1", @@ -435,9 +435,9 @@ } }, "node_modules/@ariga/atlas-website": { - "version": "0.0.66", - "resolved": "https://registry.npmjs.org/@ariga/atlas-website/-/atlas-website-0.0.66.tgz", - "integrity": "sha512-74jfV29d3L1W9PW4eQfpxRIKdQZnZuatCXkweeR9D4tzsS1kQ8Vuuh/RXKcDk8TaH7UK5seQFOpI+fQQaNTIgw==", + "version": "0.0.67", + "resolved": "https://registry.npmjs.org/@ariga/atlas-website/-/atlas-website-0.0.67.tgz", + "integrity": "sha512-a0reFrNS2Nd1XtPHAmGsw+/1+onnWf8JDPtK/5qDLrpHlLDROCfeN3ASTNmzONRs3ofGppSdmnAr5yMEU9Sc/A==", "dependencies": { "@amplitude/analytics-browser": "^1.9.4", "@types/amplitude-js": "^8.16.2", diff --git a/doc/website/package.json b/doc/website/package.json index 63ac77634c2..8e53f59f8fc 100644 --- a/doc/website/package.json +++ b/doc/website/package.json @@ -16,7 +16,7 @@ "invalidate-cdn": "aws cloudfront create-invalidation --distribution-id E3VOJYSV9YO33D --paths \"/*\"" }, "dependencies": { - "@ariga/atlas-website": "^0.0.66", + "@ariga/atlas-website": "^0.0.67", "@docusaurus/core": "^2.0.0-rc.1", "@docusaurus/plugin-client-redirects": "^2.4.1", "@docusaurus/plugin-ideal-image": "^2.4.1",