Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
release: v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Jul 2, 2020
1 parent 5e544aa commit 4ac18e6
Show file tree
Hide file tree
Showing 23 changed files with 86 additions and 86 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.2.5",
"version": "1.2.6",
"packages": ["packages/**", "test"]
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fox-suite-root",
"version": "1.2.5",
"version": "1.2.6",
"engines": {
"node": ">=12.0.0 || >=13.14.0 || >=14.0.0"
},
Expand Down Expand Up @@ -28,8 +28,8 @@
"@types/prompts": "^2.0.8",
"@types/rimraf": "^3.0.0",
"@types/stylelint": "^9.10.1",
"fox-preset-all": "workspace:^1.2.5",
"fox-suite": "workspace:^1.2.5",
"fox-preset-all": "workspace:^1.2.6",
"fox-suite": "workspace:^1.2.6",
"lerna": "^3.22.1"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-fox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-fox",
"description": "ESLint configuration for Fox Suite",
"version": "1.2.5",
"version": "1.2.6",
"keywords": [
"eslint",
"fox",
Expand Down
2 changes: 1 addition & 1 deletion packages/fox-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.5",
"version": "1.2.6",
"description": "",
"name": "fox-esm",
"main": "cjs.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/fox-plugin-editorconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fox-plugin-editorconfig",
"version": "1.2.5",
"version": "1.2.6",
"description": "",
"main": "build",
"scripts": {
Expand Down Expand Up @@ -32,11 +32,11 @@
},
"license": "MIT",
"dependencies": {
"fox-esm": "workspace:^1.2.5",
"fox-utils": "workspace:^1.2.5"
"fox-esm": "workspace:^1.2.6",
"fox-utils": "workspace:^1.2.6"
},
"devDependencies": {
"fox-test-runner": "workspace:^1.2.5",
"fox-types": "workspace:^1.2.5"
"fox-test-runner": "workspace:^1.2.6",
"fox-types": "workspace:^1.2.6"
}
}
12 changes: 6 additions & 6 deletions packages/fox-plugin-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fox-plugin-eslint",
"version": "1.2.5",
"version": "1.2.6",
"description": "",
"main": "build",
"scripts": {
Expand Down Expand Up @@ -36,13 +36,13 @@
"license": "MIT",
"dependencies": {
"eslint": "^7.2.0",
"eslint-config-fox": "workspace:^1.2.5",
"fox-esm": "workspace:^1.2.5",
"fox-utils": "workspace:^1.2.5",
"eslint-config-fox": "workspace:^1.2.6",
"fox-esm": "workspace:^1.2.6",
"fox-utils": "workspace:^1.2.6",
"lodash.mergewith": "^4.6.2"
},
"devDependencies": {
"fox-test-runner": "workspace:^1.2.5",
"fox-types": "workspace:^1.2.5"
"fox-test-runner": "workspace:^1.2.6",
"fox-types": "workspace:^1.2.6"
}
}
10 changes: 5 additions & 5 deletions packages/fox-plugin-html-validate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fox-plugin-html-validate",
"version": "1.2.5",
"version": "1.2.6",
"description": "",
"main": "build",
"scripts": {
Expand Down Expand Up @@ -35,13 +35,13 @@
},
"license": "MIT",
"dependencies": {
"fox-esm": "workspace:^1.2.5",
"fox-utils": "workspace:^1.2.5",
"fox-esm": "workspace:^1.2.6",
"fox-utils": "workspace:^1.2.6",
"html-validate": "^2.23.0"
},
"devDependencies": {
"fox-test-runner": "workspace:^1.2.5",
"fox-types": "workspace:^1.2.5",
"fox-test-runner": "workspace:^1.2.6",
"fox-types": "workspace:^1.2.6",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/fox-plugin-htmlhint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fox-plugin-htmlhint",
"version": "1.2.5",
"version": "1.2.6",
"description": "",
"main": "build",
"scripts": {
Expand Down Expand Up @@ -35,13 +35,13 @@
},
"license": "MIT",
"dependencies": {
"fox-esm": "workspace:^1.2.5",
"fox-utils": "workspace:^1.2.5",
"fox-esm": "workspace:^1.2.6",
"fox-utils": "workspace:^1.2.6",
"htmlhint": "^0.14.0"
},
"devDependencies": {
"fox-test-runner": "workspace:^1.2.5",
"fox-types": "workspace:^1.2.5",
"fox-test-runner": "workspace:^1.2.6",
"fox-types": "workspace:^1.2.6",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/fox-plugin-htmllint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fox-plugin-htmllint",
"version": "1.2.5",
"version": "1.2.6",
"description": "",
"main": "build",
"scripts": {
Expand Down Expand Up @@ -35,13 +35,13 @@
},
"license": "MIT",
"dependencies": {
"fox-esm": "workspace:^1.2.5",
"fox-utils": "workspace:^1.2.5",
"fox-esm": "workspace:^1.2.6",
"fox-utils": "workspace:^1.2.6",
"htmllint": "^0.8.0"
},
"devDependencies": {
"fox-types": "workspace:^1.2.5",
"fox-test-runner": "workspace:^1.2.5",
"fox-types": "workspace:^1.2.6",
"fox-test-runner": "workspace:^1.2.6",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/fox-plugin-markdownlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fox-plugin-markdownlint",
"version": "1.2.5",
"version": "1.2.6",
"description": "",
"main": "build",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"license": "MIT",
"dependencies": {
"fox-utils": "workspace:^1.2.5",
"fox-utils": "workspace:^1.2.6",
"markdown-extensions": "^1.1.1",
"markdownlint": "^0.20.3",
"remark": "^12.0.0",
Expand All @@ -43,7 +43,7 @@
"unified-args": "^8.1.0"
},
"devDependencies": {
"fox-test-runner": "workspace:^1.2.5",
"fox-types": "workspace:^1.2.5"
"fox-test-runner": "workspace:^1.2.6",
"fox-types": "workspace:^1.2.6"
}
}
10 changes: 5 additions & 5 deletions packages/fox-plugin-package-json-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fox-plugin-package-json-lint",
"version": "1.2.5",
"version": "1.2.6",
"description": "",
"main": "build",
"scripts": {
Expand Down Expand Up @@ -35,13 +35,13 @@
},
"license": "MIT",
"dependencies": {
"fox-utils": "workspace:^1.2.5",
"npm-package-json-lint-config-fox": "workspace:^1.2.5",
"fox-utils": "workspace:^1.2.6",
"npm-package-json-lint-config-fox": "workspace:^1.2.6",
"npm-package-json-lint": "^5.1.0"
},
"devDependencies": {
"fox-test-runner": "workspace:^1.2.5",
"fox-types": "workspace:^1.2.5",
"fox-test-runner": "workspace:^1.2.6",
"fox-types": "workspace:^1.2.6",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/fox-plugin-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fox-plugin-prettier",
"description": "Prettier configuration for Fox Suite",
"version": "1.2.5",
"version": "1.2.6",
"keywords": [
"prettier",
"fox",
Expand Down Expand Up @@ -33,17 +33,17 @@
"lint": "eslint --fix --config eslint.config.cjs ."
},
"devDependencies": {
"fox-types": "workspace:^1.2.5",
"fox-types": "workspace:^1.2.6",
"jest": "^26.0.1",
"jest-extended": "^0.11.5",
"ts-jest": "^26.1.0",
"fox-test-runner": "workspace:^1.2.5",
"fox-test-runner": "workspace:^1.2.6",
"typescript": "^3.9.5"
},
"dependencies": {
"@prettier/plugin-ruby": "^0.18.2",
"@prettier/plugin-xml": "^0.7.2",
"fox-utils": "workspace:^1.2.5",
"fox-utils": "workspace:^1.2.6",
"prettier": "^2.0.5",
"prettier-plugin-elm": "^0.7.0",
"prettier-plugin-java": "^0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/fox-plugin-sort-package-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fox-plugin-sort-package-json",
"version": "1.2.5",
"version": "1.2.6",
"license": "MIT",
"scripts": {
"test": "ava"
Expand Down
12 changes: 6 additions & 6 deletions packages/fox-plugin-stylelint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fox-plugin-stylelint",
"version": "1.2.5",
"version": "1.2.6",
"description": "",
"main": "build",
"scripts": {
Expand Down Expand Up @@ -35,14 +35,14 @@
},
"license": "MIT",
"dependencies": {
"fox-esm": "workspace:^1.2.5",
"fox-utils": "workspace:^1.2.5",
"fox-esm": "workspace:^1.2.6",
"fox-utils": "workspace:^1.2.6",
"stylelint": "^13.6.0",
"stylelint-config-fox": "workspace:^1.2.5",
"stylelint-config-fox": "workspace:^1.2.6",
"postcss-scss": "^2.1.1"
},
"devDependencies": {
"fox-test-runner": "workspace:^1.2.5",
"fox-types": "workspace:^1.2.5"
"fox-test-runner": "workspace:^1.2.6",
"fox-types": "workspace:^1.2.6"
}
}
20 changes: 10 additions & 10 deletions packages/fox-preset-all/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fox-preset-all",
"description": "Contains all plugins included in the fox-suite repository",
"version": "1.2.5",
"version": "1.2.6",
"keywords": [
"fox-preset",
"fox",
Expand Down Expand Up @@ -38,14 +38,14 @@
"typescript": "^3.9.5"
},
"dependencies": {
"fox-plugin-editorconfig": "workspace:^1.2.5",
"fox-plugin-eslint": "workspace:^1.2.5",
"fox-plugin-html-validate": "workspace:^1.2.5",
"fox-plugin-htmlhint": "workspace:^1.2.5",
"fox-plugin-htmllint": "workspace:^1.2.5",
"fox-plugin-markdownlint": "workspace:^1.2.5",
"fox-plugin-package-json-lint": "workspace:^1.2.5",
"fox-plugin-prettier": "workspace:^1.2.5",
"fox-plugin-stylelint": "workspace:^1.2.5"
"fox-plugin-editorconfig": "workspace:^1.2.6",
"fox-plugin-eslint": "workspace:^1.2.6",
"fox-plugin-html-validate": "workspace:^1.2.6",
"fox-plugin-htmlhint": "workspace:^1.2.6",
"fox-plugin-htmllint": "workspace:^1.2.6",
"fox-plugin-markdownlint": "workspace:^1.2.6",
"fox-plugin-package-json-lint": "workspace:^1.2.6",
"fox-plugin-prettier": "workspace:^1.2.6",
"fox-plugin-stylelint": "workspace:^1.2.6"
}
}
12 changes: 6 additions & 6 deletions packages/fox-preset-recommended/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fox-preset-recommended",
"description": "Recommended preset",
"version": "1.2.5",
"version": "1.2.6",
"keywords": [
"fox-preset",
"fox",
Expand Down Expand Up @@ -38,10 +38,10 @@
"typescript": "^3.9.5"
},
"dependencies": {
"fox-plugin-editorconfig": "workspace:^1.2.5",
"fox-plugin-eslint": "workspace:^1.2.5",
"fox-plugin-markdownlint": "workspace:^1.2.5",
"fox-plugin-prettier": "workspace:^1.2.5",
"fox-plugin-stylelint": "workspace:^1.2.5"
"fox-plugin-editorconfig": "workspace:^1.2.6",
"fox-plugin-eslint": "workspace:^1.2.6",
"fox-plugin-markdownlint": "workspace:^1.2.6",
"fox-plugin-prettier": "workspace:^1.2.6",
"fox-plugin-stylelint": "workspace:^1.2.6"
}
}
8 changes: 4 additions & 4 deletions packages/fox-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fox-suite",
"version": "1.2.5",
"version": "1.2.6",
"description": "",
"main": "build",
"scripts": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"colorette": "^1.2.0",
"debug": "^4.1.1",
"esm": "^3.2.25",
"fox-esm": "workspace:^1.2.5",
"fox-utils": "workspace:^1.2.5",
"fox-esm": "workspace:^1.2.6",
"fox-utils": "workspace:^1.2.6",
"handlebars": "^4.7.6",
"lodash.throttle": "^4.1.1",
"lodash.uniq": "^4.5.0",
Expand All @@ -48,7 +48,7 @@
},
"devDependencies": {
"cross-env": "^7.0.2",
"fox-types": "workspace:^1.2.5",
"fox-types": "workspace:^1.2.6",
"jest": "^26.0.1",
"ts-jest": "^26.1.0",
"ts-node": "^8.10.2",
Expand Down
Loading

0 comments on commit 4ac18e6

Please sign in to comment.