Skip to content

Commit

Permalink
v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juscc committed Feb 15, 2022
1 parent 1486470 commit 9a399d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,5 +5,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.4.0"
"version": "3.4.1"
}
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@deloitte-digital-au/eslint-config-react",
"version": "3.4.0",
"version": "3.4.1",
"description": "This package provides Deloitte Digital's code standards as an ESLint extensible config",
"main": "./index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"author": "Deloitte Digital Australia (http://deloittedigital.com.au)",
"license": "BSD-3-Clause",
"dependencies": {
"@deloitte-digital-au/eslint-config": "^3.4.0",
"@deloitte-digital-au/eslint-config": "^3.4.1",
"eslint": "^6.0.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.14.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@deloitte-digital-au/eslint-config-typescript",
"version": "3.4.0",
"version": "3.4.1",
"description": "This package provides Deloitte Digital's code standards as an ESLint extensible config",
"main": "./index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"author": "Deloitte Digital Australia (http://deloittedigital.com.au)",
"license": "BSD-3-Clause",
"dependencies": {
"@deloitte-digital-au/eslint-config": "^3.4.0",
"@deloitte-digital-au/eslint-config": "^3.4.1",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"eslint": "^6.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@deloitte-digital-au/eslint-config",
"version": "3.4.0",
"version": "3.4.1",
"description": "This package provides Deloitte Digital's code standards as an ESLint extensible config",
"main": "./index.js",
"scripts": {
Expand All @@ -26,8 +26,8 @@
"dependencies": {
"eslint": "^6.0.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.5.0",
"eslint-plugin-new-with-error": "^2.0.0"
"eslint-plugin-new-with-error": "^2.0.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.5.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 9a399d6

Please sign in to comment.