From 1c976daee9651bbc2d56e2e1a2e67d1bc13cf59f Mon Sep 17 00:00:00 2001 From: Mauricio Date: Thu, 29 Dec 2022 06:43:09 -0600 Subject: [PATCH] chore(docs): bump rippleui version --- docs/package-lock.json | 33 +++++++-------------------------- docs/package.json | 2 +- 2 files changed, 8 insertions(+), 27 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 79ef79f..07e802c 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -27,7 +27,7 @@ "prism-react-renderer": "^1.3.5", "react": "18.2.0", "react-dom": "18.2.0", - "rippleui": "^1.3.3", + "rippleui": "^1.3.4-alpha.0", "typescript": "4.9.3" }, "devDependencies": { @@ -2057,19 +2057,6 @@ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", @@ -4754,9 +4741,9 @@ } }, "node_modules/rippleui": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/rippleui/-/rippleui-1.3.3.tgz", - "integrity": "sha512-54WH1kZIO/CRZzhGsMnfGEwQhW5rX6+ZdAXvj4caqZHCsABofIval8lnYUld8a6tQbSS4LH9ZfmLItTZYl0Uag==", + "version": "1.3.4-alpha.0", + "resolved": "https://registry.npmjs.org/rippleui/-/rippleui-1.3.4-alpha.0.tgz", + "integrity": "sha512-ZZtVj42MQSR1TQ6uRtnyzzrM7BS6UFz/Lcqx7y3Oy7/GTBveqSpe3cesK7CoHmCRNSmMAP0bpGAVvDQJsD6cDA==", "dependencies": { "@types/postcss-js": "^4.0.0", "postcss": "^8.4.19", @@ -6941,12 +6928,6 @@ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "optional": true - }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", @@ -8668,9 +8649,9 @@ } }, "rippleui": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/rippleui/-/rippleui-1.3.3.tgz", - "integrity": "sha512-54WH1kZIO/CRZzhGsMnfGEwQhW5rX6+ZdAXvj4caqZHCsABofIval8lnYUld8a6tQbSS4LH9ZfmLItTZYl0Uag==", + "version": "1.3.4-alpha.0", + "resolved": "https://registry.npmjs.org/rippleui/-/rippleui-1.3.4-alpha.0.tgz", + "integrity": "sha512-ZZtVj42MQSR1TQ6uRtnyzzrM7BS6UFz/Lcqx7y3Oy7/GTBveqSpe3cesK7CoHmCRNSmMAP0bpGAVvDQJsD6cDA==", "requires": { "@types/postcss-js": "^4.0.0", "postcss": "^8.4.19", diff --git a/docs/package.json b/docs/package.json index 0fa838f..068e7b2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -29,7 +29,7 @@ "prism-react-renderer": "^1.3.5", "react": "18.2.0", "react-dom": "18.2.0", - "rippleui": "^1.3.3", + "rippleui": "^1.3.4-alpha.0", "typescript": "4.9.3" }, "devDependencies": {