Bump vite-plugin-checker from 0.5.3 to 0.5.4 (#4237)
Bumps [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases) - [Changelog](https://github.com/fi3ework/vite-plugin-checker/blob/main/CHANGELOG.md) - [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.5.3...vite-plugin-checker@0.5.4) --- updated-dependencies: - dependency-name: vite-plugin-checker dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
cb02c5fe73
commit
394593f6f1
4 changed files with 20 additions and 16 deletions
|
@ -25,7 +25,7 @@
|
|||
"@types/react-dom": "^17.0.18",
|
||||
"@vitejs/plugin-react": "^2.2.0",
|
||||
"vite": "^3.2.5",
|
||||
"vite-plugin-checker": "^0.5.3"
|
||||
"vite-plugin-checker": "^0.5.4"
|
||||
},
|
||||
"wireit": {
|
||||
"dev": {
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
"ldap-server-mock": "^6.0.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"vite": "^3.2.5",
|
||||
"vite-plugin-checker": "^0.5.3",
|
||||
"vite-plugin-checker": "^0.5.4",
|
||||
"vitest": "^0.25.8",
|
||||
"webpack": "^5.75.0"
|
||||
}
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"@vitejs/plugin-react": "^2.2.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"vite": "^3.2.5",
|
||||
"vite-plugin-checker": "^0.5.3",
|
||||
"vite-plugin-checker": "^0.5.4",
|
||||
"vite-plugin-dts": "^1.7.1"
|
||||
}
|
||||
}
|
||||
|
|
30
package-lock.json
generated
30
package-lock.json
generated
|
@ -53,7 +53,7 @@
|
|||
"@types/react-dom": "^17.0.18",
|
||||
"@vitejs/plugin-react": "^2.2.0",
|
||||
"vite": "^3.2.5",
|
||||
"vite-plugin-checker": "^0.5.3"
|
||||
"vite-plugin-checker": "^0.5.4"
|
||||
}
|
||||
},
|
||||
"apps/account-ui/node_modules/@vitejs/plugin-react": {
|
||||
|
@ -182,7 +182,7 @@
|
|||
"ldap-server-mock": "^6.0.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"vite": "^3.2.5",
|
||||
"vite-plugin-checker": "^0.5.3",
|
||||
"vite-plugin-checker": "^0.5.4",
|
||||
"vitest": "^0.25.8",
|
||||
"webpack": "^5.75.0"
|
||||
}
|
||||
|
@ -606,7 +606,7 @@
|
|||
"@vitejs/plugin-react": "^2.2.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"vite": "^3.2.5",
|
||||
"vite-plugin-checker": "^0.5.3",
|
||||
"vite-plugin-checker": "^0.5.4",
|
||||
"vite-plugin-dts": "^1.7.1"
|
||||
}
|
||||
},
|
||||
|
@ -15455,9 +15455,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vite-plugin-checker": {
|
||||
"version": "0.5.3",
|
||||
"resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.5.3.tgz",
|
||||
"integrity": "sha512-upPESKsQTypC2S7LPjxu9HknOymNSToAAHTYSFHb0at5GKLcN1QGMAR5Hb+7KqZclGMVniXAj7QdhZv+fTx83Q==",
|
||||
"version": "0.5.4",
|
||||
"resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.5.4.tgz",
|
||||
"integrity": "sha512-T6y+OHXqwOjGrCErbhzg5x79NQZV46cgLwYTxuMQnDzAfA6skh2i8PIHcKks8ZlxopzbkvMb5vwc2DpNXiHJdg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.12.13",
|
||||
|
@ -15487,7 +15487,8 @@
|
|||
"typescript": "*",
|
||||
"vite": ">=2.0.0",
|
||||
"vls": "*",
|
||||
"vti": "*"
|
||||
"vti": "*",
|
||||
"vue-tsc": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"eslint": {
|
||||
|
@ -15510,6 +15511,9 @@
|
|||
},
|
||||
"vti": {
|
||||
"optional": true
|
||||
},
|
||||
"vue-tsc": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -19968,7 +19972,7 @@
|
|||
"react-i18next": "^12.0.0",
|
||||
"react-router-dom": "^6.6.2",
|
||||
"vite": "^3.2.5",
|
||||
"vite-plugin-checker": "^0.5.3"
|
||||
"vite-plugin-checker": "^0.5.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vitejs/plugin-react": {
|
||||
|
@ -20084,7 +20088,7 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"use-react-router-breadcrumbs": "^4.0.1",
|
||||
"vite": "^3.2.5",
|
||||
"vite-plugin-checker": "^0.5.3",
|
||||
"vite-plugin-checker": "^0.5.4",
|
||||
"vitest": "^0.25.8",
|
||||
"webpack": "^5.75.0"
|
||||
},
|
||||
|
@ -24015,7 +24019,7 @@
|
|||
"react-dom": "^17.0.2",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"vite": "^3.2.5",
|
||||
"vite-plugin-checker": "^0.5.3",
|
||||
"vite-plugin-checker": "^0.5.4",
|
||||
"vite-plugin-dts": "^1.7.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -26911,9 +26915,9 @@
|
|||
}
|
||||
},
|
||||
"vite-plugin-checker": {
|
||||
"version": "0.5.3",
|
||||
"resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.5.3.tgz",
|
||||
"integrity": "sha512-upPESKsQTypC2S7LPjxu9HknOymNSToAAHTYSFHb0at5GKLcN1QGMAR5Hb+7KqZclGMVniXAj7QdhZv+fTx83Q==",
|
||||
"version": "0.5.4",
|
||||
"resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.5.4.tgz",
|
||||
"integrity": "sha512-T6y+OHXqwOjGrCErbhzg5x79NQZV46cgLwYTxuMQnDzAfA6skh2i8PIHcKks8ZlxopzbkvMb5vwc2DpNXiHJdg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.12.13",
|
||||
|
|
Loading…
Reference in a new issue