Skip to content

Commit

Permalink
Bump @types/lodash from 4.17.4 to 4.17.7 (#636)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mreed-maphabit <mreed@maphabit.com>
  • Loading branch information
dependabot[bot] and mreed-maphabit authored Aug 9, 2024
1 parent 5e00ea1 commit ed6b355
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 37 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@
"drupal-jsonapi-params": "^2.3.1",
"env-loader": "0.1.0",
"fs-extra": "^11.2.0",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"jest-axe": "^8.0.0",
"jest-extended": "^4.0.2",
"jsona": "^1.12.1",
Expand Down Expand Up @@ -102,7 +100,7 @@
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.7",
"@types/node": "20.12.7",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.2.18",
Expand Down
25 changes: 13 additions & 12 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,22 @@ const Document = () => {
/>
<link rel="stylesheet" href={`${ASSETS_URL}style.css`} />

{/* Preconnect to google tag manager domain */}
<link rel="preconnect" href="https://www.googletagmanager.com" />

{/* Add web components */}
<link rel="stylesheet" href={`${ASSETS_URL}web-components.css`} />
<Script
id="web-components"
strategy="afterInteractive"
strategy="beforeInteractive"
src={`${ASSETS_URL}web-components.entry.js`}
/>

{/* Add vendor file */}
<Script
id="vendor"
strategy="beforeInteractive"
src={`${ASSETS_URL}vendor.entry.js`}
/>

{/* Preconnect to google tag manager domain */}
<link rel="preconnect" href="https://www.googletagmanager.com" />

{/* Preload main fonts */}
<link
rel="preload"
Expand Down Expand Up @@ -83,12 +88,8 @@ const Document = () => {
href="/img/design/icons/favicon.ico"
/>

{/* Add vendor file */}
<Script
id="vendor"
strategy="afterInteractive"
src={`${ASSETS_URL}vendor.entry.js`}
/>
{/* Add web components */}
<link rel="stylesheet" href={`${ASSETS_URL}web-components.css`} />

{/* Add polyfills */}
<Script
Expand Down
31 changes: 9 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4895,13 +4895,20 @@ __metadata:
languageName: node
linkType: hard

"@types/lodash@npm:^4.14.167, @types/lodash@npm:^4.14.202":
"@types/lodash@npm:^4.14.167":
version: 4.17.4
resolution: "@types/lodash@npm:4.17.4"
checksum: 268e652fd52d49189f155bc89b49bd4535aa44f0b6b0ed9ce7e50318307bda58147c49539d2047f39ca37cf5b5ea38dfb801d0dbcdbc8b019c95c1afc346b05a
languageName: node
linkType: hard

"@types/lodash@npm:^4.17.7":
version: 4.17.7
resolution: "@types/lodash@npm:4.17.7"
checksum: 09e58a119cd8a70acfb33f8623dc2fc54f74cdce3b3429b879fc2daac4807fe376190a04b9e024dd300f9a3ee1876d6623979cefe619f70654ca0fe0c47679a7
languageName: node
linkType: hard

"@types/mdx@npm:^2.0.0":
version: 2.0.13
resolution: "@types/mdx@npm:2.0.13"
Expand Down Expand Up @@ -10926,15 +10933,6 @@ __metadata:
languageName: node
linkType: hard

"i18next-browser-languagedetector@npm:^8.0.0":
version: 8.0.0
resolution: "i18next-browser-languagedetector@npm:8.0.0"
dependencies:
"@babel/runtime": ^7.23.2
checksum: 44ae6b161fba6a84c3f877ea8e427b33164bd65a457a87887958ab438c64dc06158f7f62bcc9d6c9e1cf106167b4534444e8e74b4d09fcc6db0f12b62a2713a1
languageName: node
linkType: hard

"i18next@npm:^21.6.14":
version: 21.10.0
resolution: "i18next@npm:21.10.0"
Expand All @@ -10944,15 +10942,6 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:^23.12.2":
version: 23.12.2
resolution: "i18next@npm:23.12.2"
dependencies:
"@babel/runtime": ^7.23.2
checksum: 283d1ebb3d645bc3ea134f2e8e882b87e36ecd2389ddba5c165c322eed564a38bb3035e53ccd3b80b553f7a300f8acc5d107c89e6ecbb294ebbb5d9a4619ec22
languageName: node
linkType: hard

"iconv-lite@npm:0.4.24, iconv-lite@npm:^0.4.24":
version: 0.4.24
resolution: "iconv-lite@npm:0.4.24"
Expand Down Expand Up @@ -13502,7 +13491,7 @@ __metadata:
"@testing-library/react": ^14.1.2
"@testing-library/user-event": ^14.5.1
"@types/jest": ^29.5.12
"@types/lodash": ^4.14.202
"@types/lodash": ^4.17.7
"@types/node": 20.12.7
"@types/react": ^18.3.1
"@types/react-dom": ^18.2.18
Expand Down Expand Up @@ -13531,8 +13520,6 @@ __metadata:
fs-extra: ^11.2.0
http-server: ^14.1.1
husky: ^9.0.11
i18next: ^23.12.2
i18next-browser-languagedetector: ^8.0.0
jest: ^29.7.0
jest-axe: ^8.0.0
jest-environment-jsdom: ^29.7.0
Expand Down

0 comments on commit ed6b355

Please sign in to comment.