mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-25 14:59:03 +00:00
Compare commits
13 Commits
bb1517ca73
..
v0.4.1
| Author | SHA1 | Date | |
|---|---|---|---|
| f1ed9c0600 | |||
| d6d8353709 | |||
| 1e02bfc4da | |||
| 477862e73c | |||
| c98ed11bae | |||
| 6a9a418bf5 | |||
| 69cf0949d2 | |||
| dc7bbc6c93 | |||
| ea0b05bbdc | |||
| 5bd3c68fc2 | |||
| b17e00bdb3 | |||
| ea6370644f | |||
| d6d8e7b532 |
@@ -8,10 +8,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
||||
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
|
||||
with:
|
||||
node-version-file: ".nvmrc"
|
||||
cache: "npm"
|
||||
|
||||
@@ -8,10 +8,10 @@ jobs:
|
||||
build-docs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
||||
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
|
||||
with:
|
||||
node-version-file: ".nvmrc"
|
||||
cache: "npm"
|
||||
|
||||
Generated
+1880
-1333
File diff suppressed because it is too large
Load Diff
+5
-5
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@showbridge/docs",
|
||||
"type": "module",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
@@ -14,10 +14,10 @@
|
||||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "0.9.9",
|
||||
"@astrojs/starlight": "^0.39.3",
|
||||
"astro": "^6.4.4",
|
||||
"sharp": "0.34.5",
|
||||
"@astrojs/check": "0.9.10",
|
||||
"@astrojs/starlight": "0.41.7",
|
||||
"astro": "7.2.0",
|
||||
"sharp": "0.35.3",
|
||||
"typescript": "6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user