Skip to content

Commit

Permalink
Github CI build: __run_2 v3.20.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 27, 2022
1 parent 8eeb1fe commit 70c60de
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 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": "3.19.5",
"version": "3.20.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": "3.19.5",
"version": "3.20.0",
"description": "Vuepress theme for tsed.io",
"repository": "https://github.com/tsedio/vuepress-theme-tsed",
"author": "Romain Lenzotti",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-it-symbols/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/markdown-it-symbols",
"version": "3.19.5",
"version": "3.20.0",
"description": "Markdown it plugin",
"main": "./src/index.js",
"repository": "https://github.com/tsedio/vuepress-theme-tsed",
Expand Down
8 changes: 4 additions & 4 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@tsed/vuepress-storybook",
"version": "3.19.5",
"version": "3.20.0",
"main": "index.js",
"license": "MIT",
"private": true,
"dependencies": {
"@tsed/vuepress-tailwind-config": "3.19.5",
"@tsed/vuepress-tailwind-config": "3.20.0",
"vue": "2.6.12"
},
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@storybook/addon-knobs": "6.1.3",
"@storybook/addon-links": "^6.5.5",
"@storybook/addon-notes": "5.3.21",
"@storybook/addon-viewport": "6.5.5",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-viewport": "6.5.5",
"@storybook/vue": "^6.5.5",
"@tsed/vuepress-common": "3.19.5",
"@tsed/vuepress-common": "3.20.0",
"autoprefixer": "9.8.0",
"babel-loader": "^8.1.0",
"babel-preset-vue": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/vuepress-tailwind-config",
"version": "3.19.5",
"version": "3.20.0",
"main": "./tailwind.config.js",
"license": "MIT",
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/vuepress-common",
"version": "3.19.5",
"version": "3.20.0",
"description": "Shared components and utils",
"main": "./src/index.js",
"repository": "https://github.com/tsedio/vuepress-theme-tsed",
Expand Down
12 changes: 6 additions & 6 deletions packages/vuepress-theme-tsed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-theme-tsed",
"version": "3.19.5",
"version": "3.20.0",
"description": "Vuepress theme for tsed.io",
"main": "./src/index.js",
"repository": "https://github.com/tsedio/vuepress-theme-tsed",
Expand All @@ -18,9 +18,9 @@
"@docsearch/js": "^3.1.0",
"@sass-collective/sass-rem": "^1.7.0",
"@silvanite/vuepress-plugin-tailwind": "^1.3.0",
"@tsed/markdown-it-symbols": "3.19.5",
"@tsed/vuepress-common": "3.19.5",
"@tsed/vuepress-tailwind-config": "3.19.5",
"@tsed/markdown-it-symbols": "3.20.0",
"@tsed/vuepress-common": "3.20.0",
"@tsed/vuepress-tailwind-config": "3.20.0",
"@vuepress/plugin-active-header-links": "^1.9.7",
"@vuepress/plugin-medium-zoom": "^1.9.7",
"@vuepress/plugin-nprogress": "^1.9.7",
Expand All @@ -38,19 +38,19 @@
"vuepress-plugin-smooth-scroll": "^0.0.10"
},
"devDependencies": {
"lite-server": "2.5.4",
"postcss-at-rules-variables": "0.1.10",
"postcss-each": "0.10.0",
"postcss-for": "2.1.1",
"postcss-import": "12.0.1",
"postcss-mixins": "6.2.3",
"postcss-nested": "4.2.1",
"postcss-omit-import-tilde": "1.0.1",
"semantic-release": "19.0.2",
"stylus": "0.57.0",
"stylus-loader": "^3.0.2",
"tailwindcss-inset": "^1.0.0",
"tailwindcss-transforms": "^2.2.0",
"lite-server": "2.5.4",
"semantic-release": "19.0.2",
"vuepress": "1.9.7"
},
"peerDependencies": {}
Expand Down

0 comments on commit 70c60de

Please sign in to comment.