@oslokommune/punkt-react 13.15.0 → 13.15.1
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.
- package/CHANGELOG.md +18 -0
- package/package.json +3 -6
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,24 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
|
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
+
## [13.15.1](https://github.com/oslokommune/punkt/compare/13.15.0...13.15.1) (2025-11-06)
|
|
9
|
+
|
|
10
|
+
### ⚠ BREAKING CHANGES
|
|
11
|
+
Ingen
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
Ingen
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
* Fjern ubrukt dependency react-element-to-jsx-string (#3109).
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Chores
|
|
21
|
+
Ingen
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
|
|
8
26
|
## [13.15.0](https://github.com/oslokommune/punkt/compare/13.14.0...13.15.0) (2025-11-05)
|
|
9
27
|
|
|
10
28
|
### ⚠ BREAKING CHANGES
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oslokommune/punkt-react",
|
|
3
|
-
"version": "13.15.
|
|
3
|
+
"version": "13.15.1",
|
|
4
4
|
"description": "React komponentbibliotek til Punkt, et designsystem laget av Oslo Origo",
|
|
5
5
|
"homepage": "https://punkt.oslo.kommune.no",
|
|
6
6
|
"author": "Team Designsystem, Oslo Origo",
|
|
@@ -42,9 +42,7 @@
|
|
|
42
42
|
"@oslokommune/punkt-elements": "^13.13.2",
|
|
43
43
|
"classnames": "^2.5.1",
|
|
44
44
|
"prettier": "^3.3.3",
|
|
45
|
-
"react-
|
|
46
|
-
"react-hook-form": "^7.53.0",
|
|
47
|
-
"react-syntax-highlighter": "^15.6.6"
|
|
45
|
+
"react-hook-form": "^7.53.0"
|
|
48
46
|
},
|
|
49
47
|
"devDependencies": {
|
|
50
48
|
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
|
|
@@ -58,7 +56,6 @@
|
|
|
58
56
|
"@types/node": "^20.12.10",
|
|
59
57
|
"@types/react": "^18.3.5",
|
|
60
58
|
"@types/react-dom": "^18.3.0",
|
|
61
|
-
"@types/react-syntax-highlighter": "^15.5.13",
|
|
62
59
|
"@vitejs/plugin-react": "^4.3.1",
|
|
63
60
|
"eslint": "^9.37.0",
|
|
64
61
|
"eslint-config-prettier": "^9.1.0",
|
|
@@ -106,5 +103,5 @@
|
|
|
106
103
|
"url": "https://github.com/oslokommune/punkt/issues"
|
|
107
104
|
},
|
|
108
105
|
"license": "MIT",
|
|
109
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "4d233101e6a9c3512c9d2b11279f0dabc813e44f"
|
|
110
107
|
}
|