diff --git a/Binding Dapper using CustomAdaptor/Grid_Dapper/package.json b/Binding Dapper using CustomAdaptor/Grid_Dapper/package.json index d1ab01d..adc9854 100644 --- a/Binding Dapper using CustomAdaptor/Grid_Dapper/package.json +++ b/Binding Dapper using CustomAdaptor/Grid_Dapper/package.json @@ -17,7 +17,7 @@ "mini-css-extract-plugin": "2.9.0", "ts-loader": "9.5.1", "typescript": "5.4.5", - "webpack": "5.94.0", + "webpack": ">=5.104.1", "webpack-cli": "5.1.4" }, "keywords": [], diff --git a/Binding Dapper using UrlAdaptor/Grid_Dapper/package.json b/Binding Dapper using UrlAdaptor/Grid_Dapper/package.json index 4b02866..e5f36b7 100644 --- a/Binding Dapper using UrlAdaptor/Grid_Dapper/package.json +++ b/Binding Dapper using UrlAdaptor/Grid_Dapper/package.json @@ -21,7 +21,7 @@ "mini-css-extract-plugin": "2.9.2", "ts-loader": "9.5.2", "typescript": "5.8.2", - "webpack": "5.98.0", + "webpack": ">=5.104.1", "webpack-cli": "6.0.1" }, "dependencies": { diff --git a/Binding MS SQL database using CustomAdaptor/Binding MS SQL database using CustomAdaptor/Grid_MSSQL/Grid_MSSQL/package.json b/Binding MS SQL database using CustomAdaptor/Binding MS SQL database using CustomAdaptor/Grid_MSSQL/Grid_MSSQL/package.json index d43d704..2fc13b3 100644 --- a/Binding MS SQL database using CustomAdaptor/Binding MS SQL database using CustomAdaptor/Grid_MSSQL/Grid_MSSQL/package.json +++ b/Binding MS SQL database using CustomAdaptor/Binding MS SQL database using CustomAdaptor/Grid_MSSQL/Grid_MSSQL/package.json @@ -18,7 +18,7 @@ "mini-css-extract-plugin": "2.9.2", "ts-loader": "9.5.2", "typescript": "5.8.2", - "webpack": "5.98.0", + "webpack": ">=5.104.1", "webpack-cli": "6.0.1" }, "dependencies": { diff --git a/Binding MS SQL database using UrlAdaptor/Binding MS SQL database using UrlAdaptor/Grid_MSSQL/Grid_MSSQL/package.json b/Binding MS SQL database using UrlAdaptor/Binding MS SQL database using UrlAdaptor/Grid_MSSQL/Grid_MSSQL/package.json index d43d704..2fc13b3 100644 --- a/Binding MS SQL database using UrlAdaptor/Binding MS SQL database using UrlAdaptor/Grid_MSSQL/Grid_MSSQL/package.json +++ b/Binding MS SQL database using UrlAdaptor/Binding MS SQL database using UrlAdaptor/Grid_MSSQL/Grid_MSSQL/package.json @@ -18,7 +18,7 @@ "mini-css-extract-plugin": "2.9.2", "ts-loader": "9.5.2", "typescript": "5.8.2", - "webpack": "5.98.0", + "webpack": ">=5.104.1", "webpack-cli": "6.0.1" }, "dependencies": { diff --git a/Binding MySQL database using CustomAdaptor/Grid_MYSQL/package.json b/Binding MySQL database using CustomAdaptor/Grid_MYSQL/package.json index 5ba5ee1..38063f5 100644 --- a/Binding MySQL database using CustomAdaptor/Grid_MYSQL/package.json +++ b/Binding MySQL database using CustomAdaptor/Grid_MYSQL/package.json @@ -20,7 +20,7 @@ "mini-css-extract-plugin": "2.9.2", "ts-loader": "9.5.2", "typescript": "5.8.2", - "webpack": "5.98.0", + "webpack": ">=5.104.1", "webpack-cli": "6.0.1" }, "dependencies": { diff --git a/Binding MySQL database using UrlAdaptor/Grid_MYSQL/package.json b/Binding MySQL database using UrlAdaptor/Grid_MYSQL/package.json index 9f766cc..8fde8d9 100644 --- a/Binding MySQL database using UrlAdaptor/Grid_MYSQL/package.json +++ b/Binding MySQL database using UrlAdaptor/Grid_MYSQL/package.json @@ -20,7 +20,7 @@ "mini-css-extract-plugin": "2.9.2", "ts-loader": "9.5.2", "typescript": "5.8.2", - "webpack": "5.98.0", + "webpack": ">=5.104.1", "webpack-cli": "6.0.1" }, "dependencies": { diff --git a/Binding PostgreSQL database using CustomAdaptor/Grid_PostgreSQL_TS/Grid_PostgreSQL_TS/package.json b/Binding PostgreSQL database using CustomAdaptor/Grid_PostgreSQL_TS/Grid_PostgreSQL_TS/package.json index 25a632f..69cdfb0 100644 --- a/Binding PostgreSQL database using CustomAdaptor/Grid_PostgreSQL_TS/Grid_PostgreSQL_TS/package.json +++ b/Binding PostgreSQL database using CustomAdaptor/Grid_PostgreSQL_TS/Grid_PostgreSQL_TS/package.json @@ -19,7 +19,7 @@ "mini-css-extract-plugin": "2.9.2", "ts-loader": "9.5.2", "typescript": "5.8.2", - "webpack": "5.98.0", + "webpack": ">=5.104.1", "webpack-cli": "6.0.1" }, "dependencies": { diff --git a/Binding PostgreSQL database using UrlAdaptor/Grid_PostgreSQL_TS/Grid_PostgreSQL_TS/package.json b/Binding PostgreSQL database using UrlAdaptor/Grid_PostgreSQL_TS/Grid_PostgreSQL_TS/package.json index 25a632f..69cdfb0 100644 --- a/Binding PostgreSQL database using UrlAdaptor/Grid_PostgreSQL_TS/Grid_PostgreSQL_TS/package.json +++ b/Binding PostgreSQL database using UrlAdaptor/Grid_PostgreSQL_TS/Grid_PostgreSQL_TS/package.json @@ -19,7 +19,7 @@ "mini-css-extract-plugin": "2.9.2", "ts-loader": "9.5.2", "typescript": "5.8.2", - "webpack": "5.98.0", + "webpack": ">=5.104.1", "webpack-cli": "6.0.1" }, "dependencies": { diff --git a/Binding SQL database using EF and CustomAdaptor/Binding SQL database using EF and CustomAdaptor/CustomAdaptor_EntityFramework/CustomAdaptor_EntityFramework/package.json b/Binding SQL database using EF and CustomAdaptor/Binding SQL database using EF and CustomAdaptor/CustomAdaptor_EntityFramework/CustomAdaptor_EntityFramework/package.json index d8cefed..af9b633 100644 --- a/Binding SQL database using EF and CustomAdaptor/Binding SQL database using EF and CustomAdaptor/CustomAdaptor_EntityFramework/CustomAdaptor_EntityFramework/package.json +++ b/Binding SQL database using EF and CustomAdaptor/Binding SQL database using EF and CustomAdaptor/CustomAdaptor_EntityFramework/CustomAdaptor_EntityFramework/package.json @@ -18,7 +18,7 @@ "mini-css-extract-plugin": "2.9.2", "ts-loader": "9.5.2", "typescript": "5.8.2", - "webpack": "5.98.0", + "webpack": ">=5.104.1", "webpack-cli": "6.0.1" }, "dependencies": { diff --git a/Binding SQL database using EF and UrlAdaptor/Binding SQL database using EF and UrlAdaptor/Grid_EntityFramework/Grid_EntityFramework/package.json b/Binding SQL database using EF and UrlAdaptor/Binding SQL database using EF and UrlAdaptor/Grid_EntityFramework/Grid_EntityFramework/package.json index 725715a..e2e24ff 100644 --- a/Binding SQL database using EF and UrlAdaptor/Binding SQL database using EF and UrlAdaptor/Grid_EntityFramework/Grid_EntityFramework/package.json +++ b/Binding SQL database using EF and UrlAdaptor/Binding SQL database using EF and UrlAdaptor/Grid_EntityFramework/Grid_EntityFramework/package.json @@ -18,7 +18,7 @@ "mini-css-extract-plugin": "2.9.2", "ts-loader": "9.5.2", "typescript": "5.8.2", - "webpack": "5.98.0", + "webpack": ">=5.104.1", "webpack-cli": "6.0.1" }, "dependencies": { diff --git a/Binding SQLite using CustomAdaptor/SQLite_TS/SQLite_TS/package.json b/Binding SQLite using CustomAdaptor/SQLite_TS/SQLite_TS/package.json index cd1f6ed..7c4f113 100644 --- a/Binding SQLite using CustomAdaptor/SQLite_TS/SQLite_TS/package.json +++ b/Binding SQLite using CustomAdaptor/SQLite_TS/SQLite_TS/package.json @@ -19,7 +19,7 @@ "mini-css-extract-plugin": "2.9.2", "ts-loader": "9.5.2", "typescript": "5.8.2", - "webpack": "5.98.0", + "webpack": ">=5.104.1", "webpack-cli": "6.0.1" }, "dependencies": { diff --git a/Binding SQLite using UrlAdaptor/SQLite_TS/SQLite_TS/package.json b/Binding SQLite using UrlAdaptor/SQLite_TS/SQLite_TS/package.json index cd1f6ed..7c4f113 100644 --- a/Binding SQLite using UrlAdaptor/SQLite_TS/SQLite_TS/package.json +++ b/Binding SQLite using UrlAdaptor/SQLite_TS/SQLite_TS/package.json @@ -19,7 +19,7 @@ "mini-css-extract-plugin": "2.9.2", "ts-loader": "9.5.2", "typescript": "5.8.2", - "webpack": "5.98.0", + "webpack": ">=5.104.1", "webpack-cli": "6.0.1" }, "dependencies": {