Skip to content

Commit 51627c3

Browse files
committed
Resolve conflicts in packages.json / yarn.lock
1 parent 1299378 commit 51627c3

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

package.json

+1-13
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,8 @@
6161
"node": "12.x.x || 14.x.x || 15.x.x",
6262
"yarn": "^1.3.2"
6363
},
64-
<<<<<<< HEAD
6564
"homepage": "https://ja.reactjs.org/",
66-
"keywords": [
67-
"gatsby"
68-
],
69-
=======
70-
"homepage": "https://reactjs.org/",
7165
"keywords": [],
72-
>>>>>>> f2158e36715acc001c8317e20dc4f45f9e2089f3
7366
"license": "CC",
7467
"main": "n/a",
7568
"repository": {
@@ -78,14 +71,9 @@
7871
},
7972
"scripts": {
8073
"build": "gatsby clean && gatsby build",
81-
<<<<<<< HEAD
74+
"build-ci": "gatsby clean && gatsby build",
8275
"check-all": "npm-run-all prettier generate-ids --parallel lint flow lint:text",
8376
"ci-check": "npm-run-all prettier:diff --parallel lint flow lint:text",
84-
=======
85-
"build-ci": "gatsby clean && gatsby build",
86-
"check-all": "npm-run-all prettier generate-ids --parallel lint flow",
87-
"ci-check": "npm-run-all prettier:diff --parallel lint flow",
88-
>>>>>>> f2158e36715acc001c8317e20dc4f45f9e2089f3
8977
"dev": "gatsby develop -H 0.0.0.0",
9078
"flow": "flow",
9179
"format:source": "prettier --config .prettierrc --write \"{gatsby-*.js,{flow-typed,plugins,src}/**/*.js}\"",

yarn.lock

-9
Original file line numberDiff line numberDiff line change
@@ -12694,7 +12694,6 @@ pretty-format@^25.5.0:
1269412694
ansi-styles "^4.0.0"
1269512695
react-is "^16.12.0"
1269612696

12697-
<<<<<<< HEAD
1269812697
prh@^5.4.4:
1269912698
version "5.4.4"
1270012699
resolved "https://registry.yarnpkg.com/prh/-/prh-5.4.4.tgz#5b618213a187f3580f262f4e0f79e8e8561ea179"
@@ -12704,18 +12703,10 @@ prh@^5.4.4:
1270412703
diff "^4.0.1"
1270512704
js-yaml "^3.9.1"
1270612705

12707-
prismjs@^1.15.0, prismjs@^1.6.0:
12708-
version "1.21.0"
12709-
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.21.0.tgz#36c086ec36b45319ec4218ee164c110f9fc015a3"
12710-
integrity sha512-uGdSIu1nk3kej2iZsLyDoJ7e9bnPzIgY0naW/HdknGj61zScaprVEVGHrPoXqI+M9sP0NDnTK2jpkvmldpuqDw==
12711-
optionalDependencies:
12712-
clipboard "^2.0.0"
12713-
=======
1271412706
prismjs@^1.25.0, prismjs@^1.6.0:
1271512707
version "1.25.0"
1271612708
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.25.0.tgz#6f822df1bdad965734b310b315a23315cf999756"
1271712709
integrity sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg==
12718-
>>>>>>> f2158e36715acc001c8317e20dc4f45f9e2089f3
1271912710

1272012711
probe-image-size@^5.0.0:
1272112712
version "5.0.0"

0 commit comments

Comments
 (0)