Browse Source

πŸ”Ί2.4.1 πŸ‘‰πŸΌ 2.4.3

windhamdavid 1 year ago
parent
commit
47041314ea
4 changed files with 741 additions and 673 deletions
  1. 339 307
      package-lock.json
  2. 6 6
      package.json
  3. 28 1
      src/pages/help.md
  4. 368 359
      yarn.lock

File diff suppressed because it is too large
+ 339 - 307
package-lock.json


+ 6 - 6
package.json

@@ -14,19 +14,19 @@
     "write-heading-ids": "docusaurus write-heading-ids"
   },
   "dependencies": {
-    "@docusaurus/core": "^2.4.1",
-    "@docusaurus/plugin-content-blog": "^2.4.1",
-    "@docusaurus/preset-classic": "^2.4.1",
-    "@docusaurus/theme-mermaid": "^2.4.1",
+    "@docusaurus/core": "^2.4.3",
+    "@docusaurus/plugin-content-blog": "^2.4.3",
+    "@docusaurus/preset-classic": "^2.4.3",
+    "@docusaurus/theme-mermaid": "^2.4.3",
     "@mdx-js/react": "^1.6.22",
     "clsx": "^1.1.1",
-    "docusaurus-lunr-search": "^2.3.2",
+    "docusaurus-lunr-search": "^3.0.0",
     "docusaurus-plugin-matomo": "^0.0.6",
     "markprompt": "^0.1.7",
     "plugin-image-zoom": "github:flexanalytics/plugin-image-zoom",
     "react": "^17.0.2",
     "react-dom": "^17.0.2",
-    "react-player": "^2.12.0"
+    "react-player": "^2.13.0"
   },
   "browserslist": {
     "production": [

+ 28 - 1
src/pages/help.md

@@ -44,12 +44,39 @@ npm run build
 npm run serve
 ```
 
+**23/09/23** - docusaurus updated -  2.4.1 πŸ‘‰πŸΌ 2.4.3 -> left react at 17 for now, but updated the react player to 2.13. 
+
+```bash
+david@ovidπŸ› :~/sites/daw_til(main⚑) Β» npm list     
+daw-til-2@0.0.1 /Users/david/Sites/daw_til
+β”œβ”€β”€ @docusaurus/core@2.4.3
+β”œβ”€β”€ @docusaurus/plugin-content-blog@2.4.3
+β”œβ”€β”€ @docusaurus/preset-classic@2.4.3
+β”œβ”€β”€ @docusaurus/theme-mermaid@2.4.3
+β”œβ”€β”€ @mdx-js/react@1.6.22
+β”œβ”€β”€ clsx@1.2.1
+β”œβ”€β”€ docusaurus-lunr-search@3.0.0
+β”œβ”€β”€ docusaurus-plugin-matomo@0.0.6
+β”œβ”€β”€ markprompt@0.1.7
+β”œβ”€β”€ plugin-image-zoom@1.1.0
+β”œβ”€β”€ react-dom@17.0.2
+β”œβ”€β”€ react-player@2.13.0
+└── react@17.0.2
+
+david@ovidπŸ› :~/sites/daw_til(main⚑) Β» npm outdated
+Package        Current  Wanted  Latest  Location                    Depended by
+@mdx-js/react   1.6.22  1.6.22   2.3.0  node_modules/@mdx-js/react  daw_til
+clsx             1.2.1   1.2.1   2.0.0  node_modules/clsx           daw_til
+react           17.0.2  17.0.2  18.2.0  node_modules/react          daw_til
+react-dom       17.0.2  17.0.2  18.2.0  node_modules/react-dom      daw_til
+```
+
 **23/08/20** - added an image zoom plugin from [https://github.com/flexanalytics/plugin-image-zoom](https://github.com/flexanalytics/plugin-image-zoom) because I didn't like linking to the images or having them constrained between the sidebars.
 
 **23/08/18** - updated notes structure to include some personal documents like /documents/family/mom/mom.md which is actually a directory outside of the site build on my computer. I ignore them in the builds and repos.  The reason for this is that the more I use machine learning against my own documents, the more the information becomes valuable in vector searches. Because of that, I'm rethinking the way I even organize documents on my computer. For instance this doc when I'm talking to my mom on the phone about whatever, I can reference references I've previously made.
 
 
-**23/05/24** - docusaurus updated -  2.4.0 πŸ‘‰πŸΌ 2.41
+**23/05/24** - docusaurus updated -  2.4.0 πŸ‘‰πŸΌ 2.4.1
 
 ```bash
 david@ovidπŸ› :~/sites/daw_til(main⚑) Β» npm list     

File diff suppressed because it is too large
+ 368 - 359
yarn.lock


Some files were not shown because too many files changed in this diff