Skip to content

Commit 78cf7bd

Browse files
committed
[refactor] Change log level to debug for status data loading and update dependencies in package.json
1 parent 1107226 commit 78cf7bd

File tree

3 files changed

+191
-190
lines changed

3 files changed

+191
-190
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@farmfe/cli": "^1.0.4",
30-
"@farmfe/core": "^1.4.4",
30+
"@farmfe/core": "^1.4.5",
3131
"@farmfe/js-plugin-postcss": "^1.9.0",
3232
"@farmfe/plugin-react": "^1.2.6",
3333
"@testing-library/jest-dom": "^6.6.3",
@@ -39,7 +39,7 @@
3939
"@types/react-helmet": "^6.1.11",
4040
"autoprefixer": "^10.4.20",
4141
"core-js": "^3.39.0",
42-
"eslint": "^9.15.0",
42+
"eslint": "^9.16.0",
4343
"fake-indexeddb": "^6.0.0",
4444
"globals": "^15.12.0",
4545
"jsdom": "^25.0.1",
@@ -51,5 +51,5 @@
5151
"vite": "^6.0.1",
5252
"vitest": "^2.1.6"
5353
},
54-
"packageManager": "[email protected].3"
54+
"packageManager": "[email protected].4"
5555
}

0 commit comments

Comments
 (0)