Skip to content

Commit

Permalink
v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefmikey committed Jan 2, 2023
1 parent fbae623 commit a4f9cb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"publish-stylelint": "cd ./style-guide/stylelint-config && npm publish --access public"
},
"devDependencies": {
"mikey-pro": "^6.1.9"
"mikey-pro": "^6.2.0"
},
"files": [
"README.md",
Expand Down
2 changes: 1 addition & 1 deletion style-guide/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mikey-pro/eslint-config",
"version": "6.1.9",
"version": "6.2.0",
"description": "Mikey Pro ESLint configuration",
"main": "index.js",
"files": [
Expand Down
5 changes: 3 additions & 2 deletions style-guide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mikey-pro",
"version": "6.1.9",
"version": "6.2.0",
"description": "Mikey Pro Style Guide",
"dependencies": {
"@babel/core": "^7.20.7",
Expand All @@ -11,7 +11,7 @@
"@cypress/eslint-plugin-json": "^3.2.3",
"@html-eslint/eslint-plugin": "^0.15.0",
"@html-eslint/parser": "^0.15.0",
"@mikey-pro/eslint-config": "^6.1.9",
"@mikey-pro/eslint-config": "^6.2.0",
"@mikey-pro/prettier-config": "^6.1.1",
"@mikey-pro/stylelint-config": "^6.1.1",
"@typescript-eslint/eslint-plugin": "^5.47.1",
Expand All @@ -23,6 +23,7 @@
"eslint-plugin-compat": "^4.0",
"eslint-plugin-css-modules": "^2.11",
"eslint-plugin-disable-autofix": "^3.1.1",
"eslint-plugin-jest": "^27.2.0",
"eslint-plugin-jsonc": "^2.5.0",
"eslint-plugin-markdownlint": "^0.4.0",
"eslint-plugin-n": "^15.6.0",
Expand Down

0 comments on commit a4f9cb8

Please sign in to comment.