@flarehr/apollo-customer-workplace-link 1.45.33943 → 1.46.34742

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 CHANGED
@@ -1,80 +1,49 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-customer-workplace-link",
3
- "version": "1.45.33943",
3
+ "version": "1.46.34742",
4
4
  "license": "MIT",
5
5
  "main": "build/bundle.js",
6
6
  "files": [
7
7
  "build"
8
8
  ],
9
- "babelMacros": {
10
- "twin": {
11
- "preset": "goober"
12
- }
13
- },
9
+ "type": "module",
14
10
  "scripts": {
15
- "build": "preact build --no-prerender -c preact.config.js --no-sw",
16
- "analyze": "preact build --no-prerender -c preact.config.js --no-sw --analyze",
17
- "serve": "sirv build --port 7070 --cors --single",
18
- "dev": "preact watch --template src/template.local.html",
19
- "dev:built": "preact watch --template src/template.built.html",
11
+ "dev": "vite",
12
+ "build": "tsc && vite build",
20
13
  "lint": "eslint . --ext .js,.jsx,.ts,.tsx && tsc --noemit --skipLibCheck",
21
- "test": "jest ./tests",
22
- "prepare": "cd ../.. && husky install git-hooks/.husky"
14
+ "preview": "vite preview"
23
15
  },
24
16
  "dependencies": {
17
+ "@headlessui/react": "^1.7.17",
25
18
  "@openid/appauth": "^1.3.1",
26
- "axios": "^0.24.0",
27
- "firebase": "^9.16.0",
28
- "goober": "^2.0.44",
29
- "jwt-decode": "^3.1.2",
30
- "preact": "^10.3.1",
31
- "preact-custom-element": "^4.2.1",
32
- "preact-render-to-string": "^5.1.4",
33
- "preact-router": "^3.2.1",
34
- "qrcode.react": "^1.0.1"
19
+ "axios": "^1.6.0",
20
+ "firebase": "^10.5.2",
21
+ "goober": "^2.1.13",
22
+ "jwt-decode": "^4.0.0",
23
+ "preact": "^10.16.0",
24
+ "preact-custom-element": "^4.3.0",
25
+ "qrcode.react": "^3.1.0"
35
26
  },
36
27
  "devDependencies": {
37
- "@agney/babel-plugin-goober-css-prop": "^0.0.1",
38
- "@babel/core": "^7.16.0",
39
- "@babel/preset-env": "^7.16.4",
40
- "@jest/types": "^27.0.3",
41
- "@testing-library/jest-dom": "^5.15.0",
42
- "@testing-library/preact": "^2.0.1",
43
- "@types/jest": "^27.0.3",
44
- "@types/preact-custom-element": "^4.0.1",
45
- "@types/qrcode.react": "^1.0.2",
46
- "@types/styled-components": "^5.1.15",
47
- "@typescript-eslint/eslint-plugin": "^5.3.0",
48
- "@typescript-eslint/parser": "^5.3.0",
49
- "axios-mock-adapter": "^1.20.0",
50
- "babel-jest": "^27.3.1",
51
- "babel-plugin-macros": "^3.1.0",
52
- "babel-plugin-transform-goober": "^1.2.0",
53
- "base64-inline-loader": "^2.0.1",
54
- "enzyme": "^3.11.0",
55
- "enzyme-adapter-preact-pure": "^3.1.0",
56
- "eslint": "^8.1.0",
28
+ "@preact/preset-vite": "^2.5.0",
29
+ "@types/preact-custom-element": "^4.0.3",
30
+ "@typescript-eslint/eslint-plugin": "^6.9.1",
31
+ "autoprefixer": "^10.4.16",
32
+ "eslint": "^8.52.0",
57
33
  "eslint-config-preact": "^1.3.0",
58
- "eslint-config-prettier": "^8.3.0",
59
- "eslint-plugin-compat": "^4.1.4",
60
- "eslint-plugin-jest": "^25.2.2",
61
- "eslint-plugin-react": "^7.26.1",
62
- "eslint-plugin-react-hooks": "^4.2.1-alpha-00ced1e2b-20211102",
63
- "husky": "^7.0.4",
64
- "identity-obj-proxy": "^3.0.0",
65
- "jest": "^27.2.5",
66
- "jest-preset-preact": "^4.0.2",
67
- "lint-staged": "^11.2.6",
68
- "preact-cli": "^3.3.1",
69
- "prettier": "2.4.1",
70
- "sirv-cli": "^1.0.0-next.3",
71
- "tailwindcss": "^2.2.19",
72
- "ts-jest": "^27.0.7",
73
- "twin.macro": "^2.8.1",
74
- "typescript": "^4.5.2"
34
+ "eslint-config-prettier": "^9.0.0",
35
+ "eslint-plugin-jest": "^27.6.0",
36
+ "jest": "^29.7.0",
37
+ "prettier": "^3.0.3",
38
+ "tailwindcss": "^3.3.5",
39
+ "terser": "^5.24.0",
40
+ "twin.macro": "^3.4.0",
41
+ "typescript": "^5.0.2",
42
+ "vite": "^4.4.5",
43
+ "vite-plugin-babel-macros": "^1.0.6"
75
44
  },
76
45
  "lint-staged": {
77
- "*.{js,jsx,ts,tsx}": "eslint --fix",
46
+ "!(*.d).{js,jsx,ts,tsx}": "eslint --fix",
78
47
  "*.{ts,tsx,js,css,md}": "prettier --write"
79
48
  }
80
49
  }