build(deps): update dependency @vitejs/plugin-react to v1.1.1 (#2692)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/2690/head
parent
d2331bd1c8
commit
d2e7ebb7b7
|
@ -128,7 +128,7 @@
|
|||
"@types/react-dom": "17.0.11",
|
||||
"@typescript-eslint/eslint-plugin": "5.6.0",
|
||||
"@typescript-eslint/parser": "5.6.0",
|
||||
"@vitejs/plugin-react": "1.1.0",
|
||||
"@vitejs/plugin-react": "1.1.1",
|
||||
"esbuild-jest": "0.5.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-config-react-app": "6.0.0",
|
||||
|
|
|
@ -18,7 +18,7 @@ specifiers:
|
|||
'@types/react-dom': 17.0.11
|
||||
'@typescript-eslint/eslint-plugin': 5.6.0
|
||||
'@typescript-eslint/parser': 5.6.0
|
||||
'@vitejs/plugin-react': 1.1.0
|
||||
'@vitejs/plugin-react': 1.1.1
|
||||
axios: 0.24.0
|
||||
classnames: 2.3.1
|
||||
esbuild-jest: 0.5.0
|
||||
|
@ -85,7 +85,7 @@ devDependencies:
|
|||
'@types/react-dom': 17.0.11
|
||||
'@typescript-eslint/eslint-plugin': 5.6.0_a283f0d61a32788ace12c47f6a9cf331
|
||||
'@typescript-eslint/parser': 5.6.0_typescript@4.5.2
|
||||
'@vitejs/plugin-react': 1.1.0
|
||||
'@vitejs/plugin-react': 1.1.1
|
||||
esbuild-jest: 0.5.0
|
||||
eslint-config-prettier: 8.3.0
|
||||
eslint-config-react-app: 6.0.0_2dcb649432aac129d9d18c1d868cfcab
|
||||
|
@ -1627,8 +1627,8 @@ packages:
|
|||
eslint-visitor-keys: 3.0.0
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-react/1.1.0:
|
||||
resolution: {integrity: sha512-hRAqG6/lYf0mfDm/1r0U81vwPWMpyi87e4bFK+LvVQQeIgdh6TwvfuF20waenSGSumz6JH2bfk9DbxdgDLRp/w==}
|
||||
/@vitejs/plugin-react/1.1.1:
|
||||
resolution: {integrity: sha512-IJSRD4culdwQ6cRK0D1mstV1vdvYSb2HK1JQ1FDo6Hr7j5ppWJEwBC2v/Gy0h/A1lMmi4AnXACY/d10EgbQNEA==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
dependencies:
|
||||
'@babel/core': 7.16.0
|
||||
|
|
Loading…
Reference in New Issue