Skip to content

Commit

Permalink
Correct bad change
Browse files Browse the repository at this point in the history
  • Loading branch information
GRL78 committed Aug 27, 2021
1 parent 833c15b commit a195870
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
6 changes: 3 additions & 3 deletions back/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2978,9 +2978,9 @@ table@^5.2.3:
string-width "^3.0.0"

tar@^4.4.2:
version "4.4.13"
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525"
integrity sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==
version "4.4.15"
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.15.tgz#3caced4f39ebd46ddda4d6203d48493a919697f8"
integrity sha512-ItbufpujXkry7bHH9NpQyTXPbJ72iTlXgkBAYsAjDXk3Ds8t/3NfO5P4xZGy7u+sYuQUbimgzswX4uQIEeNVOA==
dependencies:
chownr "^1.1.1"
fs-minipass "^1.2.5"
Expand Down
13 changes: 10 additions & 3 deletions front/dist/service-worker-prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ self.addEventListener('fetch', function(event) {
);*/
});

self.addEventListener('activate', function(event) {
//TODO activate service worker
});
self.addEventListener('wait', function(event) {
//TODO wait
});

self.addEventListener('update', function(event) {
//TODO update
});

self.addEventListener('beforeinstallprompt', (e) => {
//TODO change prompt
6 changes: 3 additions & 3 deletions pusher/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2223,9 +2223,9 @@ table@^5.2.3:
string-width "^3.0.0"

tar@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.0.tgz#d1724e9bcc04b977b18d5c573b333a2207229a83"
integrity sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==
version "6.1.10"
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.10.tgz#8a320a74475fba54398fa136cd9883aa8ad11175"
integrity sha512-kvvfiVvjGMxeUNB6MyYv5z7vhfFRwbwCXJAeL0/lnbrttBVqcMOnpHUf0X42LrPMR8mMpgapkJMchFH4FSHzNA==
dependencies:
chownr "^2.0.0"
fs-minipass "^2.0.0"
Expand Down

0 comments on commit a195870

Please sign in to comment.