@flarehr/apollo-benefits 2.8.18 → 2.8.24
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/package.json +6 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flarehr/apollo-benefits",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.24",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Flare Benefits",
|
|
6
6
|
"main": "dist/lib/index.cjs.js",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
],
|
|
17
17
|
"scripts": {
|
|
18
18
|
"build": "preact build --no-prerender",
|
|
19
|
+
"build:analyze": "preact build --no-prerender --analyze",
|
|
19
20
|
"build:dev": "preact build --no-prerender --template src/template.dev.html",
|
|
20
21
|
"start": "npm run dev",
|
|
21
22
|
"serve": "sirv build --port 7100 --cors --single --ignores \"^/.*\\.js\" --ignores \"^/.*\\.json\"",
|
|
@@ -91,7 +92,7 @@
|
|
|
91
92
|
"@types/tailwindcss": "^3.0.11",
|
|
92
93
|
"@typescript-eslint/eslint-plugin": "^4.29.0",
|
|
93
94
|
"@typescript-eslint/parser": "^4.29.0",
|
|
94
|
-
"autoprefixer": "
|
|
95
|
+
"autoprefixer": "10.4.5",
|
|
95
96
|
"babel-jest": "^28.1.1",
|
|
96
97
|
"browserslist-useragent-regexp": "^3.0.0",
|
|
97
98
|
"cross-zip": "^4.0.0",
|
|
@@ -126,6 +127,9 @@
|
|
|
126
127
|
"glob-parent": "6.0.2",
|
|
127
128
|
"minimist": "1.2.6"
|
|
128
129
|
},
|
|
130
|
+
"overrides": {
|
|
131
|
+
"autoprefixer": "10.4.5"
|
|
132
|
+
},
|
|
129
133
|
"browserslist": [
|
|
130
134
|
"last 2 versions",
|
|
131
135
|
"and_chr >= 80.0.3987.99",
|