Merge pull request #1857 from BotBlake/browser-renovation

add caniuse-lite to dev dependencies
This commit is contained in:
Niels van Velzen
2026-05-12 10:54:49 +02:00
committed by GitHub
2 changed files with 5 additions and 3 deletions
+4 -3
View File
@@ -42,6 +42,7 @@
"@types/react": "18.3.28",
"@types/react-helmet": "6.1.11",
"@types/react-router-dom": "5.3.3",
"caniuse-lite": "1.0.30001792",
"cspell": "10.0.0",
"eslint": "9.39.4",
"eslint-config-prettier": "10.1.8",
@@ -8142,9 +8143,9 @@
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001747",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001747.tgz",
"integrity": "sha512-mzFa2DGIhuc5490Nd/G31xN1pnBnYMadtkyTjefPI7wzypqgCEpeWu9bJr0OnDsyKrW75zA9ZAt7pbQFmwLsQg==",
"version": "1.0.30001792",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001792.tgz",
"integrity": "sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==",
"funding": [
{
"type": "opencollective",
+1
View File
@@ -68,6 +68,7 @@
"@types/react": "18.3.28",
"@types/react-helmet": "6.1.11",
"@types/react-router-dom": "5.3.3",
"caniuse-lite": "1.0.30001792",
"cspell": "10.0.0",
"eslint": "9.39.4",
"eslint-config-prettier": "10.1.8",