mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
fix(deps): update all core dependencies (master) (#3342)
* fix(deps): update all core dependencies * Update Search.test.tsx.snap Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Juan Picado <juanpicado19@gmail.com>
This commit is contained in:
parent
5a61cdd0cf
commit
e9ff724b68
6 changed files with 602 additions and 1503 deletions
|
@ -59,7 +59,7 @@
|
|||
"@types/node-fetch": "2.6.2",
|
||||
"@types/supertest": "2.0.12",
|
||||
"@types/testing-library__jest-dom": "5.14.5",
|
||||
"@types/validator": "13.7.5",
|
||||
"@types/validator": "13.7.6",
|
||||
"@types/webpack": "5.28.0",
|
||||
"@types/webpack-env": "1.18.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.33.1",
|
||||
|
|
|
@ -13,21 +13,21 @@
|
|||
"homepage": "https://verdaccio.org",
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
"@types/react": "17.0.48",
|
||||
"@types/react": "17.0.49",
|
||||
"@types/react-autosuggest": "10.1.5",
|
||||
"@types/react-dom": "17.0.17",
|
||||
"@types/react-helmet": "6.1.5",
|
||||
"@types/redux": "3.6.0",
|
||||
"@types/react-router-dom": "5.3.3",
|
||||
"@types/react-virtualized": "9.21.21",
|
||||
"@emotion/react": "11.10.0",
|
||||
"@emotion/react": "11.10.4",
|
||||
"@emotion/jest": "11.10.0",
|
||||
"@emotion/styled": "11.10.0",
|
||||
"@emotion/styled": "11.10.4",
|
||||
"@emotion/css": "11.10.0",
|
||||
"@emotion/babel-plugin": "11.10.2",
|
||||
"@mui/icons-material": "5.10.2",
|
||||
"@mui/material": "5.10.2",
|
||||
"@mui/styles": "5.10.2",
|
||||
"@mui/icons-material": "5.10.3",
|
||||
"@mui/material": "5.10.3",
|
||||
"@mui/styles": "5.10.3",
|
||||
"@rematch/core": "2.2.0",
|
||||
"@rematch/loading": "2.1.2",
|
||||
"@testing-library/dom": "8.17.1",
|
||||
|
@ -72,7 +72,7 @@
|
|||
"redux": "4.2.0",
|
||||
"rimraf": "3.0.2",
|
||||
"raw-loader": "4.0.2",
|
||||
"msw": "0.45.0",
|
||||
"msw": "0.46.1",
|
||||
"style-loader": "3.3.1",
|
||||
"stylelint": "14.10.0",
|
||||
"stylelint-config-recommended": "7.0.0",
|
||||
|
@ -80,7 +80,7 @@
|
|||
"stylelint-processor-styled-components": "1.10.0",
|
||||
"stylelint-webpack-plugin": "3.3.0",
|
||||
"supertest": "6.2.4",
|
||||
"terser-webpack-plugin": "5.3.5",
|
||||
"terser-webpack-plugin": "5.3.6",
|
||||
"url-loader": "4.1.1",
|
||||
"validator": "13.7.0",
|
||||
"webpack": "5.74.0",
|
||||
|
|
|
@ -81,7 +81,9 @@ exports[`<Search /> component should load the component in default state 1`] = `
|
|||
}
|
||||
|
||||
.emotion-2 .MuiOutlinedInput-root.MuiInputBase-sizeSmall {
|
||||
padding: 6px;
|
||||
padding-top: 6px;
|
||||
padding-bottom: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
.emotion-2 .MuiOutlinedInput-root.MuiInputBase-sizeSmall .MuiAutocomplete-input {
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
"dependencies": {
|
||||
"@docusaurus/types": "2.0.1 ",
|
||||
"@docusaurus/utils": "2.0.1 "
|
||||
"@docusaurus/types": "2.1.0",
|
||||
"@docusaurus/utils": "2.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf ./build",
|
||||
|
|
2055
pnpm-lock.yaml
generated
2055
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -21,16 +21,16 @@
|
|||
"node": ">=16"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "2.0.1 ",
|
||||
"@docusaurus/plugin-google-analytics": "2.0.1 ",
|
||||
"@docusaurus/preset-classic": "2.0.1 ",
|
||||
"@docusaurus/remark-plugin-npm2yarn": "2.0.1 ",
|
||||
"@docusaurus/theme-search-algolia": "2.0.1 ",
|
||||
"@docusaurus/plugin-content-docs": "2.0.1 ",
|
||||
"@docusaurus/theme-common": "2.0.1 ",
|
||||
"@mui/material": "5.10.2",
|
||||
"@mui/icons-material": "5.10.2",
|
||||
"@mui/styles": "5.10.2",
|
||||
"@docusaurus/core": "2.1.0",
|
||||
"@docusaurus/plugin-google-analytics": "2.1.0",
|
||||
"@docusaurus/preset-classic": "2.1.0",
|
||||
"@docusaurus/remark-plugin-npm2yarn": "2.1.0",
|
||||
"@docusaurus/theme-search-algolia": "2.1.0",
|
||||
"@docusaurus/plugin-content-docs": "2.1.0",
|
||||
"@docusaurus/theme-common": "2.1.0",
|
||||
"@mui/material": "5.10.3",
|
||||
"@mui/icons-material": "5.10.3",
|
||||
"@mui/styles": "5.10.3",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"clsx": "1.2.1",
|
||||
"classnames": "2.3.1",
|
||||
|
@ -57,13 +57,13 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "2.0.1 ",
|
||||
"@docusaurus/module-type-aliases": "2.1.0",
|
||||
"@tsconfig/docusaurus": "^1.0.2",
|
||||
"docusaurus-plugin-sass": "^0.2.1",
|
||||
"esbuild": "0.14.10",
|
||||
"esbuild-loader": "2.16.0",
|
||||
"prism-react-renderer": "^1.2.1",
|
||||
"sass": "1.54.5",
|
||||
"sass": "1.54.8",
|
||||
"sass-loader": "^12.1.0",
|
||||
"url-loader": "4.1.1"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue