Skip to content

Commit

Permalink
v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Simmonds committed Nov 16, 2020
1 parent 3c5eed7 commit cd4f7fb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "5.2.1"
"version": "5.3.0"
}
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zonedigital/eslint-config-react",
"version": "5.2.1",
"version": "5.3.0",
"description": "This package provides Zone's JavaScript style guide for React as an extensible shared config.",
"main": "index.js",
"repository": "github:zone/frontend",
Expand All @@ -24,7 +24,7 @@
"node": ">=10"
},
"dependencies": {
"@zonedigital/eslint-config-zone": "^5.2.1",
"@zonedigital/eslint-config-zone": "^5.3.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zonedigital/eslint-config-typescript",
"version": "5.2.1",
"version": "5.3.0",
"description": "This package provides Zone's TypeScript style guide as an extensible shared config.",
"main": "index.js",
"repository": "github:zone/frontend",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"@zonedigital/eslint-config-zone": "^5.2.1"
"@zonedigital/eslint-config-zone": "^5.3.0"
},
"devDependencies": {
"eslint": "^6.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zonedigital/eslint-config-vue",
"version": "5.2.1",
"version": "5.3.0",
"description": "This package provides Zone's JavaScript style guide for Vue as an extensible shared config.",
"main": "index.js",
"repository": "github:zone/frontend",
Expand All @@ -24,7 +24,7 @@
"node": ">=10"
},
"dependencies": {
"@zonedigital/eslint-config-zone": "^5.2.1",
"@zonedigital/eslint-config-zone": "^5.3.0",
"eslint-plugin-vue": "^6.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-zone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zonedigital/eslint-config-zone",
"version": "5.2.1",
"version": "5.3.0",
"description": "This package provides Zone's JavaScript style guide as an extensible shared config.",
"main": "index.js",
"repository": "github:zone/frontend",
Expand Down

0 comments on commit cd4f7fb

Please sign in to comment.