Skip to content

Commit

Permalink
feat: update dependecies
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 24771
  • Loading branch information
liangling0628 committed Nov 25, 2024
1 parent 70d9379 commit 4fea3a4
Show file tree
Hide file tree
Showing 10 changed files with 2,742 additions and 2,272 deletions.
5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,9 @@ module.exports = [
],
},
},
{
rules: {
'@typescript-eslint/no-unused-expressions': 'off',
},
},
];
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,37 +22,37 @@
"license": "ISC",
"packageManager": "[email protected]",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/core": "^7.26.0",
"@biomejs/biome": "^1.9.4",
"@blueking/bkui-lint": "^0.0.3",
"@grafana/tsconfig": "1.3.0-rc1",
"@swc/core": "^1.4.17",
"@swc/helpers": "^0.5.11",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"@types/react": "17.0.80",
"@types/react-dom": "17.0.25",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@blueking/bkui-lint": "^0.0.5",
"@grafana/tsconfig": "2.0.0",
"@swc/core": "^1.9.3",
"@swc/helpers": "^0.5.15",
"@swc/jest": "^0.2.37",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.1",
"eslint-plugin-react": "^7.34.1",
"glob": "^10.3.12",
"css-loader": "^7.1.2",
"eslint-plugin-react": "^7.37.2",
"glob": "^11.0.0",
"identity-obj-proxy": "3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"lint-staged": "^15.2.2",
"mini-css-extract-plugin": "^2.9.0",
"lint-staged": "^15.2.10",
"mini-css-extract-plugin": "^2.9.2",
"npm-run-all": "^4.1.5",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "1.75.0",
"sass-loader": "14.2.1",
Expand All @@ -61,8 +61,8 @@
"swc-loader": "^0.2.6",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "5.4.5",
"webpack": "^5.91.0",
"typescript": "5.7.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2"
}
Expand Down
Loading

0 comments on commit 4fea3a4

Please sign in to comment.