mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
docs: update to tuono 0.17.6 (#461)
This commit is contained in:
committed by
GitHub
parent
fdc87ed8f1
commit
a4e207688a
@@ -41,7 +41,7 @@ jobs:
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
|
||||
- name: Install tuono
|
||||
run: cargo install tuono@0.17.5
|
||||
run: cargo install tuono@0.17.6
|
||||
|
||||
- name: Build project
|
||||
working-directory: ./apps/documentation
|
||||
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
|
||||
- name: Install tuono
|
||||
run: cargo install tuono@0.17.5
|
||||
run: cargo install tuono@0.17.6
|
||||
|
||||
- name: Build project
|
||||
working-directory: ./apps/documentation
|
||||
|
||||
@@ -8,7 +8,7 @@ name = "tuono"
|
||||
path = ".tuono/main.rs"
|
||||
|
||||
[dependencies]
|
||||
tuono_lib = "0.17.5"
|
||||
tuono_lib = "0.17.6"
|
||||
glob = "0.3.1"
|
||||
time = { version = "0.3", features = ["macros"] }
|
||||
serde = { version = "1.0.202", features = ["derive"] }
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"remark-gfm": "4.0.0",
|
||||
"tuono": "npm:tuono@0.17.5"
|
||||
"tuono": "npm:tuono@0.17.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@mdx-js/rollup": "3.1.0",
|
||||
|
||||
Generated
+13
-13
@@ -72,8 +72,8 @@ importers:
|
||||
specifier: 4.0.0
|
||||
version: 4.0.0
|
||||
tuono:
|
||||
specifier: npm:tuono@0.17.5
|
||||
version: 0.17.5(@types/node@22.10.7)(lightningcss@1.29.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(rollup@4.31.0)(sugarss@4.0.1(postcss@8.5.1))
|
||||
specifier: npm:tuono@0.17.6
|
||||
version: 0.17.6(@types/node@22.10.7)(lightningcss@1.29.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(rollup@4.31.0)(sugarss@4.0.1(postcss@8.5.1))
|
||||
devDependencies:
|
||||
'@mdx-js/rollup':
|
||||
specifier: 3.1.0
|
||||
@@ -3146,16 +3146,16 @@ packages:
|
||||
tslib@2.8.1:
|
||||
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
||||
|
||||
tuono-fs-router-vite-plugin@0.17.5:
|
||||
resolution: {integrity: sha512-tY7j/DIEa5aOuQli7pUNkZJUYeNrMMzOQnt8nJ0E1uhqToPgqjSRfzKmGd+ZoYdQ7FqhQB+Bz9OCbS9OmPiHLA==}
|
||||
tuono-fs-router-vite-plugin@0.17.6:
|
||||
resolution: {integrity: sha512-tVcnbCNc3PB+m44vimd+huh0y5FtkqanOPbM0AOJ/9AtKhIsrDIYDKErmeEZtQqBe3JXeD/PGiyWbgPUZU27jA==}
|
||||
|
||||
tuono-router@0.17.5:
|
||||
resolution: {integrity: sha512-tpPiHd+tjkdv9fZcMFfDKPcU8VgI3ehMo3qYEMCF6+2PLQ6PYVTAExFVEYe7+XYE4Sq9rkpITdusMuhzTTSGAg==}
|
||||
tuono-router@0.17.6:
|
||||
resolution: {integrity: sha512-1vj/cyBx799DMvt76h/gWjCB4hbjtWAMd94mP5BxixDZyyGLcOfc5stXSZSfQXM4Ugtay5NMEnOtdb3nZO9jbw==}
|
||||
peerDependencies:
|
||||
react: '>=19.0.0'
|
||||
|
||||
tuono@0.17.5:
|
||||
resolution: {integrity: sha512-TWsqxll9y/xEONvmhvh2bW7jCLmYMQ6/uToLRUdxAzVTyKd5YC99iD0cjOG1qClgOyohzuJo4T/qm/Ebgg9TGQ==}
|
||||
tuono@0.17.6:
|
||||
resolution: {integrity: sha512-AyprZpZ42NGXHB5PCtbDo+NNzP4QxnrcnL0ushaVxC6j3jdGYsHJe9rqKqYkuBEjYOgcb6bJ/etJ/TeLhuq64w==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
react: '>=19.0.0'
|
||||
@@ -6885,7 +6885,7 @@ snapshots:
|
||||
|
||||
tslib@2.8.1: {}
|
||||
|
||||
tuono-fs-router-vite-plugin@0.17.5(@types/node@22.10.7)(lightningcss@1.29.1)(sugarss@4.0.1(postcss@8.5.1)):
|
||||
tuono-fs-router-vite-plugin@0.17.6(@types/node@22.10.7)(lightningcss@1.29.1)(sugarss@4.0.1(postcss@8.5.1)):
|
||||
dependencies:
|
||||
'@babel/core': 7.26.0
|
||||
'@babel/types': 7.26.3
|
||||
@@ -6902,14 +6902,14 @@ snapshots:
|
||||
- supports-color
|
||||
- terser
|
||||
|
||||
tuono-router@0.17.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
|
||||
tuono-router@0.17.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
|
||||
dependencies:
|
||||
react: 19.0.0
|
||||
react-intersection-observer: 9.14.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
|
||||
transitivePeerDependencies:
|
||||
- react-dom
|
||||
|
||||
tuono@0.17.5(@types/node@22.10.7)(lightningcss@1.29.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(rollup@4.31.0)(sugarss@4.0.1(postcss@8.5.1)):
|
||||
tuono@0.17.6(@types/node@22.10.7)(lightningcss@1.29.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(rollup@4.31.0)(sugarss@4.0.1(postcss@8.5.1)):
|
||||
dependencies:
|
||||
'@babel/core': 7.26.0
|
||||
'@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0)
|
||||
@@ -6919,8 +6919,8 @@ snapshots:
|
||||
fast-text-encoding: 1.0.6
|
||||
react: 19.0.0
|
||||
react-dom: 19.0.0(react@19.0.0)
|
||||
tuono-fs-router-vite-plugin: 0.17.5(@types/node@22.10.7)(lightningcss@1.29.1)(sugarss@4.0.1(postcss@8.5.1))
|
||||
tuono-router: 0.17.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
|
||||
tuono-fs-router-vite-plugin: 0.17.6(@types/node@22.10.7)(lightningcss@1.29.1)(sugarss@4.0.1(postcss@8.5.1))
|
||||
tuono-router: 0.17.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
|
||||
vite: 5.4.12(@types/node@22.10.7)(lightningcss@1.29.1)(sugarss@4.0.1(postcss@8.5.1))
|
||||
web-streams-polyfill: 4.0.0
|
||||
transitivePeerDependencies:
|
||||
|
||||
Reference in New Issue
Block a user