Skip to content

Commit

Permalink
offline-plugin -> @lcdp/offline-plugin [todo]
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jun 23, 2023
1 parent 79752d4 commit b8d7cba
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@
"mqtt": "4.3.7",
"name-all-modules-plugin": "1.0.1",
"node-fetch": "2.6.0",
"offline-plugin": "5.0.7",
"openid-client": "4.9.1",
"passport": "0.4.1",
"pbf": "3.2.1",
Expand Down Expand Up @@ -240,6 +239,7 @@
"@babel/runtime": "7.20.6",
"@commitlint/cli": "9.1.2",
"@commitlint/config-conventional": "9.1.2",
"@lcdp/offline-plugin": "^5.1.1",
"@lerna/batch-packages": "3.16.0",
"@lerna/filter-packages": "3.18.0",
"@lerna/project": "3.21.0",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import MiniCssExtractPlugin from 'mini-css-extract-plugin';
import TerserJsPlugin from 'terser-webpack-plugin';
import OptimizeCSSAssetsPlugin from 'optimize-css-assets-webpack-plugin';

import OfflinePlugin from 'offline-plugin';
import OfflinePlugin from '@lcdp/offline-plugin';

import CompressionPlugin from 'compression-webpack-plugin';

Expand Down
68 changes: 51 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4009,6 +4009,19 @@ __metadata:
languageName: node
linkType: hard

"@lcdp/offline-plugin@npm:^5.1.1":
version: 5.1.1
resolution: "@lcdp/offline-plugin@npm:5.1.1"
dependencies:
deep-extend: ^0.5.1
ejs: ^3.1.6
loader-utils: 0.2.x
minimatch: ^3.0.3
slash: ^1.0.0
checksum: 73c0f6bc51bbb09fcffa3608407914a7b91c3818e008ee21cc46855aa05d0e8632b52b9e11bae695627c7064c3af0b03d587c490b0f82a0d2550147efcfaf52a
languageName: node
linkType: hard

"@leichtgewicht/ip-codec@npm:^2.0.1":
version: 2.0.4
resolution: "@leichtgewicht/ip-codec@npm:2.0.4"
Expand Down Expand Up @@ -7249,7 +7262,7 @@ __metadata:
languageName: node
linkType: hard

"async@npm:^3.2.2":
"async@npm:^3.2.2, async@npm:^3.2.3":
version: 3.2.4
resolution: "async@npm:3.2.4"
checksum: 43d07459a4e1d09b84a20772414aa684ff4de085cbcaec6eea3c7a8f8150e8c62aa6cd4e699fe8ee93c3a5b324e777d34642531875a0817a35697522c1b02e89
Expand Down Expand Up @@ -8525,7 +8538,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^4.0, chalk@npm:^4.0.0, chalk@npm:^4.1.0":
"chalk@npm:^4.0, chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.0":
version: 4.1.2
resolution: "chalk@npm:4.1.2"
dependencies:
Expand Down Expand Up @@ -10828,6 +10841,7 @@ __metadata:
"@hsl-fi/shared-local-storage": 0.4.0
"@hsl-fi/shimmer": 0.1.2
"@hsl-fi/site-header": 4.2.2
"@lcdp/offline-plugin": ^5.1.1
"@lerna/batch-packages": 3.16.0
"@lerna/filter-packages": 3.18.0
"@lerna/project": 3.21.0
Expand Down Expand Up @@ -10924,7 +10938,6 @@ __metadata:
node-sass: ^6.0.1
nodemon: 1.18.10
nyc: 15.0.1
offline-plugin: 5.0.7
openid-client: 4.9.1
optimize-css-assets-webpack-plugin: ^6.0.1
passport: 0.4.1
Expand Down Expand Up @@ -11403,13 +11416,24 @@ __metadata:
languageName: node
linkType: hard

"ejs@npm:^2.3.4, ejs@npm:^2.6.1":
"ejs@npm:^2.6.1":
version: 2.7.4
resolution: "ejs@npm:2.7.4"
checksum: a1d2bfc7d1f0b39e99ae19b20c9469a25aeddba1ffc225db098110b18d566f73772fcdcc740b108cfda7452276f67d7b64eb359f90285414c942f4ae70713371
languageName: node
linkType: hard

"ejs@npm:^3.1.6":
version: 3.1.9
resolution: "ejs@npm:3.1.9"
dependencies:
jake: ^10.8.5
bin:
ejs: bin/cli.js
checksum: af6f10eb815885ff8a8cfacc42c6b6cf87daf97a4884f87a30e0c3271fedd85d76a3a297d9c33a70e735b97ee632887f85e32854b9cdd3a2d97edf931519a35f
languageName: node
linkType: hard

"electron-to-chromium@npm:^1.4.284":
version: 1.4.289
resolution: "electron-to-chromium@npm:1.4.289"
Expand Down Expand Up @@ -13029,6 +13053,15 @@ __metadata:
languageName: node
linkType: hard

"filelist@npm:^1.0.4":
version: 1.0.4
resolution: "filelist@npm:1.0.4"
dependencies:
minimatch: ^5.0.1
checksum: a303573b0821e17f2d5e9783688ab6fbfce5d52aaac842790ae85e704a6f5e4e3538660a63183d6453834dedf1e0f19a9dadcebfa3e926c72397694ea11f5160
languageName: node
linkType: hard

"filesize@npm:^3.6.1":
version: 3.6.1
resolution: "filesize@npm:3.6.1"
Expand Down Expand Up @@ -16587,6 +16620,20 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"jake@npm:^10.8.5":
version: 10.8.7
resolution: "jake@npm:10.8.7"
dependencies:
async: ^3.2.3
chalk: ^4.0.2
filelist: ^1.0.4
minimatch: ^3.1.2
bin:
jake: bin/cli.js
checksum: a23fd2273fb13f0d0d845502d02c791fd55ef5c6a2d207df72f72d8e1eac6d2b8ffa6caf660bc8006b3242e0daaa88a3ecc600194d72b5c6016ad56e9cd43553
languageName: node
linkType: hard

"jest-changed-files@npm:^27.5.1":
version: 27.5.1
resolution: "jest-changed-files@npm:27.5.1"
Expand Down Expand Up @@ -20850,19 +20897,6 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"offline-plugin@npm:5.0.7":
version: 5.0.7
resolution: "offline-plugin@npm:5.0.7"
dependencies:
deep-extend: ^0.5.1
ejs: ^2.3.4
loader-utils: 0.2.x
minimatch: ^3.0.3
slash: ^1.0.0
checksum: 4787bba12d80c76bfb63667f881a1fa667540fe7f5f741518365683642949b1eded61acfdf357537174e3462495b2c5a31e3a886038530bd1bff8e48a880e3b2
languageName: node
linkType: hard

"oidc-token-hash@npm:^5.0.1":
version: 5.0.1
resolution: "oidc-token-hash@npm:5.0.1"
Expand Down

0 comments on commit b8d7cba

Please sign in to comment.