Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanquera committed May 31, 2024
1 parent 34539d4 commit af0617c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/with-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@ossph/temple": "0.0.9",
"@ossph/temple": "0.0.10",
"express": "4.19.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@fastify/static": "7.0.4",
"@ossph/temple": "0.0.9",
"@ossph/temple": "0.0.10",
"fastify": "4.27.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@hapi/hapi": "21.3.9",
"@hapi/inert": "7.1.0",
"@ossph/temple": "0.0.9"
"@ossph/temple": "0.0.10"
},
"devDependencies": {
"@types/node": "20.12.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@ossph/temple": "0.0.9",
"@ossph/temple": "0.0.10",
"koa": "2.15.3",
"koa-router": "12.0.1",
"koa-static": "5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@ossph/temple": "0.0.9",
"@ossph/temple": "0.0.10",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-restify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@ossph/temple": "0.0.9",
"@ossph/temple": "0.0.10",
"restify": "11.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/with-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"build": "webpack"
},
"dependencies": {
"@ossph/temple": "0.0.9",
"@ossph/temple-loader": "0.0.9"
"@ossph/temple": "0.0.10",
"@ossph/temple-loader": "0.0.10"
},
"devDependencies": {
"@types/node": "20.12.7",
Expand Down

0 comments on commit af0617c

Please sign in to comment.