Skip to content

Commit

Permalink
build: update SDE dependencies in templates to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispcampbell committed Sep 29, 2023
1 parent b68f355 commit 170e1c6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions examples/template-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"packages/app"
],
"dependencies": {
"@sdeverywhere/build": "^0.3.0",
"@sdeverywhere/check-core": "^0.1.0",
"@sdeverywhere/cli": "^0.7.6",
"@sdeverywhere/plugin-check": "^0.3.0",
"@sdeverywhere/plugin-config": "^0.2.0",
"@sdeverywhere/plugin-vite": "^0.1.5",
"@sdeverywhere/plugin-wasm": "^0.2.0",
"@sdeverywhere/plugin-worker": "^0.2.0"
"@sdeverywhere/build": "^0.3.2",
"@sdeverywhere/check-core": "^0.1.1",
"@sdeverywhere/cli": "^0.7.12",
"@sdeverywhere/plugin-check": "^0.3.4",
"@sdeverywhere/plugin-config": "^0.2.3",
"@sdeverywhere/plugin-vite": "^0.1.8",
"@sdeverywhere/plugin-wasm": "^0.2.1",
"@sdeverywhere/plugin-worker": "^0.2.3"
}
}
4 changes: 2 additions & 2 deletions examples/template-default/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@sdeverywhere/runtime": "^0.2.0",
"@sdeverywhere/runtime-async": "^0.2.0"
"@sdeverywhere/runtime": "^0.2.2",
"@sdeverywhere/runtime-async": "^0.2.2"
},
"devDependencies": {
"typescript": "^5.2.2",
Expand Down
12 changes: 6 additions & 6 deletions examples/template-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"save-baseline": "sde-check baseline --save"
},
"dependencies": {
"@sdeverywhere/build": "^0.3.0",
"@sdeverywhere/check-core": "^0.1.0",
"@sdeverywhere/cli": "^0.7.6",
"@sdeverywhere/plugin-check": "^0.3.0",
"@sdeverywhere/plugin-wasm": "^0.2.0",
"@sdeverywhere/plugin-worker": "^0.2.0"
"@sdeverywhere/build": "^0.3.2",
"@sdeverywhere/check-core": "^0.1.1",
"@sdeverywhere/cli": "^0.7.12",
"@sdeverywhere/plugin-check": "^0.3.4",
"@sdeverywhere/plugin-wasm": "^0.2.1",
"@sdeverywhere/plugin-worker": "^0.2.3"
}
}

0 comments on commit 170e1c6

Please sign in to comment.