Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 1d1c487

Browse files
committed
chore(clean up): rm acorn pkg
1 parent 657d635 commit 1d1c487

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

package-docker.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"next-progressbar": "^1.0.0",
2020
"@next/bundle-analyzer": "^8.1.0",
2121
"accepts": "^1.3.4",
22-
"acorn": "^6.1.1",
2322
"antd": "3.8.4",
2423
"apollo-cache-inmemory": "1.5.1",
2524
"apollo-client": "2.5.1",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"@zeit/next-css": "^1.0.1",
4747
"@zeit/next-source-maps": "0.0.4-canary.1",
4848
"accepts": "^1.3.4",
49-
"acorn": "^6.1.1",
5049
"antd": "3.8.4",
5150
"apollo-cache-inmemory": "1.5.1",
5251
"apollo-client": "2.5.1",

yarn.lock

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ acorn@^5.5.3, acorn@^5.7.3:
13961396
version "5.7.3"
13971397
resolved "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
13981398

1399-
acorn@^6.0.1, acorn@^6.0.5, acorn@^6.0.7, acorn@^6.1.1:
1399+
acorn@^6.0.1, acorn@^6.0.5, acorn@^6.0.7:
14001400
version "6.1.1"
14011401
resolved "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
14021402

@@ -2119,15 +2119,7 @@ babel-plugin-react-require@3.0.0:
21192119
version "3.0.0"
21202120
resolved "https://registry.npmjs.org/babel-plugin-react-require/-/babel-plugin-react-require-3.0.0.tgz#2e4e7b4496b93a654a1c80042276de4e4eeb20e3"
21212121

2122-
babel-plugin-styled-components@1.9.3:
2123-
version "1.9.3"
2124-
resolved "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-1.9.3.tgz#facc61da441d15b291128b36cba07f309ed324f0"
2125-
dependencies:
2126-
"@babel/helper-annotate-as-pure" "^7.0.0"
2127-
babel-plugin-syntax-jsx "^6.18.0"
2128-
lodash "^4.17.10"
2129-
2130-
"babel-plugin-styled-components@>= 1":
2122+
babel-plugin-styled-components@1.10.1, "babel-plugin-styled-components@>= 1":
21312123
version "1.10.1"
21322124
resolved "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.1.tgz#cc89ac5a13476ce675e13fbe53a826f9bb0ca4cd"
21332125
dependencies:

0 commit comments

Comments
 (0)