Skip to content

Commit 1adf40a

Browse files
committed
update prettier
1 parent cfa0b8e commit 1adf40a

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
![GraphQL Faker logo](./docs/faker-logo-text.png)
22

33
# GraphQL Faker
4-
graphql-kit[![Build Status](https://github.com/graphql-kit/graphql-faker/workflows/CI/badge.svg?branch=master)](https://github.com/graphql-kit/graphql-faker/actions?query=branch%3Amaster)
4+
5+
[![Build Status](https://github.com/graphql-kit/graphql-faker/workflows/CI/badge.svg?branch=master)](https://github.com/graphql-kit/graphql-faker/actions?query=branch%3Amaster)
56
[![npm](https://img.shields.io/npm/v/graphql-faker.svg)](https://www.npmjs.com/package/graphql-faker)
67
[![David](https://img.shields.io/david/graphql-kit/graphql-faker.svg)](https://david-dm.org/graphql-kit/graphql-faker)
78
[![David](https://img.shields.io/david/dev/graphql-kit/graphql-faker.svg)](https://david-dm.org/graphql-kit/graphql-faker?type=dev)

package-lock.json

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"copy:graphql": "cp src/*.graphql dist/",
3131
"copy:editor": "mkdir \"dist/editor\" && cp src/editor/*.html dist/editor && cp src/editor/*.js dist/editor && cp src/editor/*.css dist/editor && cp src/editor/*.svg dist/editor",
3232
"build:all": "rm -rf dist && mkdir dist && npm run build:editor && npm run build:typescript && npm run copy:graphql && npm run copy:editor",
33-
"prettier": "prettier --ignore-path .gitignore --write --list-different .",
34-
"prettier:check": "prettier --ignore-path .gitignore --check ."
33+
"prettier": "prettier --cache --cache-strategy metadata --ignore-path .gitignore --write --list-different .",
34+
"prettier:check": "prettier --cache --cache-strategy metadata --ignore-path .gitignore --check ."
3535
},
3636
"dependencies": {
3737
"body-parser": "1.19.0",
@@ -62,7 +62,7 @@
6262
"marked": "1.1.0",
6363
"mini-css-extract-plugin": "0.9.0",
6464
"nodemon": "2.0.7",
65-
"prettier": "2.2.1",
65+
"prettier": "2.8.8",
6666
"react": "16.13.1",
6767
"react-dom": "16.13.1",
6868
"style-loader": "1.2.1",

0 commit comments

Comments
 (0)