Skip to content

Commit

Permalink
Update yarn.lock to adjust the module location (#19)
Browse files Browse the repository at this point in the history
* Update yarn.lock

* bump version to 1.6.2
  • Loading branch information
xiaoluxl authored and GitHub Enterprise committed Feb 21, 2024
1 parent 657c262 commit 64df5d4
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.1",
"version": "1.6.2",
"name": "@instana/weasel",
"description": "Collect end-user data",
"main": "lib/index.js",
Expand Down
92 changes: 46 additions & 46 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,52 @@ __metadata:
languageName: node
linkType: hard

"@instana/weasel@workspace:.":
version: 0.0.0-use.local
resolution: "@instana/weasel@workspace:."
dependencies:
"@babel/core": ^7.0.0
"@babel/plugin-transform-block-scoping": ^7.0.0
"@babel/plugin-transform-flow-strip-types": ^7.0.0
"@babel/plugin-transform-modules-commonjs": ^7.0.0
"@babel/plugin-transform-shorthand-properties": ^7.0.0
"@rollup/plugin-commonjs": ^11.1.0
"@rollup/plugin-node-resolve": ^7.1.3
"@types/object-assign": ^4.0.30
apollo-server-express: ^2.14.2
babel-eslint: ^10.0.1
babel-jest: ^24.8.0
bluebird: ^3.4.6
body-parser: ^1.15.2
chai: ^3.5.0
eslint: ^5.16.0
express: ^4.17.3
flow-bin: ^0.100.0
google-closure-compiler: ^20200504.0.0
graphql: ^15.0.0
gzip-size-cli: ^5.1.0
husky: ^0.11.9
jest: ^26.6.3
multiparty: ^4.2.3
object-assign: ^4.1.1
prettier: ^1.18.2
pretty-bytes-cli: ^3.0.0
protractor: ^7.0.0
proxyquire: ^1.7.11
qs: ^6.10.3
request: ^2.79.0
request-promise: ^4.1.1
rollup: ^1.0.0
rollup-plugin-babel: ^4.0.0
rollup-plugin-replace: ^2.0.0
serve-index: ^1.9.1
sinon: ^7.0.0
uuid: ^3.0.1
web-vitals: 3.5.2
webdriver-manager: ^12.1.8
languageName: unknown
linkType: soft

"@istanbuljs/load-nyc-config@npm:^1.0.0":
version: 1.1.0
resolution: "@istanbuljs/load-nyc-config@npm:1.1.0"
Expand Down Expand Up @@ -8074,52 +8120,6 @@ __metadata:
languageName: node
linkType: hard

"@instana/weasel@workspace:.":
version: 0.0.0-use.local
resolution: "@instana/weasel@workspace:."
dependencies:
"@babel/core": ^7.0.0
"@babel/plugin-transform-block-scoping": ^7.0.0
"@babel/plugin-transform-flow-strip-types": ^7.0.0
"@babel/plugin-transform-modules-commonjs": ^7.0.0
"@babel/plugin-transform-shorthand-properties": ^7.0.0
"@rollup/plugin-commonjs": ^11.1.0
"@rollup/plugin-node-resolve": ^7.1.3
"@types/object-assign": ^4.0.30
apollo-server-express: ^2.14.2
babel-eslint: ^10.0.1
babel-jest: ^24.8.0
bluebird: ^3.4.6
body-parser: ^1.15.2
chai: ^3.5.0
eslint: ^5.16.0
express: ^4.17.3
flow-bin: ^0.100.0
google-closure-compiler: ^20200504.0.0
graphql: ^15.0.0
gzip-size-cli: ^5.1.0
husky: ^0.11.9
jest: ^26.6.3
multiparty: ^4.2.3
object-assign: ^4.1.1
prettier: ^1.18.2
pretty-bytes-cli: ^3.0.0
protractor: ^7.0.0
proxyquire: ^1.7.11
qs: ^6.10.3
request: ^2.79.0
request-promise: ^4.1.1
rollup: ^1.0.0
rollup-plugin-babel: ^4.0.0
rollup-plugin-replace: ^2.0.0
serve-index: ^1.9.1
sinon: ^7.0.0
uuid: ^3.0.1
web-vitals: 3.5.2
webdriver-manager: ^12.1.8
languageName: unknown
linkType: soft

"rsvp@npm:^4.8.4":
version: 4.8.5
resolution: "rsvp@npm:4.8.5"
Expand Down

0 comments on commit 64df5d4

Please sign in to comment.