@flarehr/apollo-benefits 2.3.193 → 2.3.208

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.
Files changed (1) hide show
  1. package/package.json +8 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-benefits",
3
- "version": "2.3.193",
3
+ "version": "2.3.208",
4
4
  "license": "MIT",
5
5
  "description": "Flare Benefits",
6
6
  "main": "dist/lib/index.cjs.js",
@@ -15,7 +15,7 @@
15
15
  "dist/lib"
16
16
  ],
17
17
  "scripts": {
18
- "build": "preact build",
18
+ "build": "preact build --no-prerender",
19
19
  "start": "npm run dev",
20
20
  "serve": "sirv build --port 7100 --cors --single",
21
21
  "dev": "preact watch -c preact.dev.config.js -p 7100 --refresh",
@@ -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": "echo 'no tests'",
26
+ "test": "jest",
27
27
  "prepare": "cd .. && husky install benefits-client/.husky",
28
28
  "preinstall": "npx npm-force-resolutions"
29
29
  },
@@ -56,6 +56,7 @@
56
56
  "contentful": "^9.1.13",
57
57
  "copy-webpack-plugin": "^6.4.1",
58
58
  "date-fns": "^2.23.0",
59
+ "flowbite-datepicker": "^1.2.1",
59
60
  "formik": "^2.2.9",
60
61
  "fp-ts": "^2.11.1",
61
62
  "framer-motion": "^4.1.17",
@@ -90,6 +91,7 @@
90
91
  "@typescript-eslint/eslint-plugin": "^4.29.0",
91
92
  "@typescript-eslint/parser": "^4.29.0",
92
93
  "autoprefixer": "^10.3.1",
94
+ "babel-jest": "^28.1.1",
93
95
  "browserslist-useragent-regexp": "^3.0.0",
94
96
  "cross-zip": "^4.0.0",
95
97
  "env-cmd": "^10.1.0",
@@ -103,15 +105,15 @@
103
105
  "eslint-plugin-simple-import-sort": "^7.0.0",
104
106
  "eslint-plugin-unused-imports": "^1.1.2",
105
107
  "husky": "^6.0.0",
106
- "jest": "^27.0.6",
107
- "jest-cli": "^27.0.6",
108
- "jest-preset-preact": "^4.0.3",
108
+ "jest": "^28.1.1",
109
+ "jest-cli": "^28.0.8",
109
110
  "lint-staged": "^11.1.2",
110
111
  "postcss": "^8.3.6",
111
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
118
  "workbox-build": "^6.5.3",
117
119
  "workbox-webpack-plugin": "^6.5.3"
@@ -122,13 +124,6 @@
122
124
  "glob-parent": "6.0.2",
123
125
  "minimist": "1.2.6"
124
126
  },
125
- "jest": {
126
- "preset": "jest-preset-preact",
127
- "setupFiles": [
128
- "<rootDir>/tests/__mocks__/browserMocks.ts",
129
- "<rootDir>/tests/__mocks__/setupTests.ts"
130
- ]
131
- },
132
127
  "browserslist": [
133
128
  "last 2 versions",
134
129
  "and_chr >= 80.0.3987.99",