diff --git a/lerna.json b/lerna.json index 42a89475..1d54f2ba 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "packages": [ "packages/*" ], - "version": "1.13.1", + "version": "1.13.2", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/package.json b/package.json index 8dd46796..c22a9942 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "1.13.1", + "version": "1.13.2", "description": "", "author": "Romain Lenzotti", "private": true, diff --git a/packages/config/package.json b/packages/config/package.json index d2b695a8..3ee60173 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -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", @@ -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": {} +} \ No newline at end of file diff --git a/packages/react-formio-container/package.json b/packages/react-formio-container/package.json index 9ea46bfb..3dcfac5e 100644 --- a/packages/react-formio-container/package.json +++ b/packages/react-formio-container/package.json @@ -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", @@ -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" }, @@ -87,4 +87,4 @@ } }, "dependencies": {} -} +} \ No newline at end of file diff --git a/packages/react-formio/package.json b/packages/react-formio/package.json index 366c64b1..42840696 100644 --- a/packages/react-formio/package.json +++ b/packages/react-formio/package.json @@ -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", @@ -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" }, @@ -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" } -} +} \ No newline at end of file diff --git a/packages/redux-utils/package.json b/packages/redux-utils/package.json index e1a5ce46..25da19a3 100644 --- a/packages/redux-utils/package.json +++ b/packages/redux-utils/package.json @@ -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", @@ -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": {} -} +} \ No newline at end of file diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 2d557e57..ff4d35da 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -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", @@ -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", @@ -43,4 +43,4 @@ }, "dependencies": {}, "peerDependencies": {} -} +} \ No newline at end of file diff --git a/packages/tailwind-formio/package.json b/packages/tailwind-formio/package.json index 5385f349..9d5c3e0e 100644 --- a/packages/tailwind-formio/package.json +++ b/packages/tailwind-formio/package.json @@ -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", @@ -10,8 +10,8 @@ "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\"", @@ -19,4 +19,4 @@ }, "dependencies": {}, "peerDependencies": {} -} +} \ No newline at end of file diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index 3a72dee4..28bd6511 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/tailwind", - "version": "1.13.1", + "version": "1.13.2", "main": "./tailwind.config.js", "description": "Tailwind configuration", "license": "MIT", @@ -12,10 +12,10 @@ "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", @@ -23,4 +23,4 @@ }, "dependencies": {}, "peerDependencies": {} -} +} \ No newline at end of file