Skip to content
Merged
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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan

### Fixed

- [#382](https://github.com/kobsio/kobs/pull/#382): [app] Remove ServiceWorker.

### Changed

## [v0.9.0](https://github.com/kobsio/kobs/releases/tag/v0.9.0) (2022-07-05)
Expand Down
5 changes: 0 additions & 5 deletions plugins/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
"react-query": "^3.39.0",
"react-router-dom": "^6.3.0",
"typescript": "^4.4.2",
"workbox-core": "^6.5.3",
"workbox-expiration": "^6.5.3",
"workbox-precaching": "^6.5.3",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3",
"xterm": "^4.18.0",
"xterm-addon-fit": "^0.5.0"
},
Expand Down
3 changes: 0 additions & 3 deletions plugins/app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import React, { Suspense, lazy } from 'react';
import { ErrorBoundary } from 'react-error-boundary';
import ReactDOM from 'react-dom/client';

import * as serviceWorkerRegistration from './serviceWorkerRegistration';
import { AuthContextProvider } from './context/AuthContext';
import Header from './components/header/Header';
import { PluginsContextProvider } from './context/PluginsContext';
Expand Down Expand Up @@ -102,5 +101,3 @@ ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
<App />
</React.StrictMode>,
);

serviceWorkerRegistration.register();
80 changes: 0 additions & 80 deletions plugins/app/src/service-worker.ts

This file was deleted.

140 changes: 0 additions & 140 deletions plugins/app/src/serviceWorkerRegistration.ts

This file was deleted.

10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14137,12 +14137,12 @@ workbox-cacheable-response@6.5.3:
dependencies:
workbox-core "6.5.3"

workbox-core@6.5.3, workbox-core@^6.5.3:
workbox-core@6.5.3:
version "6.5.3"
resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.5.3.tgz#bca038a9ef0d7a634a6db2a60f45313ed22ac249"
integrity sha512-Bb9ey5n/M9x+l3fBTlLpHt9ASTzgSGj6vxni7pY72ilB/Pb3XtN+cZ9yueboVhD5+9cNQrC9n/E1fSrqWsUz7Q==

workbox-expiration@6.5.3, workbox-expiration@^6.5.3:
workbox-expiration@6.5.3:
version "6.5.3"
resolved "https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-6.5.3.tgz#efc0811f371a2ede1052b9de1c4f072b71d50503"
integrity sha512-jzYopYR1zD04ZMdlbn/R2Ik6ixiXbi15c9iX5H8CTi6RPDz7uhvMLZPKEndZTpfgmUk8mdmT9Vx/AhbuCl5Sqw==
Expand All @@ -14167,7 +14167,7 @@ workbox-navigation-preload@6.5.3:
dependencies:
workbox-core "6.5.3"

workbox-precaching@6.5.3, workbox-precaching@^6.5.3:
workbox-precaching@6.5.3:
version "6.5.3"
resolved "https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-6.5.3.tgz#c870312b2ef901d790ab9e48da084e776c62af47"
integrity sha512-sjNfgNLSsRX5zcc63H/ar/hCf+T19fRtTqvWh795gdpghWb5xsfEkecXEvZ8biEi1QD7X/ljtHphdaPvXDygMQ==
Expand Down Expand Up @@ -14195,14 +14195,14 @@ workbox-recipes@6.5.3:
workbox-routing "6.5.3"
workbox-strategies "6.5.3"

workbox-routing@6.5.3, workbox-routing@^6.5.3:
workbox-routing@6.5.3:
version "6.5.3"
resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-6.5.3.tgz#a0a699d8cc90b5692bd3df24679acbbda3913777"
integrity sha512-DFjxcuRAJjjt4T34RbMm3MCn+xnd36UT/2RfPRfa8VWJGItGJIn7tG+GwVTdHmvE54i/QmVTJepyAGWtoLPTmg==
dependencies:
workbox-core "6.5.3"

workbox-strategies@6.5.3, workbox-strategies@^6.5.3:
workbox-strategies@6.5.3:
version "6.5.3"
resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-6.5.3.tgz#4bea9a48fee16cf43766e0d8138296773c8a9783"
integrity sha512-MgmGRrDVXs7rtSCcetZgkSZyMpRGw8HqL2aguszOc3nUmzGZsT238z/NN9ZouCxSzDu3PQ3ZSKmovAacaIhu1w==
Expand Down