Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzruth committed Feb 11, 2021
1 parent b0bc929 commit 1339f2d
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
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.5.0",
"npmClient": "yarn",
"ignoreChanges": [
"*.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-awzzm",
"main": "index.js",
"version": "1.4.1",
"version": "1.5.0",
"description": "An ESLint configuration for modern JavaScript",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-awzzm-node",
"main": "index.js",
"version": "1.4.1",
"version": "1.5.0",
"description": "An ESLint configuration for Node.js",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"node": ">=14.0.0"
},
"dependencies": {
"eslint-config-awzzm": "^1.4.1",
"eslint-config-awzzm": "^1.5.0",
"eslint-plugin-node": "^11.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-awzzm-ts",
"main": "index.js",
"version": "1.4.1",
"version": "1.5.0",
"description": "An ESLint configuration for TypeScript",
"repository": {
"type": "git",
Expand All @@ -16,6 +16,6 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint-config-awzzm": "^1.4.1"
"eslint-config-awzzm": "^1.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-awzzm-vue",
"main": "index.js",
"version": "1.4.1",
"version": "1.5.0",
"description": "An ESLint configuration for Vue.js and Nuxt.js",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"inline-elements.js"
],
"dependencies": {
"eslint-config-awzzm": "^1.4.1",
"eslint-config-awzzm": "^1.5.0",
"eslint-plugin-vue": "^7.5.0"
}
}

0 comments on commit 1339f2d

Please sign in to comment.