Skip to content

Commit 2f2e154

Browse files
committed
v5.1.0
1 parent 521c317 commit 2f2e154

22 files changed

Lines changed: 131 additions & 131 deletions

File tree

examples/demo-app/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "demo-app",
33
"private": true,
4-
"version": "5.0.1",
4+
"version": "5.1.0",
55
"description": "FoalTs examples",
66
"scripts": {
77
"build": "tsc && copy-cli \"src/**/*.html\" build",
@@ -44,22 +44,22 @@
4444
},
4545
"license": "MIT",
4646
"dependencies": {
47-
"@foal/aws-s3": "^5.0.1",
48-
"@foal/core": "^5.0.1",
49-
"@foal/graphiql": "^5.0.1",
50-
"@foal/graphql": "^5.0.1",
51-
"@foal/social": "^5.0.1",
52-
"@foal/storage": "^5.0.1",
53-
"@foal/swagger": "^5.0.1",
54-
"@foal/typeorm": "^5.0.1",
47+
"@foal/aws-s3": "^5.1.0",
48+
"@foal/core": "^5.1.0",
49+
"@foal/graphiql": "^5.1.0",
50+
"@foal/graphql": "^5.1.0",
51+
"@foal/social": "^5.1.0",
52+
"@foal/storage": "^5.1.0",
53+
"@foal/swagger": "^5.1.0",
54+
"@foal/typeorm": "^5.1.0",
5555
"graphql": "~16.9.0",
5656
"source-map-support": "~0.5.21",
5757
"sqlite3": "~5.1.7",
5858
"typeorm": "0.3.24",
5959
"yamljs": "~0.3.0"
6060
},
6161
"devDependencies": {
62-
"@foal/cli": "^5.0.1",
62+
"@foal/cli": "^5.1.0",
6363
"@types/mocha": "10.0.10",
6464
"@types/node": "24.10.0",
6565
"concurrently": "~9.1.2",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"tests/*",
55
"examples/*"
66
],
7-
"version": "5.0.1",
7+
"version": "5.1.0",
88
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
99
}

package-lock.json

Lines changed: 66 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)