Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukehirao committed Dec 1, 2022
1 parent ac17983 commit d461713
Show file tree
Hide file tree
Showing 20 changed files with 399 additions and 361 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,25 +93,25 @@
],
"devDependencies": {
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"browser-resolve": "^2.0.0",
"coveralls": "^3.1.1",
"cspell": "^6.14.3",
"cspell": "^6.15.1",
"eslint": "^8.28.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.6.2",
"eslint-plugin-jsdoc": "^39.6.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-sort-class-members": "^1.15.2",
"heapdump": "^0.3.15",
"husky": "^8.0.2",
"jest": "^29.3.1",
"lerna": "^5.5.2",
"lint-staged": "^13.0.3",
"lint-staged": "^13.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"prettier": "^2.8.0",
"prettier-plugin-md-nocjsp": "^1.4.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@markuplint/astro-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@markuplint/html-parser": "3.0.0-rc.0",
"@markuplint/ml-ast": "3.0.0-rc.0",
"@markuplint/parser-utils": "3.0.0-rc.0",
"tslib": "^2.4.0"
"tslib": "^2.4.1"
}
}
8 changes: 4 additions & 4 deletions packages/@markuplint/create-rule-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@markuplint/ml-core": "3.0.0-rc.0",
"glob": "^8.0.3",
"mustache": "^4.2.0",
"prettier": "^2.7.1",
"tslib": "^2.4.0",
"typescript": "^4.8.3"
"prettier": "^2.8.0",
"tslib": "^2.4.1",
"typescript": "^4.9.3"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"fs-extra": "^10.1.0"
"fs-extra": "^11.1.0"
}
}
10 changes: 5 additions & 5 deletions packages/@markuplint/file-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
},
"devDependencies": {
"@types/cosmiconfig": "^6.0.0",
"@types/glob": "^7.2.0",
"@types/node": "^17.0.16"
"@types/glob": "^8.0.0",
"@types/node": "latest"
},
"dependencies": {
"@markuplint/html-parser": "3.0.0-rc.0",
"@markuplint/ml-ast": "3.0.0-rc.0",
"@markuplint/ml-config": "3.0.0-rc.0",
"@markuplint/ml-core": "3.0.0-rc.0",
"@markuplint/ml-spec": "3.0.0-rc.0",
"cosmiconfig": "^7.0.1",
"cosmiconfig": "^8.0.0",
"glob": "^8.0.3",
"jsonc": "^2.0.0",
"minimatch": "^5.1.0",
"tslib": "^2.4.0"
"minimatch": "^5.1.1",
"tslib": "^2.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/@markuplint/html-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@markuplint/ml-ast": "3.0.0-rc.0",
"@markuplint/parser-utils": "3.0.0-rc.0",
"parse5": "6",
"tslib": "^2.4.0"
"tslib": "^2.4.1"
}
}
4 changes: 2 additions & 2 deletions packages/@markuplint/html-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@types/cheerio": "^0.22.31",
"@types/cli-progress": "^3.11.0",
"@types/node-fetch": "2",
"ajv": "^8.11.0",
"ajv": "^8.11.2",
"cheerio": "^1.0.0-rc.12",
"cli-progress": "^3.11.2",
"fast-xml-parser": "^4.0.10",
"fast-xml-parser": "^4.0.12",
"node-fetch": "2",
"strip-json-comments": "3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/@markuplint/jsx-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@markuplint/html-parser": "3.0.0-rc.0",
"@markuplint/ml-ast": "3.0.0-rc.0",
"@markuplint/parser-utils": "3.0.0-rc.0",
"@typescript-eslint/types": "^5.38.0",
"@typescript-eslint/typescript-estree": "^5.38.0",
"tslib": "^2.4.0"
"@typescript-eslint/types": "^5.45.0",
"@typescript-eslint/typescript-estree": "^5.45.0",
"tslib": "^2.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/@markuplint/ml-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@markuplint/ml-ast": "3.0.0-rc.0",
"@types/mustache": "^4.2.1"
"@types/mustache": "^4.2.2"
},
"dependencies": {
"@markuplint/selector": "3.0.0-rc.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@markuplint/ml-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@markuplint/selector": "3.0.0-rc.0",
"debug": "^4.3.4",
"postcss-selector-parser": "^6.0.10",
"tslib": "^2.4.0"
"tslib": "^2.4.1"
},
"devDependencies": {
"@markuplint/html-parser": "3.0.0-rc.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@markuplint/ml-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@markuplint/ml-ast": "3.0.0-rc.0",
"dom-accessibility-api": "^0.5.14",
"tslib": "^2.4.0"
"tslib": "^2.4.1"
},
"devDependencies": {
"@markuplint/test-tools": "3.0.0-rc.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@markuplint/mustache-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@markuplint/html-parser": "3.0.0-rc.0",
"@markuplint/ml-ast": "3.0.0-rc.0",
"@markuplint/parser-utils": "3.0.0-rc.0",
"tslib": "^2.4.0"
"tslib": "^2.4.1"
}
}
4 changes: 2 additions & 2 deletions packages/@markuplint/parser-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"clean": "tsc --build --clean"
},
"devDependencies": {
"@types/uuid": "^8.3.4"
"@types/uuid": "8"
},
"dependencies": {
"@markuplint/ml-ast": "3.0.0-rc.0",
"@markuplint/types": "3.0.0-rc.0",
"tslib": "^2.4.0",
"tslib": "^2.4.1",
"uuid": "8"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@markuplint/pug-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@markuplint/parser-utils": "3.0.0-rc.0",
"pug-lexer": "^5.0.1",
"pug-parser": "^6.0.0",
"tslib": "^2.4.0"
"tslib": "^2.4.1"
}
}
6 changes: 3 additions & 3 deletions packages/@markuplint/rule-textlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"dependencies": {
"@markuplint/ml-core": "3.0.0-rc.0",
"@textlint/kernel": "^12.2.2",
"textlint": "^12.2.2",
"@textlint/kernel": "^12.2.3",
"textlint": "^12.2.3",
"textlint-plugin-html": "^0.3.0",
"tslib": "^2.4.0"
"tslib": "^2.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/@markuplint/rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@ungap/structured-clone": "^1.0.1",
"debug": "^4.3.4",
"html-entities": "^2.3.3",
"tslib": "^2.4.0"
"tslib": "^2.4.1"
},
"devDependencies": {
"@types/debug": "^4.1.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/@markuplint/selector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"dependencies": {
"debug": "^4.3.4",
"postcss-selector-parser": "^6.0.10",
"tslib": "^2.4.0"
"postcss-selector-parser": "^6.0.11",
"tslib": "^2.4.1"
},
"devDependencies": {
"@markuplint/ml-spec": "3.0.0-rc.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@markuplint/svelte-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@markuplint/html-parser": "3.0.0-rc.0",
"@markuplint/ml-ast": "3.0.0-rc.0",
"@markuplint/parser-utils": "3.0.0-rc.0",
"svelte": "^3.50.1",
"tslib": "^2.4.0"
"svelte": "^3.53.1",
"tslib": "^2.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/@markuplint/vue-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@markuplint/html-parser": "3.0.0-rc.0",
"@markuplint/ml-ast": "3.0.0-rc.0",
"@markuplint/parser-utils": "3.0.0-rc.0",
"tslib": "^2.4.0",
"tslib": "^2.4.1",
"vue-eslint-parser": "^9.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/markuplint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/debug": "^4.1.7",
"@types/has-yarn": "^1.0.1",
"@types/meow": "^6.0.0",
"@types/uuid": "^8.3.4",
"@types/uuid": "8",
"execa": "5"
},
"dependencies": {
Expand All @@ -45,9 +45,9 @@
"has-yarn": "2",
"meow": "9",
"os-locale": "5",
"strict-event-emitter": "^0.2.4",
"strict-event-emitter": "^0.2.8",
"strip-ansi": "6",
"tslib": "^2.4.0",
"tslib": "^2.4.1",
"uuid": "8"
}
}

0 comments on commit d461713

Please sign in to comment.