Browse Source

2.3.1 -> 2.4.0

windhamdavid 1 year ago
parent
commit
d3e9fa33fb
4 changed files with 699 additions and 676 deletions
  1. 313 312
      package-lock.json
  2. 4 4
      package.json
  3. 21 0
      src/pages/help.md
  4. 361 360
      yarn.lock

File diff suppressed because it is too large
+ 313 - 312
package-lock.json


+ 4 - 4
package.json

@@ -14,10 +14,10 @@
     "write-heading-ids": "docusaurus write-heading-ids"
   },
   "dependencies": {
-    "@docusaurus/core": "^2.3.1",
-    "@docusaurus/plugin-content-blog": "^2.3.1",
-    "@docusaurus/preset-classic": "^2.3.1",
-    "@docusaurus/theme-mermaid": "^2.3.1",
+    "@docusaurus/core": "^2.4.0",
+    "@docusaurus/plugin-content-blog": "^2.4.0",
+    "@docusaurus/preset-classic": "^2.4.0",
+    "@docusaurus/theme-mermaid": "^2.4.0",
     "@mdx-js/react": "^1.6.22",
     "clsx": "^1.1.1",
     "docusaurus-lunr-search": "^2.3.2",

+ 21 - 0
src/pages/help.md

@@ -38,9 +38,30 @@ gitGraph
     commit
     checkout main
     merge docusaurus
+```
+
+#### 23/3/24
 
+- npm up doc/core 2.3.1 -> 2.4.0
+```bash
+# still have issues with mdx-js/react@latest - holding it in place
+david@ovidπŸ› :~/sites/daw_til(main⚑) Β» npm list     
+daw-til-2@0.0.1 /Users/david/Sites/daw_til
+β”œβ”€β”€ @docusaurus/core@2.4.0
+β”œβ”€β”€ @docusaurus/plugin-content-blog@2.4.0
+β”œβ”€β”€ @docusaurus/preset-classic@2.4.0
+β”œβ”€β”€ @docusaurus/theme-mermaid@2.4.0
+β”œβ”€β”€ @mdx-js/react@1.6.22
+β”œβ”€β”€ clsx@1.2.1
+β”œβ”€β”€ docusaurus-lunr-search@2.3.2
+β”œβ”€β”€ docusaurus-plugin-matomo@0.0.6
+β”œβ”€β”€ react-dom@17.0.2
+└── react@17.0.2
 ```
+
+
 #### 22/01/31
+
 - upgraded to docusaurus v2.3.0
 ```shell
 david@ovidπŸ› :~/sites/daw_til(master⚑) Β» npm list     

File diff suppressed because it is too large
+ 361 - 360
yarn.lock


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