Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - markuplint@3.0.1
 - @markuplint/create-rule-helper@3.0.1
 - @markuplint/file-resolver@3.0.1
 - @markuplint/html-spec@3.0.1
 - @markuplint/jsx-parser@3.0.1
 - @markuplint/ml-config@3.0.1
 - @markuplint/ml-core@3.0.1
 - @markuplint/ml-spec@3.0.1
 - @markuplint/react-spec@3.0.1
 - @markuplint/rule-textlint@3.0.1
 - @markuplint/rules@3.0.1
 - @markuplint/selector@3.0.1
 - @markuplint/vue-spec@3.0.1
 - @markuplint/playground@2.1.0-alpha.0
  • Loading branch information
yusukehirao committed Dec 30, 2022
1 parent e4b4d72 commit 4ade31a
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions packages/@markuplint/create-rule-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/create-rule-helper",
"version": "3.0.0",
"version": "3.0.1",
"description": "Create rule helper",
"repository": "git@github.com:markuplint/markuplint.git",
"author": "Yusuke Hirao <yusukehirao@me.com>",
Expand All @@ -17,7 +17,7 @@
"clean": "tsc --build --clean"
},
"dependencies": {
"@markuplint/ml-core": "3.0.0",
"@markuplint/ml-core": "3.0.1",
"glob": "^8.0.3",
"prettier": "^2.8.1",
"tslib": "^2.4.1",
Expand Down
8 changes: 4 additions & 4 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": "3.0.0",
"version": "3.0.1",
"description": "The file resolver of markuplint",
"repository": "git@github.com:markuplint/markuplint.git",
"author": "Yusuke Hirao <yusukehirao@me.com>",
Expand All @@ -23,9 +23,9 @@
"dependencies": {
"@markuplint/html-parser": "3.0.0",
"@markuplint/ml-ast": "3.0.0-rc.5",
"@markuplint/ml-config": "3.0.0",
"@markuplint/ml-core": "3.0.0",
"@markuplint/ml-spec": "3.0.0",
"@markuplint/ml-config": "3.0.1",
"@markuplint/ml-core": "3.0.1",
"@markuplint/ml-spec": "3.0.1",
"cosmiconfig": "^8.0.0",
"glob": "^8.0.3",
"jsonc": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0",
"version": "3.0.1",
"description": "A specification of HTML Living Standard for markuplint",
"repository": "git@github.com:markuplint/markuplint.git",
"author": "Yusuke Hirao <yusukehirao@me.com>",
Expand All @@ -26,6 +26,6 @@
"strip-json-comments": "3"
},
"dependencies": {
"@markuplint/ml-spec": "3.0.0"
"@markuplint/ml-spec": "3.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/@markuplint/jsx-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/jsx-parser",
"version": "3.0.0",
"version": "3.0.1",
"description": "JSX parser for markuplint",
"repository": "git@github.com:markuplint/markuplint.git",
"author": "Yusuke Hirao <yusukehirao@me.com>",
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0",
"version": "3.0.1",
"description": "JSON Schema and TypeScript types of markuplint configure JSON",
"repository": "git@github.com:markuplint/markuplint.git",
"author": "Yusuke Hirao <yusukehirao@me.com>",
Expand All @@ -20,7 +20,7 @@
"@types/mustache": "^4.2.2"
},
"dependencies": {
"@markuplint/selector": "3.0.0",
"@markuplint/selector": "3.0.1",
"deepmerge": "^4.2.2",
"is-plain-object": "^5.0.0",
"mustache": "^4.2.0"
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": "3.0.0",
"version": "3.0.1",
"description": "The core module of markuplint",
"repository": "git@github.com:markuplint/markuplint.git",
"author": "Yusuke Hirao <yusukehirao@me.com>",
Expand All @@ -23,10 +23,10 @@
"@markuplint/config-presets": "3.0.0-rc.5",
"@markuplint/i18n": "3.0.0-rc.5",
"@markuplint/ml-ast": "3.0.0-rc.5",
"@markuplint/ml-config": "3.0.0",
"@markuplint/ml-spec": "3.0.0",
"@markuplint/ml-config": "3.0.1",
"@markuplint/ml-spec": "3.0.1",
"@markuplint/parser-utils": "3.0.0",
"@markuplint/selector": "3.0.0",
"@markuplint/selector": "3.0.1",
"debug": "^4.3.4",
"tslib": "^2.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@markuplint/ml-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/ml-spec",
"version": "3.0.0",
"version": "3.0.1",
"description": "Types and schema that specs of the Markup languages for markuplint",
"repository": "git@github.com:markuplint/markuplint.git",
"author": "Yusuke Hirao <yusukehirao@me.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/@markuplint/react-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/react-spec",
"version": "3.0.0",
"version": "3.0.1",
"description": "Extended specification for tags and attributes in React",
"repository": "git@github.com:markuplint/markuplint.git",
"author": "Yusuke Hirao <yusukehirao@me.com>",
Expand All @@ -16,7 +16,7 @@
"clean": "tsc --build --clean"
},
"devDependencies": {
"@markuplint/ml-spec": "3.0.0"
"@markuplint/ml-spec": "3.0.1"
},
"peerDependencies": {
"@markuplint/ml-core": "3.x"
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": "3.0.0",
"version": "3.0.1",
"description": "The rule plugin that adapts textlint in markuplint",
"repository": "git@github.com:markuplint/markuplint.git",
"author": "Yusuke Hirao <yusukehirao@me.com>",
Expand All @@ -20,11 +20,11 @@
"clean": "tsc --build --clean"
},
"devDependencies": {
"markuplint": "3.0.0",
"markuplint": "3.0.1",
"textlint-rule-prh": "^5.3.0"
},
"dependencies": {
"@markuplint/ml-core": "3.0.0",
"@markuplint/ml-core": "3.0.1",
"@textlint/kernel": "^12.2.3",
"textlint": "^12.2.3",
"textlint-plugin-html": "^0.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/@markuplint/rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/rules",
"version": "3.0.0",
"version": "3.0.1",
"description": "Built-in rules of markuplint",
"repository": "git@github.com:markuplint/markuplint.git",
"author": "Yusuke Hirao <yusukehirao@me.com>",
Expand All @@ -20,9 +20,9 @@
"./lib/permitted-contents/debug.js": "./lib/permitted-contents/debug.browser.js"
},
"dependencies": {
"@markuplint/html-spec": "3.0.0",
"@markuplint/ml-core": "3.0.0",
"@markuplint/ml-spec": "3.0.0",
"@markuplint/html-spec": "3.0.1",
"@markuplint/ml-core": "3.0.1",
"@markuplint/ml-spec": "3.0.1",
"@markuplint/types": "3.0.0",
"@ungap/structured-clone": "^1.0.1",
"debug": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/@markuplint/selector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markuplint/selector",
"version": "3.0.0",
"version": "3.0.1",
"description": "Extended W3C Selectors matcher",
"repository": "git@github.com:markuplint/markuplint.git",
"author": "Yusuke Hirao <yusukehirao@me.com>",
Expand All @@ -22,7 +22,7 @@
"tslib": "^2.4.1"
},
"devDependencies": {
"@markuplint/ml-spec": "3.0.0",
"@markuplint/ml-spec": "3.0.1",
"@types/debug": "^4.1.7",
"@types/jsdom": "16",
"jsdom": "19"
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0",
"version": "3.0.1",
"description": "Extended specification for tags and attributes in Vue",
"repository": "git@github.com:markuplint/markuplint.git",
"author": "Yusuke Hirao <yusukehirao@me.com>",
Expand All @@ -16,7 +16,7 @@
"clean": "tsc --build --clean"
},
"devDependencies": {
"@markuplint/ml-spec": "3.0.0"
"@markuplint/ml-spec": "3.0.1"
},
"peerDependencies": {
"@markuplint/ml-core": "3.x"
Expand Down
16 changes: 8 additions & 8 deletions packages/markuplint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markuplint",
"version": "3.0.0",
"version": "3.0.1",
"description": "A linter for all markup developers",
"author": "Yusuke Hirao",
"license": "MIT",
Expand All @@ -25,16 +25,16 @@
"execa": "5"
},
"dependencies": {
"@markuplint/create-rule-helper": "3.0.0",
"@markuplint/file-resolver": "3.0.0",
"@markuplint/create-rule-helper": "3.0.1",
"@markuplint/file-resolver": "3.0.1",
"@markuplint/html-parser": "3.0.0",
"@markuplint/html-spec": "3.0.0",
"@markuplint/html-spec": "3.0.1",
"@markuplint/i18n": "3.0.0-rc.5",
"@markuplint/ml-ast": "3.0.0-rc.5",
"@markuplint/ml-config": "3.0.0",
"@markuplint/ml-core": "3.0.0",
"@markuplint/ml-spec": "3.0.0",
"@markuplint/rules": "3.0.0",
"@markuplint/ml-config": "3.0.1",
"@markuplint/ml-core": "3.0.1",
"@markuplint/ml-spec": "3.0.1",
"@markuplint/rules": "3.0.1",
"chokidar": "^3.5.3",
"cli-color": "^2.0.3",
"debug": "^4.3.4",
Expand Down
12 changes: 6 additions & 6 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": "2.1.0-0",
"version": "2.1.0-alpha.0",
"private": true,
"scripts": {
"pg:dev": "yarn; webpack-dev-server --progress",
Expand Down Expand Up @@ -44,14 +44,14 @@
},
"dependencies": {
"@markuplint/html-parser": "3.0.0",
"@markuplint/html-spec": "3.0.0",
"@markuplint/html-spec": "3.0.1",
"@markuplint/i18n": "3.0.0-rc.5",
"@markuplint/ml-ast": "3.0.0-rc.5",
"@markuplint/ml-config": "3.0.0",
"@markuplint/ml-core": "3.0.0",
"@markuplint/ml-spec": "3.0.0",
"@markuplint/ml-config": "3.0.1",
"@markuplint/ml-core": "3.0.1",
"@markuplint/ml-spec": "3.0.1",
"@markuplint/parser-utils": "3.0.0",
"@markuplint/rules": "3.0.0",
"@markuplint/rules": "3.0.1",
"monaco-editor": "0.34.1",
"svelte": "3.55.0",
"tslib": "2.4.1"
Expand Down

0 comments on commit 4ade31a

Please sign in to comment.