@flarehr/apollo-benefits 2.3.189 → 2.3.197
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 +9 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flarehr/apollo-benefits",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.197",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Flare Benefits",
|
|
6
6
|
"main": "dist/lib/index.cjs.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"lint": "eslint src/**/*.{js,jsx,ts,tsx}",
|
|
24
24
|
"lint:fix": "eslint src/**/*.{js,jsx,ts,tsx} --fix",
|
|
25
25
|
"lint:staged": "lint-staged --config ./lint-staged.config.js",
|
|
26
|
-
"test": "
|
|
26
|
+
"test": "jest",
|
|
27
27
|
"prepare": "cd .. && husky install benefits-client/.husky",
|
|
28
28
|
"preinstall": "npx npm-force-resolutions"
|
|
29
29
|
},
|
|
@@ -90,6 +90,7 @@
|
|
|
90
90
|
"@typescript-eslint/eslint-plugin": "^4.29.0",
|
|
91
91
|
"@typescript-eslint/parser": "^4.29.0",
|
|
92
92
|
"autoprefixer": "^10.3.1",
|
|
93
|
+
"babel-jest": "^28.1.1",
|
|
93
94
|
"browserslist-useragent-regexp": "^3.0.0",
|
|
94
95
|
"cross-zip": "^4.0.0",
|
|
95
96
|
"env-cmd": "^10.1.0",
|
|
@@ -103,17 +104,19 @@
|
|
|
103
104
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
104
105
|
"eslint-plugin-unused-imports": "^1.1.2",
|
|
105
106
|
"husky": "^6.0.0",
|
|
106
|
-
"jest": "^
|
|
107
|
-
"jest-cli": "^
|
|
107
|
+
"jest": "^28.1.1",
|
|
108
|
+
"jest-cli": "^28.0.8",
|
|
108
109
|
"jest-preset-preact": "^4.0.3",
|
|
109
110
|
"lint-staged": "^11.1.2",
|
|
110
111
|
"postcss": "^8.3.6",
|
|
111
|
-
"preact-cli": "^3.
|
|
112
|
+
"preact-cli": "^3.3.5",
|
|
112
113
|
"prettier": "^2.3.2",
|
|
113
114
|
"rollup-plugin-ignore": "^1.0.9",
|
|
114
115
|
"sirv-cli": "^1.0.12",
|
|
116
|
+
"ts-jest": "^28.0.4",
|
|
115
117
|
"typescript": "^4.3.5",
|
|
116
|
-
"workbox-build": "6.
|
|
118
|
+
"workbox-build": "^6.5.3",
|
|
119
|
+
"workbox-webpack-plugin": "^6.5.3"
|
|
117
120
|
},
|
|
118
121
|
"resolutions": {
|
|
119
122
|
"ini": "1.3.8",
|
|
@@ -121,13 +124,6 @@
|
|
|
121
124
|
"glob-parent": "6.0.2",
|
|
122
125
|
"minimist": "1.2.6"
|
|
123
126
|
},
|
|
124
|
-
"jest": {
|
|
125
|
-
"preset": "jest-preset-preact",
|
|
126
|
-
"setupFiles": [
|
|
127
|
-
"<rootDir>/tests/__mocks__/browserMocks.ts",
|
|
128
|
-
"<rootDir>/tests/__mocks__/setupTests.ts"
|
|
129
|
-
]
|
|
130
|
-
},
|
|
131
127
|
"browserslist": [
|
|
132
128
|
"last 2 versions",
|
|
133
129
|
"and_chr >= 80.0.3987.99",
|