Skip to content

Commit

Permalink
Github CI build: run2 v1.2.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 9, 2021
1 parent 1cbf208 commit aeee310
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "1.1.0",
"version": "1.2.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/root",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"author": "Romain Lenzotti",
"repository": "https://github.com/TypedProject/tsed-api",
Expand Down
6 changes: 3 additions & 3 deletions packages/backoffice/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@tsed/backoffice",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"author": "Romain Lenzotti",
"dependencies": {
"cross-env": "^7.0.3"
},
"devDependencies": {
"@tsed/config": "1.1.0",
"@tsed/shared": "1.1.0"
"@tsed/config": "1.2.0",
"@tsed/shared": "1.2.0"
},
"scripts": {
"start": "yarn craco start",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/config",
"version": "1.1.0",
"version": "1.2.0",
"main": "src/index.js",
"main:src": "src/index.js",
"description": "Shared configuration",
Expand All @@ -9,7 +9,7 @@
"private": true,
"scripts": {},
"devDependencies": {
"@tsed/tailwind": "1.1.0",
"@tsed/tailwind": "1.2.0",
"@tsed/yarn-workspaces": "1.17.0",
"postcss-nested": "4.2.3"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/server",
"version": "1.1.0",
"version": "1.2.0",
"description": "Server based on Ts.ED framework",
"author": "Romain Lenzotti",
"private": true,
Expand Down Expand Up @@ -35,6 +35,8 @@
"@tsed/swagger": "6.32.0",
"ajv": "^7.0.4",
"body-parser": "^1.19.0",
"cache-manager": "3.4.1",
"cache-manager-mongoose": "0.0.4",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
Expand All @@ -44,8 +46,6 @@
"formio": "2.0.0-rc.42",
"globby": "11.0.2",
"le_node": "^1.8.0",
"cache-manager": "3.4.1",
"cache-manager-mongoose": "0.0.4",
"method-override": "^3.0.0",
"moment": "2.29.1",
"mongoose": "^5.11.14",
Expand All @@ -58,6 +58,7 @@
"@tsed/cli-plugin-mongoose": "2.8.1",
"@tsed/cli-plugin-passport": "2.8.1",
"@tsed/testing-mongoose": "6.28.0",
"@types/cache-manager": "3.4.0",
"@types/compression": "^1.7.0",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.9",
Expand All @@ -70,7 +71,6 @@
"@types/passport": "^1.0.5",
"@types/supertest": "^2.0.10",
"@types/url-parse": "^1.4.3",
"@types/cache-manager": "3.4.0",
"concurrently": "^5.3.0",
"husky": "^5.0.9",
"jest": "^26.6.3",
Expand All @@ -90,12 +90,12 @@
}
},
"workspaces": {},
"peerDependencies": {},
"tsed": {
"convention": "std",
"paths": {
"middlewares": "<rootDir>/src/infra/middlewares",
"services": "<rootDir>/src/back"
}
}
},
"peerDependencies": {}
}
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/shared",
"version": "1.1.0",
"version": "1.2.0",
"main": "src/index.ts",
"module": "dist/index.modern.js",
"source": "src/index.ts",
Expand All @@ -15,8 +15,8 @@
"prettier:fix": "yarn prettier \"{src,test}/**/*.{ts,tsx}\" --write"
},
"dependencies": {
"@tsed/config": "1.1.0",
"@tsed/tailwind": "1.1.0"
"@tsed/config": "1.2.0",
"@tsed/tailwind": "1.2.0"
},
"devDependencies": {
"cross-env": "^7.0.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/storybook",
"version": "1.1.0",
"version": "1.2.0",
"description": "Storybook package",
"main": "src/index.js",
"author": "Romain Lenzotti",
Expand All @@ -20,12 +20,12 @@
"@storybook/addons": "6.1.11",
"@storybook/react": "6.1.11",
"@svgr/webpack": "5.5.0",
"@tsed/backoffice": "1.1.0",
"@tsed/config": "1.1.0",
"@tsed/backoffice": "1.2.0",
"@tsed/config": "1.2.0",
"@tsed/react-formio": "1.8.7",
"@tsed/redux-utils": "1.8.7",
"@tsed/shared": "1.1.0",
"@tsed/tailwind": "1.1.0",
"@tsed/shared": "1.2.0",
"@tsed/tailwind": "1.2.0",
"@tsed/tailwind-formio": "1.8.7",
"@tsed/yarn-workspaces": "1.14.0",
"babel-loader": "8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/tailwind",
"version": "1.1.0",
"version": "1.2.0",
"main": "./tailwind.config.js",
"description": "Tailwind configuration",
"license": "MIT",
Expand Down

0 comments on commit aeee310

Please sign in to comment.