Skip to content

Commit

Permalink
deps(rollup-plugin-node-externals): Update to v5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 31, 2023
1 parent 0fc6c06 commit 10b6dc8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/packemon/package.json
Expand Up @@ -76,7 +76,7 @@
"@boost/pipeline": "^4.0.0",
"@boost/terminal": "^4.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@swc/core": "^1.3.31",
Expand All @@ -98,7 +98,7 @@
"react": "^17.0.2",
"resolve": "^1.22.1",
"rollup": "^3.12.0",
"rollup-plugin-node-externals": "^5.0.3",
"rollup-plugin-node-externals": "^5.1.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"semver": "^7.3.8",
"spdx-license-list": "^6.6.0"
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Expand Up @@ -5315,9 +5315,9 @@ __metadata:
languageName: node
linkType: hard

"@rollup/plugin-commonjs@npm:^24.0.0":
version: 24.0.0
resolution: "@rollup/plugin-commonjs@npm:24.0.0"
"@rollup/plugin-commonjs@npm:^24.0.1":
version: 24.0.1
resolution: "@rollup/plugin-commonjs@npm:24.0.1"
dependencies:
"@rollup/pluginutils": ^5.0.1
commondir: ^1.0.1
Expand All @@ -5330,7 +5330,7 @@ __metadata:
peerDependenciesMeta:
rollup:
optional: true
checksum: e2a1bf295bbb45ab56747f7ce636d4b94046bfecc758a64c7276823b80271e0ba1196642c232aa61d1b1a98abeaddad45486c7227ec19a97d19d16f7661d49a6
checksum: ff5b09f5c350640fe6836fcc97bf5c5612bf78b26eaaad01bf1aee955f0b136135d1a8950a02f680779aec1f16f2c6b6cf89d6080e84ed09be62737abb6b3a5f
languageName: node
linkType: hard

Expand Down Expand Up @@ -17553,7 +17553,7 @@ __metadata:
"@boost/pipeline": ^4.0.0
"@boost/terminal": ^4.0.0
"@rollup/plugin-babel": ^6.0.3
"@rollup/plugin-commonjs": ^24.0.0
"@rollup/plugin-commonjs": ^24.0.1
"@rollup/plugin-json": ^6.0.0
"@rollup/plugin-node-resolve": ^15.0.1
"@swc/cli": ^0.1.60
Expand All @@ -17577,7 +17577,7 @@ __metadata:
react: ^17.0.2
resolve: ^1.22.1
rollup: ^3.12.0
rollup-plugin-node-externals: ^5.0.3
rollup-plugin-node-externals: ^5.1.0
rollup-plugin-polyfill-node: ^0.12.0
semver: ^7.3.8
spdx-license-list: ^6.6.0
Expand Down Expand Up @@ -19783,12 +19783,12 @@ __metadata:
languageName: node
linkType: hard

"rollup-plugin-node-externals@npm:^5.0.3":
version: 5.0.3
resolution: "rollup-plugin-node-externals@npm:5.0.3"
"rollup-plugin-node-externals@npm:^5.1.0":
version: 5.1.0
resolution: "rollup-plugin-node-externals@npm:5.1.0"
peerDependencies:
rollup: ^2.60.0 || ^3.0.0
checksum: 2f1211b26365966010f5c972a0f8cd8df3ca54882886de25f0e41f77a3364486a737852122fcedd11f7f640cc9d9fe57d381a3e8ec4d92ca0fa134c400989f5b
checksum: 05754b4eab01f345f5185d0be2d5ad21efd0cda1922940da1c4a848561b3fd1e1a31a5ac825c6dc84cbc6bbe81f46b9ea552bbdf33d00239d350ab1d2e4f4bb1
languageName: node
linkType: hard

Expand Down

0 comments on commit 10b6dc8

Please sign in to comment.