Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg: Update is-wsl to v3 #2119

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/webpack-config-anansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.3",
"https-browserify": "^1.0.0",
"is-wsl": "^2.2.0",
"is-wsl": "^3.0.0",
"mini-css-extract-plugin": "^2.7.6",
"mkdirp": "^3.0.1",
"os-browserify": "^0.3.0",
Expand Down
20 changes: 19 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ __metadata:
html-loader: ^4.2.0
html-webpack-plugin: ^5.5.3
https-browserify: ^1.0.0
is-wsl: ^2.2.0
is-wsl: ^3.0.0
mini-css-extract-plugin: ^2.7.6
mkdirp: ^3.0.1
os-browserify: ^0.3.0
Expand Down Expand Up @@ -16032,6 +16032,15 @@ __metadata:
languageName: node
linkType: hard

"is-docker@npm:^3.0.0":
version: 3.0.0
resolution: "is-docker@npm:3.0.0"
bin:
is-docker: cli.js
checksum: b698118f04feb7eaf3338922bd79cba064ea54a1c3db6ec8c0c8d8ee7613e7e5854d802d3ef646812a8a3ace81182a085dfa0a71cc68b06f3fa794b9783b3c90
languageName: node
linkType: hard

"is-extendable@npm:^1.0.0":
version: 1.0.1
resolution: "is-extendable@npm:1.0.1"
Expand Down Expand Up @@ -16525,6 +16534,15 @@ __metadata:
languageName: node
linkType: hard

"is-wsl@npm:^3.0.0":
version: 3.0.0
resolution: "is-wsl@npm:3.0.0"
dependencies:
is-docker: ^3.0.0
checksum: 196bff0750529789860dd3750e4788fa3fde4d2626af6e64258f903850dde16c7706a8aa83e2f06535cae660d29018c8388e2788cd7fd90b2557fee245d7d5c4
languageName: node
linkType: hard

"is-yarn-global@npm:^0.3.0":
version: 0.3.0
resolution: "is-yarn-global@npm:0.3.0"
Expand Down