@nordicsemiconductor/pc-nrfconnect-shared 93.0.0 → 95.0.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 +13 -0
- package/config/jest.config.js +2 -1
- package/coverage/cobertura-coverage.xml +150 -150
- package/dist/bootstrap.css +1 -0
- package/package.json +10 -15
- package/scripts/nordic-publish.js +18 -18
- package/src/App/App.tsx +2 -2
- package/src/ErrorDialog/ErrorDialog.tsx +1 -1
- package/src/FlashMessage/FlashMessage.tsx +1 -1
- package/test/setupTests.ts +1 -9
- package/typings/generated/src/FlashMessage/FlashMessage.d.ts +1 -1
- package/typings/generated/src/FlashMessage/FlashMessage.d.ts.map +1 -1
- package/typings/generated/test/testrenderer.d.ts +2 -2
- package/typings/generated/test/testrenderer.d.ts.map +1 -1
- /package/src/FlashMessage/{flashMessage.css → FlashMessage.scss} +0 -0
package/dist/bootstrap.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nordicsemiconductor/pc-nrfconnect-shared",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "95.0.0",
|
|
4
4
|
"description": "Shared commodities for developing pc-nrfconnect-* packages",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -40,17 +40,15 @@
|
|
|
40
40
|
"@swc/core": "1.3.56",
|
|
41
41
|
"@swc/jest": "0.2.24",
|
|
42
42
|
"@testing-library/jest-dom": "5.16.5",
|
|
43
|
-
"@testing-library/react": "
|
|
43
|
+
"@testing-library/react": "^14.0.0",
|
|
44
44
|
"@types/adm-zip": "^0.5.0",
|
|
45
45
|
"@types/date-fns": "^2.6.0",
|
|
46
|
-
"@types/enzyme": "3.10.12",
|
|
47
|
-
"@types/enzyme-adapter-react-16": "1.0.6",
|
|
48
46
|
"@types/ftp": "0.3.33",
|
|
49
47
|
"@types/klaw": "3.0.3",
|
|
50
48
|
"@types/lodash.range": "3.2.7",
|
|
51
49
|
"@types/mousetrap": "1.6.11",
|
|
52
50
|
"@types/react": "17.0.55",
|
|
53
|
-
"@types/react-dom": "
|
|
51
|
+
"@types/react-dom": "18.2.6",
|
|
54
52
|
"@types/react-redux": "7.1.25",
|
|
55
53
|
"@types/semver": "7.3.13",
|
|
56
54
|
"@types/shasum": "1.0.0",
|
|
@@ -65,11 +63,8 @@
|
|
|
65
63
|
"date-fns": "2.29.3",
|
|
66
64
|
"electron": "22.3.5",
|
|
67
65
|
"electron-store": "8.1.0",
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"enzyme-to-json": "3.6.2",
|
|
71
|
-
"esbuild": "0.17.18",
|
|
72
|
-
"esbuild-sass-plugin": "2.9.0",
|
|
66
|
+
"esbuild": "0.19.2",
|
|
67
|
+
"esbuild-sass-plugin": "2.13.0",
|
|
73
68
|
"esbuild-style-plugin": "1.6.2",
|
|
74
69
|
"eslint": "8.37.0",
|
|
75
70
|
"eslint-config-airbnb": "19.0.4",
|
|
@@ -101,14 +96,14 @@
|
|
|
101
96
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
|
102
97
|
"prettysize": "2.0.0",
|
|
103
98
|
"protobufjs": "^7.0.0",
|
|
104
|
-
"react": "
|
|
99
|
+
"react": "18.2.0",
|
|
105
100
|
"react-bootstrap": "1.6.6",
|
|
106
|
-
"react-dom": "
|
|
101
|
+
"react-dom": "18.2.0",
|
|
107
102
|
"react-flip-toolkit": "7.0.17",
|
|
108
|
-
"react-markdown": "
|
|
103
|
+
"react-markdown": "8.0.7",
|
|
109
104
|
"react-redux": "7.2.9",
|
|
110
|
-
"react-resize-detector": "
|
|
111
|
-
"react-test-renderer": "
|
|
105
|
+
"react-resize-detector": "9.1.0",
|
|
106
|
+
"react-test-renderer": "18.2.0",
|
|
112
107
|
"redux": "4.2.1",
|
|
113
108
|
"redux-devtools-extension": "2.13.9",
|
|
114
109
|
"redux-thunk": "2.4.2",
|