mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 01:27:07 +00:00
Release 1.0.5-beta.39
This commit is contained in:
parent
331cbbd3bd
commit
ced1736ed5
1 changed files with 7 additions and 7 deletions
14
frontend/package-lock.json
generated
14
frontend/package-lock.json
generated
|
@ -27,10 +27,10 @@
|
|||
"@fortawesome/react-fontawesome": "^0.1",
|
||||
"@mantine/modals": "^4",
|
||||
"@mantine/notifications": "^4",
|
||||
"@testing-library/jest-dom": "*",
|
||||
"@testing-library/jest-dom": "latest",
|
||||
"@testing-library/react": "12",
|
||||
"@testing-library/react-hooks": "*",
|
||||
"@testing-library/user-event": "*",
|
||||
"@testing-library/react-hooks": "latest",
|
||||
"@testing-library/user-event": "latest",
|
||||
"@types/lodash": "^4",
|
||||
"@types/node": "^17",
|
||||
"@types/react": "^17",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"eslint-config-react-app": "^7",
|
||||
"eslint-plugin-react-hooks": "^4",
|
||||
"husky": "^8",
|
||||
"jsdom": "*",
|
||||
"jsdom": "latest",
|
||||
"lodash": "^4",
|
||||
"moment": "^2.29",
|
||||
"prettier": "^2",
|
||||
|
@ -53,9 +53,9 @@
|
|||
"recharts": "^2",
|
||||
"sass": "^1",
|
||||
"typescript": "^4",
|
||||
"vite": "*",
|
||||
"vite-plugin-checker": "*",
|
||||
"vitest": "*"
|
||||
"vite": "latest",
|
||||
"vite-plugin-checker": "latest",
|
||||
"vitest": "latest"
|
||||
}
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
|
|
Loading…
Reference in a new issue