Skip to content

Commit 64df5d4

Browse files
xiaoluxlGitHub Enterprise
authored and
GitHub Enterprise
committed
Update yarn.lock to adjust the module location (#19)
* Update yarn.lock * bump version to 1.6.2
1 parent 657c262 commit 64df5d4

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.6.1",
2+
"version": "1.6.2",
33
"name": "@instana/weasel",
44
"description": "Collect end-user data",
55
"main": "lib/index.js",

yarn.lock

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,52 @@ __metadata:
545545
languageName: node
546546
linkType: hard
547547

548+
"@instana/weasel@workspace:.":
549+
version: 0.0.0-use.local
550+
resolution: "@instana/weasel@workspace:."
551+
dependencies:
552+
"@babel/core": ^7.0.0
553+
"@babel/plugin-transform-block-scoping": ^7.0.0
554+
"@babel/plugin-transform-flow-strip-types": ^7.0.0
555+
"@babel/plugin-transform-modules-commonjs": ^7.0.0
556+
"@babel/plugin-transform-shorthand-properties": ^7.0.0
557+
"@rollup/plugin-commonjs": ^11.1.0
558+
"@rollup/plugin-node-resolve": ^7.1.3
559+
"@types/object-assign": ^4.0.30
560+
apollo-server-express: ^2.14.2
561+
babel-eslint: ^10.0.1
562+
babel-jest: ^24.8.0
563+
bluebird: ^3.4.6
564+
body-parser: ^1.15.2
565+
chai: ^3.5.0
566+
eslint: ^5.16.0
567+
express: ^4.17.3
568+
flow-bin: ^0.100.0
569+
google-closure-compiler: ^20200504.0.0
570+
graphql: ^15.0.0
571+
gzip-size-cli: ^5.1.0
572+
husky: ^0.11.9
573+
jest: ^26.6.3
574+
multiparty: ^4.2.3
575+
object-assign: ^4.1.1
576+
prettier: ^1.18.2
577+
pretty-bytes-cli: ^3.0.0
578+
protractor: ^7.0.0
579+
proxyquire: ^1.7.11
580+
qs: ^6.10.3
581+
request: ^2.79.0
582+
request-promise: ^4.1.1
583+
rollup: ^1.0.0
584+
rollup-plugin-babel: ^4.0.0
585+
rollup-plugin-replace: ^2.0.0
586+
serve-index: ^1.9.1
587+
sinon: ^7.0.0
588+
uuid: ^3.0.1
589+
web-vitals: 3.5.2
590+
webdriver-manager: ^12.1.8
591+
languageName: unknown
592+
linkType: soft
593+
548594
"@istanbuljs/load-nyc-config@npm:^1.0.0":
549595
version: 1.1.0
550596
resolution: "@istanbuljs/load-nyc-config@npm:1.1.0"
@@ -8074,52 +8120,6 @@ __metadata:
80748120
languageName: node
80758121
linkType: hard
80768122

8077-
"@instana/weasel@workspace:.":
8078-
version: 0.0.0-use.local
8079-
resolution: "@instana/weasel@workspace:."
8080-
dependencies:
8081-
"@babel/core": ^7.0.0
8082-
"@babel/plugin-transform-block-scoping": ^7.0.0
8083-
"@babel/plugin-transform-flow-strip-types": ^7.0.0
8084-
"@babel/plugin-transform-modules-commonjs": ^7.0.0
8085-
"@babel/plugin-transform-shorthand-properties": ^7.0.0
8086-
"@rollup/plugin-commonjs": ^11.1.0
8087-
"@rollup/plugin-node-resolve": ^7.1.3
8088-
"@types/object-assign": ^4.0.30
8089-
apollo-server-express: ^2.14.2
8090-
babel-eslint: ^10.0.1
8091-
babel-jest: ^24.8.0
8092-
bluebird: ^3.4.6
8093-
body-parser: ^1.15.2
8094-
chai: ^3.5.0
8095-
eslint: ^5.16.0
8096-
express: ^4.17.3
8097-
flow-bin: ^0.100.0
8098-
google-closure-compiler: ^20200504.0.0
8099-
graphql: ^15.0.0
8100-
gzip-size-cli: ^5.1.0
8101-
husky: ^0.11.9
8102-
jest: ^26.6.3
8103-
multiparty: ^4.2.3
8104-
object-assign: ^4.1.1
8105-
prettier: ^1.18.2
8106-
pretty-bytes-cli: ^3.0.0
8107-
protractor: ^7.0.0
8108-
proxyquire: ^1.7.11
8109-
qs: ^6.10.3
8110-
request: ^2.79.0
8111-
request-promise: ^4.1.1
8112-
rollup: ^1.0.0
8113-
rollup-plugin-babel: ^4.0.0
8114-
rollup-plugin-replace: ^2.0.0
8115-
serve-index: ^1.9.1
8116-
sinon: ^7.0.0
8117-
uuid: ^3.0.1
8118-
web-vitals: 3.5.2
8119-
webdriver-manager: ^12.1.8
8120-
languageName: unknown
8121-
linkType: soft
8122-
81238123
"rsvp@npm:^4.8.4":
81248124
version: 4.8.5
81258125
resolution: "rsvp@npm:4.8.5"

0 commit comments

Comments
 (0)