@stenajs-webui/tooltip 16.0.0 → 17.1.0
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 +16 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
# v17.0.0 (Fri Jun 17 2022)
|
|
2
|
+
|
|
3
|
+
#### 💥 Breaking Change
|
|
4
|
+
|
|
5
|
+
- Upgrade and apply prettier. [#467](https://github.com/StenaIT/stenajs-webui/pull/467) ([@mattias800](https://github.com/mattias800))
|
|
6
|
+
|
|
7
|
+
#### 🔩 Dependency Updates
|
|
8
|
+
|
|
9
|
+
- Update Typescript, React, Jest, etc. [#466](https://github.com/StenaIT/stenajs-webui/pull/466) ([@mattias800](https://github.com/mattias800))
|
|
10
|
+
|
|
11
|
+
#### Authors: 1
|
|
12
|
+
|
|
13
|
+
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
1
17
|
# v15.5.8 (Thu May 19 2022)
|
|
2
18
|
|
|
3
19
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stenajs-webui/tooltip",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "17.1.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "mattias800",
|
|
6
6
|
"license": "MIT",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"deploy": "gh-pages -d example/build"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@stenajs-webui/core": "
|
|
31
|
-
"@stenajs-webui/elements": "
|
|
30
|
+
"@stenajs-webui/core": "17.1.0",
|
|
31
|
+
"@stenajs-webui/elements": "17.1.0",
|
|
32
32
|
"@tippyjs/react": "^4.1.0",
|
|
33
33
|
"tippy.js": "^6.2.6"
|
|
34
34
|
},
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
"@emotion/styled": ">=11.3.0",
|
|
38
38
|
"@fortawesome/free-solid-svg-icons": ">=5.15.3",
|
|
39
39
|
"prop-types": ">=15.5.4",
|
|
40
|
-
"react": ">=
|
|
41
|
-
"react-dom": ">=
|
|
40
|
+
"react": ">=18.2.0",
|
|
41
|
+
"react-dom": ">=18.2.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@emotion/react": "^11.1.5",
|
|
45
45
|
"@emotion/styled": "^11.3.0",
|
|
46
46
|
"@fortawesome/free-solid-svg-icons": "5.15.3",
|
|
47
47
|
"@types/jest": "^23.1.5",
|
|
48
|
-
"@types/react": "^
|
|
49
|
-
"@types/react-dom": "^
|
|
48
|
+
"@types/react": "^18.0.14",
|
|
49
|
+
"@types/react-dom": "^18.0.5",
|
|
50
50
|
"prop-types": "^15.5.4",
|
|
51
|
-
"react": "^
|
|
52
|
-
"react-dom": "^
|
|
51
|
+
"react": "^18.2.0",
|
|
52
|
+
"react-dom": "^18.2.0"
|
|
53
53
|
},
|
|
54
54
|
"files": [
|
|
55
55
|
"dist"
|
|
56
56
|
],
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "0bef18c3b696b9e60cffb1fb24adff3c03fb5edc"
|
|
58
58
|
}
|