Skip to content

Commit

Permalink
chore: upgrade and cleanup files (microsoft#3058)
Browse files Browse the repository at this point in the history
* update to improve speed of filing PR

* Revert "update to improve speed of filing PR"

This reverts commit 83c177e.

* update branch policy for feature/s

* Revert "update branch policy for feature/s"

This reverts commit 6cd0e88.

* chore: upgrade and cleanup files

* update to reconcile lock file

* remove per code review request lint-staged

* update to reconcile yarn.lock

* testing pre-commit
  • Loading branch information
awentzel authored May 8, 2020
1 parent a9a27de commit 26d42ca
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 201 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"dotenv": "^6.0.0",
"eyes.selenium": "3.6.2",
"glob": "^7.1.2",
"husky": "^1.1.2",
"husky": "^4.2.5",
"jest": "^25.4.0",
"lerna": "^3.20.2",
"lint-staged": "^10.1.2",
Expand Down
1 change: 0 additions & 1 deletion sites/fast-color-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"html-webpack-plugin": "^3.2.0",
"jss": "^9.8.7",
"jss-preset-default": "^4.5.0",
"lint-staged": "^10.1.2",
"lodash-es": "^4.17.11",
"prettier": "2.0.2",
"react": "^16.6.3",
Expand Down
2 changes: 0 additions & 2 deletions sites/fast-component-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,9 @@
"favicons-webpack-plugin": "0.0.9",
"focus-visible": "^4.1.5",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.2.0",
"jest": "^25.4.0",
"jss": "^9.8.7",
"jss-preset-default": "^4.5.0",
"lint-staged": "^10.1.2",
"lodash-es": "^4.17.11",
"prettier": "2.0.2",
"raf-throttle": "^2.0.3",
Expand Down
13 changes: 0 additions & 13 deletions sites/fast-creator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@
"eslint": "eslint . --ext .ts,.tsx",
"eslint:fix": "eslint . --ext .ts,.tsx --fix"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts,tsx,js}": [
"npm run prettier",
"git add ."
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git"
Expand Down Expand Up @@ -55,11 +44,9 @@
"favicons-webpack-plugin": "0.0.9",
"focus-visible": "^4.1.5",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.2.0",
"jest": "^25.4.0",
"jss": "^9.8.7",
"jss-preset-default": "^4.5.0",
"lint-staged": "^8.1.0",
"lodash-es": "^4.17.11",
"prettier": "^1.15.3",
"raf-throttle": "^2.0.3",
Expand Down
7 changes: 0 additions & 7 deletions sites/site-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"lint-staged": {
"*.{ts,tsx,js}": [
"npm run prettier",
"git add ."
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/fast-dna.git"
Expand All @@ -44,7 +38,6 @@
"jest": "^25.4.0",
"jss": "^9.8.7",
"jss-preset-default": "^4.5.0",
"lint-staged": "^8.1.0",
"lodash-es": "^4.17.11",
"prettier": "^1.15.3",
"raf-throttle": "^2.0.3",
Expand Down
Loading

0 comments on commit 26d42ca

Please sign in to comment.