@openmrs/esm-styleguide 5.3.3-pre.1500 → 5.4.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/.turbo/turbo-build.log +2 -2
- package/package.json +5 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[34m@openmrs/esm-styleguide:build[0m: cache hit, replaying output [
|
|
1
|
+
[34m@openmrs/esm-styleguide:build[0m: cache hit, replaying output [2ma53da4c48c437b2d[0m
|
|
2
2
|
[34m@openmrs/esm-styleguide:build: [0massets by info 2.4 MiB [1m[32m[immutable][39m[22m
|
|
3
3
|
[34m@openmrs/esm-styleguide:build: [0m assets by path [1m[32m*.woff[39m[22m 1.35 MiB
|
|
4
4
|
[34m@openmrs/esm-styleguide:build: [0m asset [1m[32md96e5a614e96c351c453.woff[39m[22m 24.5 KiB [1m[32m[emitted][39m[22m [1m[32m[immutable][39m[22m [from: ../../../node_modules/@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff] (auxiliary name: main)
|
|
@@ -47,4 +47,4 @@
|
|
|
47
47
|
[34m@openmrs/esm-styleguide:build: [0mYou can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
|
|
48
48
|
[34m@openmrs/esm-styleguide:build: [0mFor more info visit https://webpack.js.org/guides/code-splitting/[39m[22m
|
|
49
49
|
[34m@openmrs/esm-styleguide:build: [0m
|
|
50
|
-
[34m@openmrs/esm-styleguide:build: [0mwebpack 5.88.0 compiled with [1m[33m3 warnings[39m[22m in
|
|
50
|
+
[34m@openmrs/esm-styleguide:build: [0mwebpack 5.88.0 compiled with [1m[33m3 warnings[39m[22m in 15520 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-styleguide",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "The styleguide for OpenMRS SPA",
|
|
6
6
|
"browser": "dist/openmrs-esm-styleguide.js",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"rxjs": "6.x"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@openmrs/esm-extensions": "5.
|
|
64
|
-
"@openmrs/esm-react-utils": "5.
|
|
65
|
-
"@openmrs/esm-state": "5.
|
|
63
|
+
"@openmrs/esm-extensions": "5.4.0",
|
|
64
|
+
"@openmrs/esm-react-utils": "5.4.0",
|
|
65
|
+
"@openmrs/esm-state": "5.4.0",
|
|
66
66
|
"autoprefixer": "^9.8.8",
|
|
67
67
|
"css-minimizer-webpack-plugin": "^1.2.0",
|
|
68
68
|
"i18next": "^21.10.0",
|
|
@@ -73,6 +73,5 @@
|
|
|
73
73
|
"react-dom": "^18.1.0",
|
|
74
74
|
"rxjs": "^6.5.3",
|
|
75
75
|
"webpack": "^5.88.0"
|
|
76
|
-
}
|
|
77
|
-
"stableVersion": "5.3.2"
|
|
76
|
+
}
|
|
78
77
|
}
|