From 31ccc9515d535d5efcf3e32f52b677f68f0fa42d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 05:19:36 +0000 Subject: [PATCH 01/10] Bump react-sticky-el from 2.0.9 to 2.1.0 Bumps [react-sticky-el](https://github.com/gm0t/react-sticky-el) from 2.0.9 to 2.1.0. - [Commits](https://github.com/gm0t/react-sticky-el/commits) --- updated-dependencies: - dependency-name: react-sticky-el dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 370b01ad8..16beae733 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-process-string": "^1.2.0", "react-select": "^5.8.0", "react-smooth-collapse": "^2.1.2", - "react-sticky-el": "^2.0.9", + "react-sticky-el": "^2.1.0", "remark-frontmatter": "^3.0.0", "remark-slug": "^6.1.0", "sharp": "^0.31.1", diff --git a/yarn.lock b/yarn.lock index ebd01ab1d..2e16d1e8e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12596,10 +12596,10 @@ react-smooth-collapse@^2.1.2: "@babel/runtime" "^7.0.0" prop-types "^15.6.0" -react-sticky-el@^2.0.9: - version "2.0.9" - resolved "https://registry.yarnpkg.com/react-sticky-el/-/react-sticky-el-2.0.9.tgz#8cfd17f073c8c116d7c15d2a23156b5e8e372bd9" - integrity sha512-JFjFWlaB7gn5bszZlRQ/VKxK3zHiViJdn0EhQ/6WImun5Xbx3OMUX2rirr0QLSEo27dwvoSE4HkIFr30QAScfg== +react-sticky-el@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/react-sticky-el/-/react-sticky-el-2.1.0.tgz#d58da1a333a9cabc264c11912338d986bbe31715" + integrity sha512-oo+a2GedF4QMfCfm20e9gD+RuuQp/ngvwGMUXAXpST+h4WnmKhuv7x6MQ4X/e3AHiLYgE0zDyJo1Pzo8m51KpA== react-transition-group@^4.3.0: version "4.4.1" From 206d6f4160726df661e056922f823f28059b07e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 05:24:07 +0000 Subject: [PATCH 02/10] Bump @babel/plugin-syntax-jsx from 7.22.5 to 7.23.3 Bumps [@babel/plugin-syntax-jsx](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-jsx) from 7.22.5 to 7.23.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-plugin-syntax-jsx) --- updated-dependencies: - dependency-name: "@babel/plugin-syntax-jsx" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 370b01ad8..df7224ca5 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ }, "devDependencies": { "@babel/eslint-plugin": "^7.19.1", - "@babel/plugin-syntax-jsx": "^7.22.5", + "@babel/plugin-syntax-jsx": "^7.23.3", "babel-eslint": "^10.1.0", "eslint": "^7.25.0", "eslint-config-react-app": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index ebd01ab1d..bb234605c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -984,10 +984,10 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-syntax-jsx@^7.12.13", "@babel/plugin-syntax-jsx@^7.14.5", "@babel/plugin-syntax-jsx@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz#a6b68e84fb76e759fc3b93e901876ffabbe1d918" - integrity sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg== +"@babel/plugin-syntax-jsx@^7.12.13", "@babel/plugin-syntax-jsx@^7.14.5", "@babel/plugin-syntax-jsx@^7.23.3": + version "7.23.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz#8f2e4f8a9b5f9aa16067e142c1ac9cd9f810f473" + integrity sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg== dependencies: "@babel/helper-plugin-utils" "^7.22.5" From 0e08b7b4e86da03504e3941a1bb7dbc02ca19ebe Mon Sep 17 00:00:00 2001 From: notthere-2023 <149957229+notthere-2023@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:47:56 +0800 Subject: [PATCH 03/10] Create UI.json --- content/cn/UI.json | 59 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 content/cn/UI.json diff --git a/content/cn/UI.json b/content/cn/UI.json new file mode 100644 index 000000000..fd1b82a19 --- /dev/null +++ b/content/cn/UI.json @@ -0,0 +1,59 @@ +{ + "Bug_Report": "Report a Bug", + "Go_Back": "Go back", + "Language": "English", + "Flag": "🇺🇸", + "Search": "Search", + "No_Results": "No results for '{{query}}'", + "Home": "Home", + "Previous": "Previous", + "Next": "Next", + "Page_Language_Selector": "Page Language Selector", + "Available_Languages": "Available Languages", + "LANGUAGES": "LANGUAGES", + "Available_Languages_none": "No Available Languages", + "Need_Another_Language": "Need another language?", + "Join_translation_team": "Join translation team", + "Translations": "Translations", + "Back_To_Main_Menu": "Back to Main Menu", + "aria_FooterLogo": "Kernel Footer Logo", + "aria_GithubIcon": "Github", + "aria_TwitterIcon": "Twitter", + "aria_YoutubeIcon": "Youtube", + "aria_ExternalWebsite": "External Website", + "kernel_icon": "Kernel", + "Chat": "Chat", + "Love": "Love", + "NotFoundPage": { + "seoTitle": "404 Page Not Found", + "line_1": "Uh oh, the page you're looking for doesn't exist.", + "line_2": "We've moved some things around recently.", + "line_3": "Think something's broken on our end?" + }, + "Footer": { + "About": "About", + "What is Kernel?": "What is Kernel?", + "How to use this site": "How to use this site", + "Principles": "Principles", + "Blog": "Blog", + "FAQs": "FAQs", + "Participate": "Participate", + "Learn": "Learn", + "Build": "Build", + "Resources": "Resources", + "Contribute": "Contribute", + "Contact": "Contact", + "Technical Care": "Technical Care", + "Privacy Policy": "Privacy Policy", + "Terms of Service": "Terms of Service" + }, + "Blog": "Blog", + "Back_To_Blog": "Back to Blog", + "Blog_Language_Selector": "Blog Language Selector", + "editorial": "Editorial", + "community": "Community", + "governance": "Governance", + "Community_Blog": "Kernel Community Blog", + "Latest_In": "Latest In ", + "See_More_Posts": "See More Posts" +} From d7ed3523b53e1445c4d875ea2189e328ea3da1a4 Mon Sep 17 00:00:00 2001 From: notthere-2023 <149957229+notthere-2023@users.noreply.github.com> Date: Sat, 16 Dec 2023 00:10:39 +0800 Subject: [PATCH 04/10] Update UI.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 中文 --- content/cn/UI.json | 94 +++++++++++++++++++++++----------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/content/cn/UI.json b/content/cn/UI.json index fd1b82a19..1ae139a90 100644 --- a/content/cn/UI.json +++ b/content/cn/UI.json @@ -1,59 +1,59 @@ { - "Bug_Report": "Report a Bug", - "Go_Back": "Go back", - "Language": "English", - "Flag": "🇺🇸", - "Search": "Search", - "No_Results": "No results for '{{query}}'", - "Home": "Home", - "Previous": "Previous", - "Next": "Next", - "Page_Language_Selector": "Page Language Selector", - "Available_Languages": "Available Languages", - "LANGUAGES": "LANGUAGES", - "Available_Languages_none": "No Available Languages", - "Need_Another_Language": "Need another language?", - "Join_translation_team": "Join translation team", - "Translations": "Translations", - "Back_To_Main_Menu": "Back to Main Menu", - "aria_FooterLogo": "Kernel Footer Logo", + "Bug_Report": "报告错误", + "Go_Back": "返回", + "Language": "简体中文", + "Flag": CN", + "Search": "搜索", + "No_Results": "没有找到关于 '{{query}}' 的结果", + "Home": "首页", + "Previous": "上一页", + "Next": "下一页", + "Page_Language_Selector": "页面语言选择器", + "Available_Languages": "已有语言", + "LANGUAGES": "语言", + "Available_Languages_none": "无可用语言", + "Need_Another_Language": "需要其他语言?", + "Join_translation_team": "加入翻译团队", + "Translations": "翻译", + "Back_To_Main_Menu": "返回主菜单", + "aria_FooterLogo": "Kernel 页脚标志", "aria_GithubIcon": "Github", "aria_TwitterIcon": "Twitter", "aria_YoutubeIcon": "Youtube", - "aria_ExternalWebsite": "External Website", + "aria_ExternalWebsite": "外部网站", "kernel_icon": "Kernel", "Chat": "Chat", "Love": "Love", "NotFoundPage": { - "seoTitle": "404 Page Not Found", - "line_1": "Uh oh, the page you're looking for doesn't exist.", - "line_2": "We've moved some things around recently.", - "line_3": "Think something's broken on our end?" + "seoTitle": "404 页面未找到", + "line_1": "哎呀,你查找的页面不存在。", + "line_2": "我们最近调整了一些内容布局。", + "line_3": "觉得是我们这边出问题了吗?" }, "Footer": { - "About": "About", - "What is Kernel?": "What is Kernel?", - "How to use this site": "How to use this site", - "Principles": "Principles", - "Blog": "Blog", - "FAQs": "FAQs", - "Participate": "Participate", - "Learn": "Learn", - "Build": "Build", - "Resources": "Resources", - "Contribute": "Contribute", - "Contact": "Contact", - "Technical Care": "Technical Care", - "Privacy Policy": "Privacy Policy", - "Terms of Service": "Terms of Service" + "About": "关于", + "What is Kernel?": "什么是 Kernel?", + "How to use this site": "如何使用本网站", + "Principles": "原则", + "Blog": "博客", + "FAQs": "常见问题", + "Participate": "参与", + "Learn": "学习", + "Build": "构建", + "Resources": "资源", + "Contribute": "贡献", + "Contact": "联系", + "Technical Care": "技术支持", + "Privacy Policy": "隐私政策", + "Terms of Service": "服务条款" }, - "Blog": "Blog", - "Back_To_Blog": "Back to Blog", - "Blog_Language_Selector": "Blog Language Selector", - "editorial": "Editorial", - "community": "Community", - "governance": "Governance", - "Community_Blog": "Kernel Community Blog", - "Latest_In": "Latest In ", - "See_More_Posts": "See More Posts" + "Blog": "博客", + "Back_To_Blog": "返回博客", + "Blog_Language_Selector": "博客语言选择器", + "editorial": "社论", + "community": "社区", + "governance": "治理", + "Community_Blog": "Kernel 社区博客", + "Latest_In": "最新 ", + "See_More_Posts": "查看更多文章" } From 152467a92544745de3e322b13fc98f4bd100dc01 Mon Sep 17 00:00:00 2001 From: notthere-2023 <149957229+notthere-2023@users.noreply.github.com> Date: Sat, 16 Dec 2023 00:11:18 +0800 Subject: [PATCH 05/10] Update UI.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 中文 --- content/cn/UI.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cn/UI.json b/content/cn/UI.json index 1ae139a90..da13e3ebc 100644 --- a/content/cn/UI.json +++ b/content/cn/UI.json @@ -2,7 +2,7 @@ "Bug_Report": "报告错误", "Go_Back": "返回", "Language": "简体中文", - "Flag": CN", + "Flag": "CN", "Search": "搜索", "No_Results": "没有找到关于 '{{query}}' 的结果", "Home": "首页", From 690a862a9e12af0d317bc53bf9a84252603191db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 05:51:47 +0000 Subject: [PATCH 06/10] Bump html-react-parser from 3.0.15 to 5.0.11 Bumps [html-react-parser](https://github.com/remarkablemark/html-react-parser) from 3.0.15 to 5.0.11. - [Release notes](https://github.com/remarkablemark/html-react-parser/releases) - [Changelog](https://github.com/remarkablemark/html-react-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/remarkablemark/html-react-parser/compare/v3.0.15...v5.0.11) --- updated-dependencies: - dependency-name: html-react-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 88 +++++++++++++++++++++++++++++----------------------- 2 files changed, 50 insertions(+), 40 deletions(-) diff --git a/package.json b/package.json index 370b01ad8..7d9de8383 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "gatsby-transformer-json": "^3.14.0", "gatsby-transformer-remark": "^4.11.0", "gatsby-transformer-sharp": "^3.15.0", - "html-react-parser": "^3.0.15", + "html-react-parser": "^5.0.11", "immer": "^10.0.2", "lodash": "^4.17.21", "lodash.debounce": "^4.0.8", diff --git a/yarn.lock b/yarn.lock index ebd01ab1d..7743b7dbe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5951,7 +5951,7 @@ domelementtype@^2.3.0: resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d" integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw== -domhandler@5.0.3, domhandler@^5.0.1, domhandler@^5.0.2, domhandler@^5.0.3: +domhandler@5.0.3, domhandler@^5.0.2, domhandler@^5.0.3: version "5.0.3" resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz#cc385f7f751f1d1fc650c21374804254538c7d31" integrity sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w== @@ -6013,14 +6013,14 @@ domutils@^2.7.0: domelementtype "^2.2.0" domhandler "^4.2.0" -domutils@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.0.1.tgz#696b3875238338cb186b6c0612bd4901c89a4f1c" - integrity sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q== +domutils@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.1.0.tgz#c47f551278d3dc4b0b1ab8cbb42d751a6f0d824e" + integrity sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA== dependencies: dom-serializer "^2.0.0" domelementtype "^2.3.0" - domhandler "^5.0.1" + domhandler "^5.0.3" dot-case@^2.1.0: version "2.1.1" @@ -6199,11 +6199,16 @@ entities@^2.0.0: resolved "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz" integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== -entities@^4.2.0, entities@^4.4.0: +entities@^4.2.0: version "4.4.0" resolved "https://registry.yarnpkg.com/entities/-/entities-4.4.0.tgz#97bdaba170339446495e653cfd2db78962900174" integrity sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA== +entities@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" + integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== + envinfo@^7.7.3: version "7.8.1" resolved "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz" @@ -8791,13 +8796,13 @@ hosted-git-info@^3.0.6: dependencies: lru-cache "^6.0.0" -html-dom-parser@3.1.7: - version "3.1.7" - resolved "https://registry.yarnpkg.com/html-dom-parser/-/html-dom-parser-3.1.7.tgz#89debae290d1117ad98a174264bb478dce3f3e74" - integrity sha512-cDgNF4YgF6J3H+d9mcldGL19p0GzVdS3iGuDNzYWQpU47q3+IRM85X3Xo07E+nntF4ek4s78A9V24EwxlPTjig== +html-dom-parser@5.0.6: + version "5.0.6" + resolved "https://registry.yarnpkg.com/html-dom-parser/-/html-dom-parser-5.0.6.tgz#bc7ee4bbf508030d5326eab0800d67e2fcd7d586" + integrity sha512-6KSMOgxzAIZZ1Tcc6eNEfRFC/XE0+TiYaWanKNYKHSEQOtdxrR0t8ILKXNDcRea/WbIDltLUIP8mi/tw7dtFvQ== dependencies: domhandler "5.0.3" - htmlparser2 "8.0.2" + htmlparser2 "9.0.0" html-entities@^1.2.1: version "1.4.0" @@ -8809,30 +8814,30 @@ html-entities@^2.1.0: resolved "https://registry.npmjs.org/html-entities/-/html-entities-2.3.2.tgz" integrity sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ== -html-react-parser@^3.0.15: - version "3.0.15" - resolved "https://registry.yarnpkg.com/html-react-parser/-/html-react-parser-3.0.15.tgz#559bb181e4395ffd280ad96e8d4cf78cf08f582a" - integrity sha512-iM2KUVhNoeIsezbpO6xwOHlFqWH+EYaCGwWWeX7R+jvrgc+mbnuouWaCU8GZRRbPKDD0eJXPZwLoeGVft84QXw== +html-react-parser@^5.0.11: + version "5.0.11" + resolved "https://registry.yarnpkg.com/html-react-parser/-/html-react-parser-5.0.11.tgz#e056c787e512f181e9ae8ee56a29fd1001a1c1bb" + integrity sha512-TcLGDGMbVRbos09zwnom/QrLbd4PmNFhMEhlp2ZdHBboAuCuctRDqr8JU5aTyKzFKotdpSg8QkXVxVb5ZUU2Ag== dependencies: domhandler "5.0.3" - html-dom-parser "3.1.7" - react-property "2.0.0" - style-to-js "1.1.3" + html-dom-parser "5.0.6" + react-property "2.0.2" + style-to-js "1.1.10" html-void-elements@^1.0.0: version "1.0.5" resolved "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz" integrity sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w== -htmlparser2@8.0.2: - version "8.0.2" - resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-8.0.2.tgz#f002151705b383e62433b5cf466f5b716edaec21" - integrity sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA== +htmlparser2@9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-9.0.0.tgz#e431142b7eeb1d91672742dea48af8ac7140cddb" + integrity sha512-uxbSI98wmFT/G4P2zXx4OVx04qWUmyFPrD2/CNepa2Zo3GPNaCaaxElDgwUrwYWkK1nr9fft0Ya8dws8coDLLQ== dependencies: domelementtype "^2.3.0" domhandler "^5.0.3" - domutils "^3.0.1" - entities "^4.4.0" + domutils "^3.1.0" + entities "^4.5.0" htmlparser2@^3.10.1, htmlparser2@^3.9.1: version "3.10.1" @@ -9036,6 +9041,11 @@ inline-style-parser@0.1.1: resolved "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz" integrity sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q== +inline-style-parser@0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.2.2.tgz#d498b4e6de0373458fc610ff793f6b14ebf45633" + integrity sha512-EcKzdTHVe8wFVOGEYXiW9WmJXPjqi1T+234YpJr98RiFYKHV3cdy1+3mkTE+KHTHxFFLH51SfaGOoUdW+v7ViQ== + inquirer@^7.0.0: version "7.3.3" resolved "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz" @@ -12547,10 +12557,10 @@ react-process-string@^1.2.0: resolved "https://registry.npmjs.org/react-process-string/-/react-process-string-1.2.0.tgz" integrity sha512-+ExcVuECeALN6PTqj2XyjqkxzRdUmZv6bb15fjEMwzo9SbXzDzOr8R8RTwzPzQpCxiSGfqf3JPjOHGMiRuQ8Eg== -react-property@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/react-property/-/react-property-2.0.0.tgz#2156ba9d85fa4741faf1918b38efc1eae3c6a136" - integrity sha512-kzmNjIgU32mO4mmH5+iUyrqlpFQhF8K2k7eZ4fdLSOPFrD1XgEuSBv9LDEgxRXTMBqMd8ppT0x6TIzqE5pdGdw== +react-property@2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/react-property/-/react-property-2.0.2.tgz#d5ac9e244cef564880a610bc8d868bd6f60fdda6" + integrity sha512-+PbtI3VuDV0l6CleQMsx2gtK0JZbZKbpdu5ynr+lbsuvtmgbNcS3VM0tuY2QjFNOcWxvXeHjDpy42RO+4U2rug== react-query@4.0.0-beta.9: version "4.0.0-beta.9" @@ -14177,12 +14187,12 @@ style-loader@^2.0.0: loader-utils "^2.0.0" schema-utils "^3.0.0" -style-to-js@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/style-to-js/-/style-to-js-1.1.3.tgz#2012d75dc89bf400edc29c545ed61c8626b00184" - integrity sha512-zKI5gN/zb7LS/Vm0eUwjmjrXWw8IMtyA8aPBJZdYiQTXj4+wQ3IucOLIOnF7zCHxvW8UhIGh/uZh/t9zEHXNTQ== +style-to-js@1.1.10: + version "1.1.10" + resolved "https://registry.yarnpkg.com/style-to-js/-/style-to-js-1.1.10.tgz#ec20e1264ba11dc7f71b94b3a3a05566ed856e54" + integrity sha512-VC7MBJa+y0RZhpnLKDPmVRLRswsASLmixkiZ5R8xZpNT9VyjeRzwnXd2pBzAWdgSGv/pCNNH01gPCCUsB9exYg== dependencies: - style-to-object "0.4.1" + style-to-object "1.0.5" style-to-object@0.3.0, style-to-object@^0.3.0: version "0.3.0" @@ -14191,12 +14201,12 @@ style-to-object@0.3.0, style-to-object@^0.3.0: dependencies: inline-style-parser "0.1.1" -style-to-object@0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-0.4.1.tgz#53cf856f7cf7f172d72939d9679556469ba5de37" - integrity sha512-HFpbb5gr2ypci7Qw+IOhnP2zOU7e77b+rzM+wTzXzfi1PrtBCX0E7Pk4wL4iTLnhzZ+JgEGAhX81ebTg/aYjQw== +style-to-object@1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-1.0.5.tgz#5e918349bc3a39eee3a804497d97fcbbf2f0d7c0" + integrity sha512-rDRwHtoDD3UMMrmZ6BzOW0naTjMsVZLIjsGleSKS/0Oz+cgCfAPRspaqJuE8rDzpKha/nEvnM0IF4seEAZUTKQ== dependencies: - inline-style-parser "0.1.1" + inline-style-parser "0.2.2" style-value-types@5.0.0: version "5.0.0" From 8939385183f27dd3fd38a4d0e2e5f80190e93ee1 Mon Sep 17 00:00:00 2001 From: Siddhant Shrivastava Date: Thu, 18 Jan 2024 21:43:08 +0800 Subject: [PATCH 07/10] Update trust.mdx with working link from Vitalik's blog The original link is broken along with all the links on Vitalik's original website (vitalik.ca) --- content/en/learn/module-0/trust.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/learn/module-0/trust.mdx b/content/en/learn/module-0/trust.mdx index 2fccb6383..5db9c9911 100644 --- a/content/en/learn/module-0/trust.mdx +++ b/content/en/learn/module-0/trust.mdx @@ -64,7 +64,7 @@ it becomes to verify (and therefore trust) the systems we use. This implies that > 💡 Trust has something to do with truth. Publicly verifiable truth means more humans can reach consensus on the basic state of their -shared realities and get on transacting in increasingly valuable ways based on [new kinds and degrees of trust](https://vitalik.ca/general/2020/08/20/trust.html). +shared realities and get on transacting in increasingly valuable ways based on [new kinds and degrees of trust](https://vitalik.eth.limo/general/2020/08/20/trust.html). It's a **profound feedback loop**: use a universal language (math) to define succinctly what it means to cheat, enforce penalties in a deterministic and executable way based on your definitions From 7ebafaa8b79f831a2b0c54e13640899eb9ac271b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:45:41 +0000 Subject: [PATCH 08/10] Bump framer-motion from 6.5.1 to 11.0.3 Bumps [framer-motion](https://github.com/framer/motion) from 6.5.1 to 11.0.3. - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v6.5.1...v11.0.3) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 106 +++++---------------------------------------------- 2 files changed, 10 insertions(+), 98 deletions(-) diff --git a/package.json b/package.json index 7d9de8383..250ecc764 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "del": "^6.0.0", "dotenv": "^16.0.3", "ethers": "^5.6.8", - "framer-motion": "^6.5.1", + "framer-motion": "^11.0.3", "gatsby": "^3.14.6", "gatsby-image": "^3.11.0", "gatsby-plugin-alias-imports": "^1.0.5", diff --git a/yarn.lock b/yarn.lock index 7743b7dbe..9e56b7730 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2442,59 +2442,6 @@ resolved "https://registry.yarnpkg.com/@metamask/safe-event-emitter/-/safe-event-emitter-2.0.0.tgz#af577b477c683fad17c619a78208cede06f9605c" integrity sha512-/kSXhY692qiV1MXu6EeOZvg5nECLclxNXcKCxJ3cXQgYuRymRHpdx/t7JXfsK+JLjwA1e1c1/SBrlQYpusC29Q== -"@motionone/animation@^10.12.0": - version "10.14.0" - resolved "https://registry.yarnpkg.com/@motionone/animation/-/animation-10.14.0.tgz#2f2a3517183bb58d82e389aac777fe0850079de6" - integrity sha512-h+1sdyBP8vbxEBW5gPFDnj+m2DCqdlAuf2g6Iafb1lcMnqjsRXWlPw1AXgvUMXmreyhqmPbJqoNfIKdytampRQ== - dependencies: - "@motionone/easing" "^10.14.0" - "@motionone/types" "^10.14.0" - "@motionone/utils" "^10.14.0" - tslib "^2.3.1" - -"@motionone/dom@10.12.0": - version "10.12.0" - resolved "https://registry.yarnpkg.com/@motionone/dom/-/dom-10.12.0.tgz#ae30827fd53219efca4e1150a5ff2165c28351ed" - integrity sha512-UdPTtLMAktHiqV0atOczNYyDd/d8Cf5fFsd1tua03PqTwwCe/6lwhLSQ8a7TbnQ5SN0gm44N1slBfj+ORIhrqw== - dependencies: - "@motionone/animation" "^10.12.0" - "@motionone/generators" "^10.12.0" - "@motionone/types" "^10.12.0" - "@motionone/utils" "^10.12.0" - hey-listen "^1.0.8" - tslib "^2.3.1" - -"@motionone/easing@^10.14.0": - version "10.14.0" - resolved "https://registry.yarnpkg.com/@motionone/easing/-/easing-10.14.0.tgz#d8154b7f71491414f3cdee23bd3838d763fffd00" - integrity sha512-2vUBdH9uWTlRbuErhcsMmt1jvMTTqvGmn9fHq8FleFDXBlHFs5jZzHJT9iw+4kR1h6a4SZQuCf72b9ji92qNYA== - dependencies: - "@motionone/utils" "^10.14.0" - tslib "^2.3.1" - -"@motionone/generators@^10.12.0": - version "10.14.0" - resolved "https://registry.yarnpkg.com/@motionone/generators/-/generators-10.14.0.tgz#e05d9dd56da78a4b92db99185848a0f3db62242d" - integrity sha512-6kRHezoFfIjFN7pPpaxmkdZXD36tQNcyJe3nwVqwJ+ZfC0e3rFmszR8kp9DEVFs9QL/akWjuGPSLBI1tvz+Vjg== - dependencies: - "@motionone/types" "^10.14.0" - "@motionone/utils" "^10.14.0" - tslib "^2.3.1" - -"@motionone/types@^10.12.0", "@motionone/types@^10.14.0": - version "10.14.0" - resolved "https://registry.yarnpkg.com/@motionone/types/-/types-10.14.0.tgz#148c34f3270b175397e49c3058b33fab405c21e3" - integrity sha512-3bNWyYBHtVd27KncnJLhksMFQ5o2MSdk1cA/IZqsHtA9DnRM1SYgN01CTcJ8Iw8pCXF5Ocp34tyAjY7WRpOJJQ== - -"@motionone/utils@^10.12.0", "@motionone/utils@^10.14.0": - version "10.14.0" - resolved "https://registry.yarnpkg.com/@motionone/utils/-/utils-10.14.0.tgz#a19a3464ed35b08506747b062d035c7bc9bbe708" - integrity sha512-sLWBLPzRqkxmOTRzSaD3LFQXCPHvDzyHJ1a3VP9PRzBxyVd2pv51/gMOsdAcxQ9n+MIeGJnxzXBYplUHKj4jkw== - dependencies: - "@motionone/types" "^10.14.0" - hey-listen "^1.0.8" - tslib "^2.3.1" - "@nodelib/fs.scandir@2.1.4": version "2.1.4" resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz" @@ -7348,27 +7295,15 @@ fragment-cache@^0.2.1: dependencies: map-cache "^0.2.2" -framer-motion@^6.5.1: - version "6.5.1" - resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-6.5.1.tgz#802448a16a6eb764124bf36d8cbdfa6dd6b931a7" - integrity sha512-o1BGqqposwi7cgDrtg0dNONhkmPsUFDaLcKXigzuTFC5x58mE8iyTazxSudFzmT6MEyJKfjjU8ItoMe3W+3fiw== +framer-motion@^11.0.3: + version "11.0.3" + resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.0.3.tgz#b2a87e7ae166a9e27da33da9cfb50a0db5f94fa7" + integrity sha512-6x2poQpIWBdbZwLd73w6cKZ1I9IEPIU94C6/Swp1Zt3LJ+sB5bPe1E2wC6EH5hSISXNkMJ4afH7AdwS7MrtkWw== dependencies: - "@motionone/dom" "10.12.0" - framesync "6.0.1" - hey-listen "^1.0.8" - popmotion "11.0.3" - style-value-types "5.0.0" - tslib "^2.1.0" + tslib "^2.4.0" optionalDependencies: "@emotion/is-prop-valid" "^0.8.2" -framesync@6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/framesync/-/framesync-6.0.1.tgz#5e32fc01f1c42b39c654c35b16440e07a25d6f20" - integrity sha512-fUY88kXvGiIItgNC7wcTOl0SNRCVXMKSWW2Yzfmn7EKNc+MpCzcz9DhdHcdjbrtN3c6R4H5dTY2jiCpPdysEjA== - dependencies: - tslib "^2.1.0" - fresh@0.5.2: version "0.5.2" resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" @@ -8755,11 +8690,6 @@ header-case@^1.0.0: no-case "^2.2.0" upper-case "^1.1.3" -hey-listen@^1.0.8: - version "1.0.8" - resolved "https://registry.npmjs.org/hey-listen/-/hey-listen-1.0.8.tgz" - integrity sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q== - hicat@^0.8.0: version "0.8.0" resolved "https://registry.npmjs.org/hicat/-/hicat-0.8.0.tgz" @@ -11818,16 +11748,6 @@ polished@^3.4.1: dependencies: "@babel/runtime" "^7.12.5" -popmotion@11.0.3: - version "11.0.3" - resolved "https://registry.yarnpkg.com/popmotion/-/popmotion-11.0.3.tgz#565c5f6590bbcddab7a33a074bb2ba97e24b0cc9" - integrity sha512-Y55FLdj3UxkR7Vl3s7Qr4e9m0onSnP8W7d/xQLsoJM40vs6UKHFdygs6SWryasTZYqugMjm3BepCF4CWXDiHgA== - dependencies: - framesync "6.0.1" - hey-listen "^1.0.8" - style-value-types "5.0.0" - tslib "^2.1.0" - posix-character-classes@^0.1.0: version "0.1.1" resolved "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz" @@ -14208,14 +14128,6 @@ style-to-object@1.0.5: dependencies: inline-style-parser "0.2.2" -style-value-types@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/style-value-types/-/style-value-types-5.0.0.tgz#76c35f0e579843d523187989da866729411fc8ad" - integrity sha512-08yq36Ikn4kx4YU6RD7jWEv27v4V+PUsOGa4n/as8Et3CuODMJQ00ENeAVXAeydX4Z2j1XHZF1K2sX4mGl18fA== - dependencies: - hey-listen "^1.0.8" - tslib "^2.1.0" - styled-system@^5.1.5: version "5.1.5" resolved "https://registry.npmjs.org/styled-system/-/styled-system-5.1.5.tgz" @@ -14570,10 +14482,10 @@ tslib@1.14.1, tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0: resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e" - integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== +tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.4.0: + version "2.6.2" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" + integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== tslib@~2.0.1: version "2.0.3" From b1c87a066d737f2543ca656579ebdb0f530ed4d6 Mon Sep 17 00:00:00 2001 From: andytudhope <13001517+andytudhope@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:54:05 +0200 Subject: [PATCH 09/10] Revert "Bump framer-motion from 6.5.1 to 11.0.3" This reverts commit 7ebafaa8b79f831a2b0c54e13640899eb9ac271b. --- package.json | 2 +- yarn.lock | 106 ++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 98 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 250ecc764..7d9de8383 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "del": "^6.0.0", "dotenv": "^16.0.3", "ethers": "^5.6.8", - "framer-motion": "^11.0.3", + "framer-motion": "^6.5.1", "gatsby": "^3.14.6", "gatsby-image": "^3.11.0", "gatsby-plugin-alias-imports": "^1.0.5", diff --git a/yarn.lock b/yarn.lock index 9e56b7730..7743b7dbe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2442,6 +2442,59 @@ resolved "https://registry.yarnpkg.com/@metamask/safe-event-emitter/-/safe-event-emitter-2.0.0.tgz#af577b477c683fad17c619a78208cede06f9605c" integrity sha512-/kSXhY692qiV1MXu6EeOZvg5nECLclxNXcKCxJ3cXQgYuRymRHpdx/t7JXfsK+JLjwA1e1c1/SBrlQYpusC29Q== +"@motionone/animation@^10.12.0": + version "10.14.0" + resolved "https://registry.yarnpkg.com/@motionone/animation/-/animation-10.14.0.tgz#2f2a3517183bb58d82e389aac777fe0850079de6" + integrity sha512-h+1sdyBP8vbxEBW5gPFDnj+m2DCqdlAuf2g6Iafb1lcMnqjsRXWlPw1AXgvUMXmreyhqmPbJqoNfIKdytampRQ== + dependencies: + "@motionone/easing" "^10.14.0" + "@motionone/types" "^10.14.0" + "@motionone/utils" "^10.14.0" + tslib "^2.3.1" + +"@motionone/dom@10.12.0": + version "10.12.0" + resolved "https://registry.yarnpkg.com/@motionone/dom/-/dom-10.12.0.tgz#ae30827fd53219efca4e1150a5ff2165c28351ed" + integrity sha512-UdPTtLMAktHiqV0atOczNYyDd/d8Cf5fFsd1tua03PqTwwCe/6lwhLSQ8a7TbnQ5SN0gm44N1slBfj+ORIhrqw== + dependencies: + "@motionone/animation" "^10.12.0" + "@motionone/generators" "^10.12.0" + "@motionone/types" "^10.12.0" + "@motionone/utils" "^10.12.0" + hey-listen "^1.0.8" + tslib "^2.3.1" + +"@motionone/easing@^10.14.0": + version "10.14.0" + resolved "https://registry.yarnpkg.com/@motionone/easing/-/easing-10.14.0.tgz#d8154b7f71491414f3cdee23bd3838d763fffd00" + integrity sha512-2vUBdH9uWTlRbuErhcsMmt1jvMTTqvGmn9fHq8FleFDXBlHFs5jZzHJT9iw+4kR1h6a4SZQuCf72b9ji92qNYA== + dependencies: + "@motionone/utils" "^10.14.0" + tslib "^2.3.1" + +"@motionone/generators@^10.12.0": + version "10.14.0" + resolved "https://registry.yarnpkg.com/@motionone/generators/-/generators-10.14.0.tgz#e05d9dd56da78a4b92db99185848a0f3db62242d" + integrity sha512-6kRHezoFfIjFN7pPpaxmkdZXD36tQNcyJe3nwVqwJ+ZfC0e3rFmszR8kp9DEVFs9QL/akWjuGPSLBI1tvz+Vjg== + dependencies: + "@motionone/types" "^10.14.0" + "@motionone/utils" "^10.14.0" + tslib "^2.3.1" + +"@motionone/types@^10.12.0", "@motionone/types@^10.14.0": + version "10.14.0" + resolved "https://registry.yarnpkg.com/@motionone/types/-/types-10.14.0.tgz#148c34f3270b175397e49c3058b33fab405c21e3" + integrity sha512-3bNWyYBHtVd27KncnJLhksMFQ5o2MSdk1cA/IZqsHtA9DnRM1SYgN01CTcJ8Iw8pCXF5Ocp34tyAjY7WRpOJJQ== + +"@motionone/utils@^10.12.0", "@motionone/utils@^10.14.0": + version "10.14.0" + resolved "https://registry.yarnpkg.com/@motionone/utils/-/utils-10.14.0.tgz#a19a3464ed35b08506747b062d035c7bc9bbe708" + integrity sha512-sLWBLPzRqkxmOTRzSaD3LFQXCPHvDzyHJ1a3VP9PRzBxyVd2pv51/gMOsdAcxQ9n+MIeGJnxzXBYplUHKj4jkw== + dependencies: + "@motionone/types" "^10.14.0" + hey-listen "^1.0.8" + tslib "^2.3.1" + "@nodelib/fs.scandir@2.1.4": version "2.1.4" resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz" @@ -7295,15 +7348,27 @@ fragment-cache@^0.2.1: dependencies: map-cache "^0.2.2" -framer-motion@^11.0.3: - version "11.0.3" - resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.0.3.tgz#b2a87e7ae166a9e27da33da9cfb50a0db5f94fa7" - integrity sha512-6x2poQpIWBdbZwLd73w6cKZ1I9IEPIU94C6/Swp1Zt3LJ+sB5bPe1E2wC6EH5hSISXNkMJ4afH7AdwS7MrtkWw== +framer-motion@^6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-6.5.1.tgz#802448a16a6eb764124bf36d8cbdfa6dd6b931a7" + integrity sha512-o1BGqqposwi7cgDrtg0dNONhkmPsUFDaLcKXigzuTFC5x58mE8iyTazxSudFzmT6MEyJKfjjU8ItoMe3W+3fiw== dependencies: - tslib "^2.4.0" + "@motionone/dom" "10.12.0" + framesync "6.0.1" + hey-listen "^1.0.8" + popmotion "11.0.3" + style-value-types "5.0.0" + tslib "^2.1.0" optionalDependencies: "@emotion/is-prop-valid" "^0.8.2" +framesync@6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/framesync/-/framesync-6.0.1.tgz#5e32fc01f1c42b39c654c35b16440e07a25d6f20" + integrity sha512-fUY88kXvGiIItgNC7wcTOl0SNRCVXMKSWW2Yzfmn7EKNc+MpCzcz9DhdHcdjbrtN3c6R4H5dTY2jiCpPdysEjA== + dependencies: + tslib "^2.1.0" + fresh@0.5.2: version "0.5.2" resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" @@ -8690,6 +8755,11 @@ header-case@^1.0.0: no-case "^2.2.0" upper-case "^1.1.3" +hey-listen@^1.0.8: + version "1.0.8" + resolved "https://registry.npmjs.org/hey-listen/-/hey-listen-1.0.8.tgz" + integrity sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q== + hicat@^0.8.0: version "0.8.0" resolved "https://registry.npmjs.org/hicat/-/hicat-0.8.0.tgz" @@ -11748,6 +11818,16 @@ polished@^3.4.1: dependencies: "@babel/runtime" "^7.12.5" +popmotion@11.0.3: + version "11.0.3" + resolved "https://registry.yarnpkg.com/popmotion/-/popmotion-11.0.3.tgz#565c5f6590bbcddab7a33a074bb2ba97e24b0cc9" + integrity sha512-Y55FLdj3UxkR7Vl3s7Qr4e9m0onSnP8W7d/xQLsoJM40vs6UKHFdygs6SWryasTZYqugMjm3BepCF4CWXDiHgA== + dependencies: + framesync "6.0.1" + hey-listen "^1.0.8" + style-value-types "5.0.0" + tslib "^2.1.0" + posix-character-classes@^0.1.0: version "0.1.1" resolved "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz" @@ -14128,6 +14208,14 @@ style-to-object@1.0.5: dependencies: inline-style-parser "0.2.2" +style-value-types@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/style-value-types/-/style-value-types-5.0.0.tgz#76c35f0e579843d523187989da866729411fc8ad" + integrity sha512-08yq36Ikn4kx4YU6RD7jWEv27v4V+PUsOGa4n/as8Et3CuODMJQ00ENeAVXAeydX4Z2j1XHZF1K2sX4mGl18fA== + dependencies: + hey-listen "^1.0.8" + tslib "^2.1.0" + styled-system@^5.1.5: version "5.1.5" resolved "https://registry.npmjs.org/styled-system/-/styled-system-5.1.5.tgz" @@ -14482,10 +14570,10 @@ tslib@1.14.1, tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0: resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.4.0: - version "2.6.2" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" - integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== +tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e" + integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== tslib@~2.0.1: version "2.0.3" From bc72c86e6c8aa7147002055816adc41ad42a645d Mon Sep 17 00:00:00 2001 From: andytudhope <13001517+andytudhope@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:54:31 +0200 Subject: [PATCH 10/10] Fixes build issue, still doing maintenance --- content/es/learn/module-2/better-questions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/es/learn/module-2/better-questions.mdx b/content/es/learn/module-2/better-questions.mdx index 4b490d55a..3db0c0f73 100644 --- a/content/es/learn/module-2/better-questions.mdx +++ b/content/es/learn/module-2/better-questions.mdx @@ -118,6 +118,6 @@ Sin embargo, la "mente de principiante" no se opone a la investigación racional > Los Círculos Socráticos se basan en la interacción de pares. El objetivo es explorar muchas perspectivas sobre un tema determinado. Las preguntas socráticas son abiertas y se centran en ideas generales y amplias en lugar de hechos específicos. La técnica enfatiza un nivel de cuestionamiento y pensamiento donde no existe una única respuesta correcta. -La investigación racional exige un diagnóstico; una solución; el fin de un proceso que tuvo su comienzo en la mente. ¿Qué puede hacer una mente así ante "ninguna única respuesta correcta"? Puede desarrollar capacidades negativas, pero incluso esto es insuficiente, porque no buscamos una comprensión intelectual hábil: buscamos formas de vivir armoniosas y claras. Y la vida no es sólo racional. +La investigación racional exige un diagnóstico; una solución; el fin de un proceso que tuvo su comienzo en la mente. ¿Qué puede hacer una mente así ante "ninguna única respuesta correcta"? Puede desarrollar capacidades negativas, pero incluso esto es insuficiente, porque no buscamos una comprensión intelectual hábil: buscamos formas de vivir armoniosas y claras. Y la vida no es sólo racional. Aceptar honestamente tus propias limitaciones y tu incapacidad para comprender todo lo que sucede a tu alrededor crea un espacio interior para la curiosidad. A partir de aquí, puedes disfrutar genuinamente de no saber nunca qué va a pasar a continuación, lo que lleva a hacer preguntas que vienen del corazón y van al corazón del sujeto que se está cuestionando. Es, como dice [Paul Myburgh](/learn/module-0/conversation/#old-gifts-anew), más perceptual que conceptual: simple conocimiento de las cosas-tal como-son. \ No newline at end of file