Skip to content

Commit 0d05742

Browse files
committed
update build-tools in templates
Signed-off-by: karthik2804 <[email protected]>
1 parent 2dd289f commit 0d05742

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ${{ matrix.os }}
4141
strategy:
4242
matrix:
43-
os: [ubuntu-latest, macos-latest]
43+
os: [ubuntu-latest, macos-latest, windows-latest]
4444
steps:
4545
- name: Checkout Repository
4646
uses: actions/checkout@v3

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ${{ matrix.os }}
5555
strategy:
5656
matrix:
57-
os: [ubuntu-latest, macos-latest]
57+
os: [ubuntu-latest, macos-latest, windows-latest]
5858

5959
steps:
6060
- uses: actions/checkout@v3

templates/http-js/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"webpack-cli": "^4.10.0"
1717
},
1818
"dependencies": {
19-
"@spinframework/build-tools": "1.0.0",
19+
"@spinframework/build-tools": "^1.0.1",
2020
"@spinframework/wasi-http-proxy": "1.0.0",
2121
"@spinframework/spin-kv": "1.0.0",
2222
"@spinframework/spin-llm": "1.0.0",

templates/http-ts/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"webpack-cli": "^4.10.0"
1919
},
2020
"dependencies": {
21-
"@spinframework/build-tools": "1.0.0",
21+
"@spinframework/build-tools": "^1.0.1",
2222
"@spinframework/wasi-http-proxy": "1.0.0",
2323
"@spinframework/spin-kv": "1.0.0",
2424
"@spinframework/spin-llm": "1.0.0",

templates/redis-js/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"webpack-cli": "^4.10.0"
1818
},
1919
"dependencies": {
20-
"@spinframework/build-tools": "1.0.0",
20+
"@spinframework/build-tools": "^1.0.1",
2121
"@spinframework/spin-trigger-redis": "1.0.0",
2222
"@spinframework/spin-kv": "1.0.0",
2323
"@spinframework/spin-llm": "1.0.0",

templates/redis-ts/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"webpack-cli": "^4.10.0"
2020
},
2121
"dependencies": {
22-
"@spinframework/build-tools": "1.0.0",
22+
"@spinframework/build-tools": "^1.0.1",
2323
"@spinframework/spin-trigger-redis": "1.0.0",
2424
"@spinframework/spin-kv": "1.0.0",
2525
"@spinframework/spin-llm": "1.0.0",

0 commit comments

Comments
 (0)