Skip to content

Commit

Permalink
Github CI build: __run_2 v1.10.14 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 25, 2022
1 parent b0f0a4f commit ade1ef4
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 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.10.13",
"version": "1.10.14",
"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.10.13",
"version": "1.10.14",
"description": "",
"author": "Romain Lenzotti",
"private": true,
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.10.13",
"version": "1.10.14",
"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.10.13",
"@tsed/tailwind": "1.10.14",
"@tsed/yarn-workspaces": "1.19.3",
"postcss-nested": "4.2.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/react-formio-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tsed/react-formio-container",
"description": "Provide advanced components and tools to create your own formio backoffice.",
"version": "1.10.13",
"version": "1.10.14",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
Expand Down Expand Up @@ -35,10 +35,10 @@
"tooltip.js": "^1.3.3"
},
"devDependencies": {
"@tsed/react-formio": "1.10.13",
"@tsed/react-formio": "1.10.14",
"@types/file-saver": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"file-saver": "^2.0.5"
},
"dependencies": {}
}
}
10 changes: 5 additions & 5 deletions packages/react-formio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/react-formio",
"version": "1.10.13",
"version": "1.10.14",
"description": "Provide a react formio wrapper. Written in TypeScript.",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand All @@ -15,7 +15,7 @@
"prettier": "prettier '{src,test}/**/*.{ts,tsx}' --write"
},
"dependencies": {
"@tsed/redux-utils": "1.10.13",
"@tsed/redux-utils": "1.10.14",
"eventemitter2": "^6.4.3",
"prop-types": "^15.7.2"
},
Expand All @@ -30,8 +30,8 @@
"tooltip.js": ">=1.3.3"
},
"devDependencies": {
"@tsed/tailwind": "1.10.13",
"@tsed/tailwind-formio": "1.10.13",
"@tsed/tailwind": "1.10.14",
"@tsed/tailwind-formio": "1.10.14",
"eslint-plugin-jsx-a11y": "^6.5.1"
}
}
}
6 changes: 3 additions & 3 deletions packages/redux-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/redux-utils",
"version": "1.10.13",
"version": "1.10.14",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
Expand All @@ -16,11 +16,11 @@
"prettier": "prettier '{src,test}/**/*.{ts,tsx}' --write"
},
"devDependencies": {
"@tsed/config": "1.10.13"
"@tsed/config": "1.10.14"
},
"peerDependencies": {
"react": "^17.0.2",
"redux": "^4.0.5"
},
"dependencies": {}
}
}
6 changes: 3 additions & 3 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/storybook",
"version": "1.10.13",
"version": "1.10.14",
"description": "Storybook package",
"main": "src/index.js",
"author": "Romain Lenzotti",
Expand All @@ -20,8 +20,8 @@
"@storybook/addons": "6.1.11",
"@storybook/react": "6.4.3",
"@svgr/webpack": "5.5.0",
"@tsed/config": "1.10.13",
"@tsed/tailwind": "1.10.13",
"@tsed/config": "1.10.14",
"@tsed/tailwind": "1.10.14",
"@tsed/yarn-workspaces": "1.19.3",
"babel-loader": "8.2.2",
"cross-env": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-formio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/tailwind-formio",
"version": "1.10.13",
"version": "1.10.14",
"description": "Tailwind templates for form.io forms.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
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.10.13",
"version": "1.10.14",
"main": "./tailwind.config.js",
"description": "Tailwind configuration",
"license": "MIT",
Expand Down

0 comments on commit ade1ef4

Please sign in to comment.