Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
peilingjiang committed Jun 5, 2024
1 parent 79194cb commit 4d20591
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
96 changes: 48 additions & 48 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"homepage": "https://calibrator.app",
"devDependencies": {
"@babel/core": "^7.24.6",
"@biomejs/biome": "1.7.3",
"@biomejs/biome": "1.8.0",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
Expand All @@ -41,7 +41,7 @@
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"cssnano": "^7.0.1",
"googleapis": "^137.1.0",
"googleapis": "^139.0.0",
"husky": "^9.0.11",
"jsdom": "^24.1.0",
"leader-line-new": "^1.1.9",
Expand All @@ -50,9 +50,9 @@
"node-polyfill-webpack-plugin": "^4.0.0",
"platform": "^1.3.6",
"postcss-loader": "^8.1.1",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"react-fast-compare": "^3.2.2",
"sass": "^1.77.2",
"sass": "^1.77.4",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"svg-inline-loader": "^0.8.2",
Expand Down

0 comments on commit 4d20591

Please sign in to comment.