Skip to content

Commit f3a0d15

Browse files
committed
update bunlock and browserslist
1 parent 0f6110e commit f3a0d15

File tree

2 files changed

+10
-20
lines changed

2 files changed

+10
-20
lines changed

bun.lock

Lines changed: 8 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@types/react": "^18.2.37",
1616
"@types/react-dom": "^18.2.15",
1717
"antd": "latest",
18+
"caniuse-lite": "^1.0.30001718",
1819
"chart.js": "latest",
1920
"chartjs-adapter-date-fns": "latest",
2021
"chartjs-plugin-zoom": "latest",
@@ -30,7 +31,7 @@
3031
},
3132
"scripts": {
3233
"start": "react-scripts start",
33-
"build": "react-scripts build",
34+
"build": "DISABLE_ESLINT_PLUGIN=true react-scripts build",
3435
"test": "react-scripts test",
3536
"eject": "react-scripts eject"
3637
},

0 commit comments

Comments
 (0)