Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - [email protected]
 - @markuplint/[email protected]
 - @markuplint/[email protected]
 - @markuplint/[email protected]
 - @markuplint/[email protected]
 - @markuplint/[email protected]
 - @markuplint/[email protected]
 - @markuplint/[email protected]
 - @markuplint/[email protected]
 - @markuplint/[email protected]
 - @markuplint/[email protected]
 - @markuplint/[email protected]
 - @markuplint/[email protected]
 - @markuplint/[email protected]
 - @markuplint/[email protected]
 - @markuplint/[email protected]
  • Loading branch information
yusukehirao committed Sep 30, 2020
1 parent ef43199 commit 34fdc59
Show file tree
Hide file tree
Showing 16 changed files with 56 additions and 56 deletions.
4 changes: 2 additions & 2 deletions packages/@markuplint/file-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/file-resolver",
"version": "1.0.0-alpha.20",
"version": "1.0.0",
"description": "The file resolver of markuplint",
"repository": "[email protected]:markuplint/markuplint.git",
"author": "Yusuke Hirao <[email protected]>",
Expand All @@ -21,7 +21,7 @@
"@types/node": "^14.0.5"
},
"dependencies": {
"@markuplint/ml-config": "^1.0.0-alpha.11",
"@markuplint/ml-config": "^1.0.0",
"cosmiconfig": "^6.0.0",
"glob": "^7.1.6"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/@markuplint/html-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/html-parser",
"version": "1.0.0-alpha.24",
"version": "1.0.0",
"description": "HTML parser for markuplint",
"repository": "[email protected]:markuplint/markuplint.git",
"author": "Yusuke Hirao <[email protected]>",
Expand All @@ -20,7 +20,7 @@
"@types/parse5": "^5.0.3"
},
"dependencies": {
"@markuplint/ml-ast": "^1.0.0-alpha.14",
"@markuplint/ml-ast": "^1.0.0",
"parse5": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/@markuplint/html-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/html-spec",
"version": "1.0.0-alpha.27",
"version": "1.0.0",
"description": "A specification of HTML Living Standard for markuplint",
"repository": "[email protected]:markuplint/markuplint.git",
"author": "Yusuke Hirao <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/@markuplint/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/i18n",
"version": "1.0.0-alpha.10",
"version": "1.0.0",
"description": "HTML parser for markuplint",
"repository": "[email protected]:markuplint/markuplint.git",
"author": "Yusuke Hirao <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/@markuplint/ml-ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/ml-ast",
"version": "1.0.0-alpha.14",
"version": "1.0.0",
"description": "The markuplint AST types.",
"repository": "[email protected]:markuplint/markuplint.git",
"author": "Yusuke Hirao <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/@markuplint/ml-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/ml-config",
"version": "1.0.0-alpha.11",
"version": "1.0.0",
"description": "JSON Schema and TypeScript types of markuplint configure JSON",
"repository": "[email protected]:markuplint/markuplint.git",
"author": "Yusuke Hirao <[email protected]>",
Expand Down
8 changes: 4 additions & 4 deletions packages/@markuplint/ml-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/ml-core",
"version": "1.0.0-alpha.31",
"version": "1.0.0",
"description": "The core module of markuplint",
"repository": "[email protected]:markuplint/markuplint.git",
"author": "Yusuke Hirao <[email protected]>",
Expand All @@ -17,9 +17,9 @@
"clean": "tsc --build --clean"
},
"dependencies": {
"@markuplint/i18n": "^1.0.0-alpha.10",
"@markuplint/ml-ast": "^1.0.0-alpha.14",
"@markuplint/ml-config": "^1.0.0-alpha.11",
"@markuplint/i18n": "^1.0.0",
"@markuplint/ml-ast": "^1.0.0",
"@markuplint/ml-config": "^1.0.0",
"@markuplint/ml-spec": "^1.0.0-alpha.11",
"css-selector-parser": "^1.4.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/@markuplint/pug-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/pug-parser",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"description": "Pug parser for markuplint",
"repository": "[email protected]:markuplint/markuplint.git",
"author": "Yusuke Hirao <[email protected]>",
Expand All @@ -16,8 +16,8 @@
"clean": "tsc --build --clean"
},
"dependencies": {
"@markuplint/html-parser": "^1.0.0-alpha.24",
"@markuplint/ml-ast": "^1.0.0-alpha.14",
"@markuplint/html-parser": "^1.0.0",
"@markuplint/ml-ast": "^1.0.0",
"pug-lexer": "^5.0.0",
"pug-parser": "^6.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/@markuplint/rule-textlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/rule-textlint",
"version": "0.0.1-alpha.35",
"version": "0.0.1-alpha.36",
"description": "The textlint rule for markuplint",
"repository": "[email protected]:markuplint/markuplint.git",
"author": "Yusuke Hirao <[email protected]>",
Expand All @@ -17,11 +17,11 @@
"clean": "tsc --build --clean"
},
"devDependencies": {
"markuplint": "^1.0.0-alpha.57",
"markuplint": "^1.0.0",
"textlint-rule-prh": "^5.3.0"
},
"dependencies": {
"@markuplint/ml-core": "^1.0.0-alpha.31",
"@markuplint/ml-core": "^1.0.0",
"@textlint/kernel": "^3.2.1",
"textlint-plugin-html": "^0.2.0"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/@markuplint/rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/rules",
"version": "1.0.0-alpha.45",
"version": "1.0.0",
"description": "Rules for markuplint",
"repository": "[email protected]:markuplint/markuplint.git",
"author": "Yusuke Hirao <[email protected]>",
Expand All @@ -20,10 +20,10 @@
"@markuplint/ml-spec": "^1.0.0-alpha.11"
},
"devDependencies": {
"@markuplint/html-spec": "^1.0.0-alpha.27",
"@markuplint/ml-core": "^1.0.0-alpha.31",
"@markuplint/pug-parser": "^1.0.0-alpha.10",
"@markuplint/vue-parser": "^1.0.0-alpha.18",
"@markuplint/vue-spec": "^1.0.0-alpha.3"
"@markuplint/html-spec": "^1.0.0",
"@markuplint/ml-core": "^1.0.0",
"@markuplint/pug-parser": "^1.0.0-alpha.11",
"@markuplint/vue-parser": "^1.0.0-alpha.19",
"@markuplint/vue-spec": "^1.0.0-alpha.4"
}
}
6 changes: 3 additions & 3 deletions packages/@markuplint/svelte-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/svelte-parser",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Svelte parser for markuplint",
"repository": "[email protected]:markuplint/markuplint.git",
"author": "Yusuke Hirao <[email protected]>",
Expand All @@ -16,8 +16,8 @@
"clean": "tsc --build --clean"
},
"dependencies": {
"@markuplint/html-parser": "^1.0.0-alpha.24",
"@markuplint/ml-ast": "^1.0.0-alpha.14",
"@markuplint/html-parser": "^1.0.0",
"@markuplint/ml-ast": "^1.0.0",
"svelte": "^3.24.0"
}
}
6 changes: 3 additions & 3 deletions packages/@markuplint/vue-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/vue-parser",
"version": "1.0.0-alpha.18",
"version": "1.0.0-alpha.19",
"description": "Vue parser for markuplint",
"repository": "[email protected]:markuplint/markuplint.git",
"author": "Yusuke Hirao <[email protected]>",
Expand All @@ -16,8 +16,8 @@
"clean": "tsc --build --clean"
},
"dependencies": {
"@markuplint/html-parser": "^1.0.0-alpha.24",
"@markuplint/ml-ast": "^1.0.0-alpha.14",
"@markuplint/html-parser": "^1.0.0",
"@markuplint/ml-ast": "^1.0.0",
"vue-eslint-parser": "^7.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/@markuplint/vue-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/vue-spec",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "Extended specification for tags and attributes in Vue",
"repository": "[email protected]:markuplint/markuplint.git",
"author": "Yusuke Hirao <[email protected]>",
Expand Down
18 changes: 9 additions & 9 deletions packages/markuplint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markuplint",
"version": "1.0.0-alpha.57",
"version": "1.0.0",
"description": "A Linter for All Markup Languages.",
"author": "Yusuke Hirao",
"license": "MIT",
Expand All @@ -24,15 +24,15 @@
"execa": "^4.0.3"
},
"dependencies": {
"@markuplint/file-resolver": "^1.0.0-alpha.20",
"@markuplint/html-parser": "^1.0.0-alpha.24",
"@markuplint/html-spec": "^1.0.0-alpha.27",
"@markuplint/i18n": "^1.0.0-alpha.10",
"@markuplint/ml-ast": "^1.0.0-alpha.14",
"@markuplint/ml-config": "^1.0.0-alpha.11",
"@markuplint/ml-core": "^1.0.0-alpha.31",
"@markuplint/file-resolver": "^1.0.0",
"@markuplint/html-parser": "^1.0.0",
"@markuplint/html-spec": "^1.0.0",
"@markuplint/i18n": "^1.0.0",
"@markuplint/ml-ast": "^1.0.0",
"@markuplint/ml-config": "^1.0.0",
"@markuplint/ml-core": "^1.0.0",
"@markuplint/ml-spec": "^1.0.0-alpha.11",
"@markuplint/rules": "^1.0.0-alpha.45",
"@markuplint/rules": "^1.0.0",
"cli-color": "^2.0.0",
"eastasianwidth": "^0.2.0",
"get-stdin": "^8.0.0",
Expand Down
16 changes: 8 additions & 8 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@markuplint/playground",
"description": "https://playground.markuplint.dev",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"private": true,
"scripts": {
"pg:dev": "webpack-dev-server --progress --watch --colors",
Expand Down Expand Up @@ -44,14 +44,14 @@
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@markuplint/html-parser": "^1.0.0-alpha.24",
"@markuplint/html-spec": "^1.0.0-alpha.27",
"@markuplint/i18n": "^1.0.0-alpha.10",
"@markuplint/ml-ast": "^1.0.0-alpha.14",
"@markuplint/ml-config": "^1.0.0-alpha.11",
"@markuplint/ml-core": "^1.0.0-alpha.31",
"@markuplint/html-parser": "^1.0.0",
"@markuplint/html-spec": "^1.0.0",
"@markuplint/i18n": "^1.0.0",
"@markuplint/ml-ast": "^1.0.0",
"@markuplint/ml-config": "^1.0.0",
"@markuplint/ml-core": "^1.0.0",
"@markuplint/ml-spec": "^1.0.0-alpha.11",
"@markuplint/rules": "^1.0.0-alpha.45",
"@markuplint/rules": "^1.0.0",
"monaco-editor": "^0.20.0",
"svelte": "^3.24.1",
"tslib": "^2.0.1"
Expand Down
16 changes: 8 additions & 8 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@markuplint/website",
"description": "https://markuplint.dev",
"version": "1.0.0-alpha.44",
"version": "1.0.0",
"private": true,
"scripts": {
"site:dev": "node prebuild.js && next dev",
Expand Down Expand Up @@ -31,14 +31,14 @@
},
"dependencies": {
"@mapbox/rehype-prism": "^0.5.0",
"@markuplint/html-parser": "^1.0.0-alpha.24",
"@markuplint/html-spec": "^1.0.0-alpha.27",
"@markuplint/i18n": "^1.0.0-alpha.10",
"@markuplint/ml-ast": "^1.0.0-alpha.14",
"@markuplint/ml-config": "^1.0.0-alpha.11",
"@markuplint/ml-core": "^1.0.0-alpha.31",
"@markuplint/html-parser": "^1.0.0",
"@markuplint/html-spec": "^1.0.0",
"@markuplint/i18n": "^1.0.0",
"@markuplint/ml-ast": "^1.0.0",
"@markuplint/ml-config": "^1.0.0",
"@markuplint/ml-core": "^1.0.0",
"@markuplint/ml-spec": "^1.0.0-alpha.11",
"@markuplint/rules": "^1.0.0-alpha.45",
"@markuplint/rules": "^1.0.0",
"monaco-editor": "^0.20.0",
"next": "9.5.1",
"next-mdx-enhanced": "^3.1.0",
Expand Down

0 comments on commit 34fdc59

Please sign in to comment.