Skip to content

Commit

Permalink
Github CI build: __run_2 v1.13.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 8, 2022
1 parent e4a267d commit dbb0fe5
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 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.13.1",
"version": "1.13.2",
"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.13.1",
"version": "1.13.2",
"description": "",
"author": "Romain Lenzotti",
"private": true,
Expand Down
10 changes: 5 additions & 5 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/config",
"version": "1.13.1",
"version": "1.13.2",
"main": "src/index.js",
"main:src": "src/index.js",
"description": "Shared configuration",
Expand All @@ -9,9 +9,9 @@
"private": true,
"scripts": {},
"devDependencies": {
"@tsed/tailwind": "1.13.1",
"@tsed/tailwind": "1.13.2",
"@tsed/yarn-workspaces": "1.19.3"
},
"peerDependencies": {},
"dependencies": {}
}
"dependencies": {},
"peerDependencies": {}
}
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.13.1",
"version": "1.13.2",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
Expand Down Expand Up @@ -32,7 +32,7 @@
"tooltip.js": "^1.3.3"
},
"devDependencies": {
"@tsed/react-formio": "1.13.1",
"@tsed/react-formio": "1.13.2",
"@types/file-saver": "^2.0.1",
"file-saver": "^2.0.5"
},
Expand Down Expand Up @@ -87,4 +87,4 @@
}
},
"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.13.1",
"version": "1.13.2",
"description": "Provide a react formio wrapper. Written in TypeScript.",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand All @@ -12,7 +12,7 @@
"watch": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement"
},
"dependencies": {
"@tsed/redux-utils": "1.13.1",
"@tsed/redux-utils": "1.13.2",
"eventemitter2": "^6.4.3",
"prop-types": "^15.7.2"
},
Expand All @@ -27,7 +27,7 @@
"tooltip.js": ">=1.3.3"
},
"devDependencies": {
"@tsed/tailwind": "1.13.1",
"@tsed/tailwind-formio": "1.13.1"
"@tsed/tailwind": "1.13.2",
"@tsed/tailwind-formio": "1.13.2"
}
}
}
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.13.1",
"version": "1.13.2",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
Expand All @@ -13,11 +13,11 @@
"watch": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement"
},
"devDependencies": {
"@tsed/config": "1.13.1"
"@tsed/config": "1.13.2"
},
"peerDependencies": {
"react": "^17.0.2",
"redux": "^4.0.5"
},
"dependencies": {}
}
}
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.13.1",
"version": "1.13.2",
"description": "Storybook package",
"main": "src/index.js",
"author": "Romain Lenzotti",
Expand All @@ -17,12 +17,12 @@
"@storybook/addon-docs": "6.5.9",
"@storybook/addon-essentials": "6.5.9",
"@storybook/addon-links": "6.5.9",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addons": "6.5.9",
"@storybook/react": "6.5.9",
"@storybook/addon-postcss": "^2.0.0",
"@svgr/webpack": "5.5.0",
"@tsed/config": "1.13.1",
"@tsed/tailwind": "1.13.1",
"@tsed/config": "1.13.2",
"@tsed/tailwind": "1.13.2",
"@tsed/yarn-workspaces": "1.19.3",
"babel-loader": "8.2.2",
"cross-env": "7.0.3",
Expand All @@ -43,4 +43,4 @@
},
"dependencies": {},
"peerDependencies": {}
}
}
8 changes: 4 additions & 4 deletions 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.13.1",
"version": "1.13.2",
"description": "Tailwind templates for form.io forms.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -10,13 +10,13 @@
"gulp-rename": "^2.0.0",
"gulp-template": "^5.0.0",
"nodemon": "2.0.7",
"webpack-cli": "4.9.2",
"webpack": "4.44.2"
"webpack": "4.44.2",
"webpack-cli": "4.9.2"
},
"scripts": {
"watch": "nodemon --watch ./src --ext ts,js,ejs --exec \"yarn build\"",
"build": "tsc --noEmit false && gulp templates && yarn webpack"
},
"dependencies": {},
"peerDependencies": {}
}
}
6 changes: 3 additions & 3 deletions packages/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/tailwind",
"version": "1.13.1",
"version": "1.13.2",
"main": "./tailwind.config.js",
"description": "Tailwind configuration",
"license": "MIT",
Expand All @@ -12,15 +12,15 @@
"clean:tailwind:viewer": "rimraf build/index.html build/favicon.ico"
},
"devDependencies": {
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"rimraf": "3.0.2",
"tailwind": "4.0.0",
"tailwind-config-viewer": "^1.3.1",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"tailwindcss": "2.2.19",
"tailwindcss-cli": "0.1.2",
"tailwindcss-inset": "1.0.0",
"tailwindcss-transforms": "2.2.0"
},
"dependencies": {},
"peerDependencies": {}
}
}

0 comments on commit dbb0fe5

Please sign in to comment.