Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit 783fb5d

Browse files
Github CI build: __run_2 v1.12.4 [ci skip]
1 parent 747eb73 commit 783fb5d

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "1.12.3",
7+
"version": "1.12.4",
88
"command": {
99
"bootstrap": {
1010
"npmClientArgs": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/root",
3-
"version": "1.12.3",
3+
"version": "1.12.4",
44
"description": "",
55
"author": "Romain Lenzotti",
66
"repository": "https://github.com/tsedio/tsed-api",

packages/backoffice/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@tsed/backoffice",
3-
"version": "1.12.3",
3+
"version": "1.12.4",
44
"private": true,
55
"author": "Romain Lenzotti",
66
"dependencies": {
77
"cross-env": "^7.0.3"
88
},
99
"devDependencies": {
10-
"@tsed/config": "1.12.3",
11-
"@tsed/shared": "1.12.3"
10+
"@tsed/config": "1.12.4",
11+
"@tsed/shared": "1.12.4"
1212
},
1313
"scripts": {
1414
"start": "yarn craco start",

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/config",
3-
"version": "1.12.3",
3+
"version": "1.12.4",
44
"main": "src/index.js",
55
"main:src": "src/index.js",
66
"description": "Shared configuration",
@@ -9,7 +9,7 @@
99
"private": true,
1010
"scripts": {},
1111
"devDependencies": {
12-
"@tsed/tailwind": "1.12.3",
12+
"@tsed/tailwind": "1.12.4",
1313
"@tsed/yarn-workspaces": "1.17.0",
1414
"postcss-nested": "4.2.3"
1515
}

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/server",
3-
"version": "1.12.3",
3+
"version": "1.12.4",
44
"description": "Server based on Ts.ED framework",
55
"author": "Romain Lenzotti",
66
"private": true,

packages/shared/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/shared",
3-
"version": "1.12.3",
3+
"version": "1.12.4",
44
"main": "src/index.ts",
55
"module": "dist/index.modern.js",
66
"source": "src/index.ts",
@@ -15,8 +15,8 @@
1515
"prettier:fix": "yarn prettier \"{src,test}/**/*.{ts,tsx}\" --write"
1616
},
1717
"dependencies": {
18-
"@tsed/config": "1.12.3",
19-
"@tsed/tailwind": "1.12.3"
18+
"@tsed/config": "1.12.4",
19+
"@tsed/tailwind": "1.12.4"
2020
},
2121
"devDependencies": {
2222
"cross-env": "^7.0.3"

packages/storybook/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/storybook",
3-
"version": "1.12.3",
3+
"version": "1.12.4",
44
"description": "Storybook package",
55
"main": "src/index.js",
66
"author": "Romain Lenzotti",
@@ -20,12 +20,12 @@
2020
"@storybook/addons": "6.4.19",
2121
"@storybook/react": "6.4.19",
2222
"@svgr/webpack": "5.5.0",
23-
"@tsed/backoffice": "1.12.3",
24-
"@tsed/config": "1.12.3",
23+
"@tsed/backoffice": "1.12.4",
24+
"@tsed/config": "1.12.4",
2525
"@tsed/react-formio": "1.9.2",
2626
"@tsed/redux-utils": "1.9.2",
27-
"@tsed/shared": "1.12.3",
28-
"@tsed/tailwind": "1.12.3",
27+
"@tsed/shared": "1.12.4",
28+
"@tsed/tailwind": "1.12.4",
2929
"@tsed/tailwind-formio": "1.9.2",
3030
"@tsed/yarn-workspaces": "1.17.0",
3131
"babel-loader": "8.2.2",

packages/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/tailwind",
3-
"version": "1.12.3",
3+
"version": "1.12.4",
44
"main": "./tailwind.config.js",
55
"description": "Tailwind configuration",
66
"license": "MIT",

0 commit comments

Comments
 (0)