Skip to content

Commit 693744a

Browse files
committed
chore(deps): update Slickgrid-React to v9.6.0
1 parent 55ccbd3 commit 693744a

File tree

4 files changed

+244
-246
lines changed

4 files changed

+244
-246
lines changed

bootstrap5-i18n-demo/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,47 +35,47 @@
3535
"not dead"
3636
],
3737
"dependencies": {
38-
"@slickgrid-universal/composite-editor-component": "^9.5.0",
39-
"@slickgrid-universal/custom-tooltip-plugin": "^9.5.0",
40-
"@slickgrid-universal/excel-export": "^9.5.0",
41-
"@slickgrid-universal/graphql": "^9.5.0",
42-
"@slickgrid-universal/odata": "^9.5.0",
43-
"@slickgrid-universal/rxjs-observable": "^9.5.0",
44-
"@slickgrid-universal/text-export": "^9.5.0",
38+
"@slickgrid-universal/composite-editor-component": "^9.6.0",
39+
"@slickgrid-universal/custom-tooltip-plugin": "^9.6.0",
40+
"@slickgrid-universal/excel-export": "^9.6.0",
41+
"@slickgrid-universal/graphql": "^9.6.0",
42+
"@slickgrid-universal/odata": "^9.6.0",
43+
"@slickgrid-universal/rxjs-observable": "^9.6.0",
44+
"@slickgrid-universal/text-export": "^9.6.0",
4545
"bootstrap": "^5.3.7",
4646
"dompurify": "^3.2.6",
4747
"i18next": "^25.3.2",
4848
"react": "^19.1.0",
4949
"react-dom": "^19.1.0",
50-
"react-i18next": "^15.6.0",
51-
"slickgrid-react": "^9.5.0"
50+
"react-i18next": "^15.6.1",
51+
"slickgrid-react": "^9.6.0"
5252
},
5353
"devDependencies": {
5454
"@faker-js/faker": "^9.9.0",
5555
"@fnando/sparkline": "^0.3.10",
5656
"@popperjs/core": "^2.11.8",
5757
"@types/fnando__sparkline": "^0.3.7",
5858
"@types/i18next-xhr-backend": "^1.4.2",
59-
"@types/node": "^24.0.1",
59+
"@types/node": "^24.1.0",
6060
"@types/react": "^19.1.8",
6161
"@types/react-dom": "^19.1.6",
6262
"@types/sortablejs": "^1.15.8",
6363
"@types/text-encoding-utf-8": "^1.0.5",
6464
"@vitejs/plugin-react": "^4.7.0",
65-
"cross-env": "^7.0.3",
66-
"eslint": "^9.31.0",
65+
"cross-env": "^10.0.0",
66+
"eslint": "^9.32.0",
6767
"eslint-plugin-import": "^2.32.0",
68-
"eslint-plugin-n": "^17.21.0",
68+
"eslint-plugin-n": "^17.21.1",
6969
"eslint-plugin-prefer-arrow": "^1.2.3",
7070
"eslint-plugin-react": "^7.37.5",
7171
"eslint-plugin-react-hooks": "^5.2.0",
7272
"globals": "^16.3.0",
73-
"react-router-dom": "^7.7.0",
73+
"react-router-dom": "^7.7.1",
7474
"rxjs": "^7.8.2",
7575
"sass": "^1.89.2",
7676
"typescript": "^5.8.3",
77-
"typescript-eslint": "^8.37.0",
78-
"vite": "^7.0.5",
77+
"typescript-eslint": "^8.38.0",
78+
"vite": "^7.0.6",
7979
"vite-plugin-svgr": "^4.3.0",
8080
"vite-tsconfig-paths": "^5.1.4"
8181
},

bootstrap5-i18n-demo/src/assets/locales/en/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"SYNCHRONOUS_RESIZE": "Synchronous resize",
6363
"TOGGLE_FILTER_ROW": "Toggle Filter Row",
6464
"TOGGLE_PRE_HEADER_ROW": "Toggle Pre-Header Row",
65+
"UNFREEZE_COLUMNS": "Unfreeze Columns",
6566
"X_OF_Y_SELECTED": "# of % selected",
6667
"X_OF_Y_MASS_SELECTED": "{{x}} of {{y}} selected",
6768
"BILLING": {
@@ -106,4 +107,4 @@
106107
"X_DAY_PLURAL": "{{x}} day{{plural}}",
107108
"RBE_BTN_UPDATE": "Update the current row",
108109
"RBE_BTN_CANCEL": "Cancel changes of the current row"
109-
}
110+
}

bootstrap5-i18n-demo/src/assets/locales/fr/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"SYNCHRONOUS_RESIZE": "Redimension synchrone",
6363
"TOGGLE_FILTER_ROW": "Basculer la ligne des filtres",
6464
"TOGGLE_PRE_HEADER_ROW": "Basculer la ligne de pré-en-tête",
65+
"UNFREEZE_COLUMNS": "Dégeler les colonnes",
6566
"X_OF_Y_SELECTED": "# de % sélectionnés",
6667
"X_OF_Y_MASS_SELECTED": "{{x}} de {{y}} sélectionnés",
6768
"BILLING": {
@@ -107,4 +108,4 @@
107108
"X_DAY_PLURAL": "{{x}} journée{{plural}}",
108109
"RBE_BTN_UPDATE": "Mettre à jour la ligne actuelle",
109110
"RBE_BTN_CANCEL": "Annuler la ligne actuelle"
110-
}
111+
}

0 commit comments

Comments
 (0)