Skip to content

Commit

Permalink
Add caniuse-lite to package.json
Browse files Browse the repository at this point in the history
This will allow future `browserlist` update to update this properly. Because we didn't have this before, our CI would run `pnpm up caniuse-lite` and `pnpm` would silently fail and simply run `pnpm up` upgrading everything, which doesn't make sense
  • Loading branch information
rafaeelaudibert committed Dec 6, 2024
1 parent 5a63f8f commit aeccd37
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
"axe-core": "^4.4.3",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.13.0",
"caniuse-lite": "^1.0.30001687",
"concurrently": "^5.3.0",
"css-loader": "^3.4.2",
"cypress": "^13.11.0",
Expand Down Expand Up @@ -376,7 +377,7 @@
"last 2 edge versions"
],
"production": [
"defaults and not not op_mini all"
"defaults and not op_mini all"
]
},
"browser": {
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aeccd37

Please sign in to comment.