Skip to content

Commit

Permalink
14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrom committed Mar 15, 2021
1 parent 444cb58 commit d289dae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Versions

## 14.0.0-alpha
## 14.0.0

- Updated dependencies

Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-motley-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-motley-typescript",
"version": "14.0.0-alpha",
"version": "14.0.0",
"description": "Motley's TypeScript styleguide using `@typescript-eslint` and `prettier`",
"main": ".eslintrc.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"eslint-config-motley": "14.0.0-alpha",
"eslint-config-motley": "14.0.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-motley/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-motley",
"version": "14.0.0-alpha",
"version": "14.0.0",
"description": "Motley's JavaScript styleguide using `eslint` and `prettier`",
"main": ".eslintrc.js",
"scripts": {
Expand Down

0 comments on commit d289dae

Please sign in to comment.