@opengeoweb/theme 9.24.0 → 9.25.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.esm.js +1 -1
  2. package/package.json +2 -2
package/index.esm.js CHANGED
@@ -2301,7 +2301,7 @@ var fi = {
2301
2301
  theme: "ei käännetty"
2302
2302
  };
2303
2303
  var no = {
2304
- theme: "ikke oversatt"
2304
+ theme: "Tema"
2305
2305
  };
2306
2306
  var nl = {
2307
2307
  theme: "Thema"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/theme",
3
- "version": "9.24.0",
3
+ "version": "9.25.2",
4
4
  "description": "GeoWeb Theme library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -8,10 +8,10 @@
8
8
  "url": "git@gitlab.com:opengeoweb/opengeoweb.git"
9
9
  },
10
10
  "dependencies": {
11
- "@mui/material": "^5.16.0",
12
11
  "@mui/system": "^5.15.1",
13
12
  "@mui/x-date-pickers": "^6.18.5",
14
13
  "i18next": "^23.11.5",
14
+ "@mui/material": "^5.16.0",
15
15
  "react-i18next": "^14.1.2"
16
16
  },
17
17
  "peerDependencies": {