Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @types/copy-webpack-plugin from 6.4.3 to 10.1.0 #171

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^6.3.0",
"@types/copy-webpack-plugin": "^10.1.0",
"@types/css-minimizer-webpack-plugin": "^1.3.0",
"@types/friendly-errors-webpack-plugin": "^0.1.2",
"@types/mini-css-extract-plugin": "^1.2.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@codeblitzjs/ide-toolkit@workspace:packages/toolkit"
dependencies:
"@types/copy-webpack-plugin": "npm:^6.3.0"
"@types/copy-webpack-plugin": "npm:^10.1.0"
"@types/css-minimizer-webpack-plugin": "npm:^1.3.0"
"@types/friendly-errors-webpack-plugin": "npm:^0.1.2"
"@types/mini-css-extract-plugin": "npm:^1.2.1"
Expand Down Expand Up @@ -3227,12 +3227,12 @@ __metadata:
languageName: node
linkType: hard

"@types/copy-webpack-plugin@npm:^6.3.0":
version: 6.4.3
resolution: "@types/copy-webpack-plugin@npm:6.4.3"
"@types/copy-webpack-plugin@npm:^10.1.0":
version: 10.1.0
resolution: "@types/copy-webpack-plugin@npm:10.1.0"
dependencies:
"@types/webpack": "npm:^4"
checksum: 10/5cd65e36e2610721484d4fa14a5cb5daf0b97772be335eff64c4289380ba691c74401ccabc0bf723f068c1633f234713dc32a792ccc695e173703f172f2ce5c4
copy-webpack-plugin: "npm:*"
checksum: 10/c5012e9725beb34bc07ca47f5861ee0770f0c76fe04e8878142ba5d12aa91c6d330ec777378eb65ff5fbb5f05863a2b1b935318db0f3f2e754c126b181645adf
languageName: node
linkType: hard

Expand Down Expand Up @@ -6427,7 +6427,7 @@ __metadata:
languageName: node
linkType: hard

"copy-webpack-plugin@npm:^12.0.2":
"copy-webpack-plugin@npm:*, copy-webpack-plugin@npm:^12.0.2":
version: 12.0.2
resolution: "copy-webpack-plugin@npm:12.0.2"
dependencies:
Expand Down
Loading