@react-md/material-icons 6.0.0-next.3 → 6.0.0-next.5

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/CHANGELOG.md +15 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @react-md/material-icons
2
2
 
3
+ ## 6.0.0-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @react-md/core@1.0.0-next.5
9
+
10
+ ## 6.0.0-next.4
11
+
12
+ ### Patch Changes
13
+
14
+ - Fixed Sass variable issues and other CSS tweaks.
15
+ - Updated dependencies
16
+ - @react-md/core@1.0.0-next.4
17
+
3
18
  ## 6.0.0-next.3
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-md/material-icons",
3
- "version": "6.0.0-next.3",
3
+ "version": "6.0.0-next.5",
4
4
  "description": "Material Design Icon components for react-md",
5
5
  "type": "module",
6
6
  "exports": {
@@ -29,17 +29,17 @@
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
31
  "cnbuilder": "^3.1.0",
32
- "@react-md/core": "1.0.0-next.3"
32
+ "@react-md/core": "1.0.0-next.5"
33
33
  },
34
34
  "devDependencies": {
35
- "@swc/core": "1.3.102",
35
+ "@swc/core": "1.3.105",
36
36
  "@types/lodash": "^4.14.202",
37
- "@types/node": "^20.11.0",
38
- "@types/react": "^18.2.47",
37
+ "@types/node": "^20.11.6",
38
+ "@types/react": "^18.2.48",
39
39
  "glob": "^10.3.10",
40
40
  "lodash": "^4.17.21",
41
- "prettier": "^3.1.1",
42
- "pretty-ms": "^8.0.0",
41
+ "prettier": "^3.2.4",
42
+ "pretty-ms": "^9.0.0",
43
43
  "svgo": "^3.2.0",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.3.3"