diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-27 08:27:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-27 08:27:13 +0000 |
commit | de3ed0153648ff24ccd50b2909daa0c2970ba983 (patch) | |
tree | 8f60af44751cb2fb4549900d103cae05ccc23d13 /FrontEnd | |
parent | f75a9c82cfdb573d0f511a22feb7760f41bdb394 (diff) | |
download | timeline-de3ed0153648ff24ccd50b2909daa0c2970ba983.tar.gz timeline-de3ed0153648ff24ccd50b2909daa0c2970ba983.tar.bz2 timeline-de3ed0153648ff24ccd50b2909daa0c2970ba983.zip |
build(deps): Bump workbox-window from 6.5.1 to 6.5.2 in /FrontEnd
Bumps [workbox-window](https://github.com/googlechrome/workbox) from 6.5.1 to 6.5.2.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.5.1...v6.5.2)
---
updated-dependencies:
- dependency-name: workbox-window
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 1b0c1162..556ae234 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -33,10 +33,10 @@ "rxjs": "^7.5.5",
"workbox-cacheable-response": "^6.5.2",
"workbox-expiration": "^6.5.2",
- "workbox-precaching": "^6.5.1",
+ "workbox-precaching": "^6.5.2",
"workbox-routing": "^6.5.0",
"workbox-strategies": "^6.5.1",
- "workbox-window": "^6.5.1",
+ "workbox-window": "^6.5.2",
"xregexp": "^5.1.0"
},
"scripts": {
@@ -59,13 +59,13 @@ "@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.11.0",
+ "eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.6.0",
- "typescript": "^4.6.2",
+ "typescript": "^4.6.3",
"vite": "^2.8.6",
"vite-plugin-pwa": "^0.11.13"
}
|