Skip to content

Commit 04baf50

Browse files
chore(deps-dev): bump prettier from 1.19.1 to 2.1.1 (#145)
1 parent fd658fc commit 04baf50

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
defaults: &defaults
44
working_directory: ~/working/repo
55
docker:
6-
- image: circleci/node:8.9.4
6+
- image: circleci/node:12
77

88
jobs:
99
install:
@@ -54,4 +54,4 @@ workflows:
5454
- install
5555
- test:
5656
requires:
57-
- install
57+
- install

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/webpack": "^4.39.1",
5959
"css-loader": "^4.2.0",
6060
"jest": "^25.1.0",
61-
"prettier": "1.19.1",
61+
"prettier": "2.1.1",
6262
"ts-jest": "^25.0.0",
6363
"tslint": "^5.11.0",
6464
"tslint-config-ktsn": "^2.1.0",

test/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function load(code: string, request: string): string {
66
return loader.call(
77
{
88
resourcePath: path,
9-
resourceQuery: query ? '?' + query : ''
9+
resourceQuery: query ? '?' + query : '',
1010
},
1111
code
1212
)

0 commit comments

Comments
 (0)