@australiangreens/ag-internal-components 0.0.68 → 0.0.69

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@australiangreens/ag-internal-components",
3
3
  "private": false,
4
- "version": "0.0.68",
4
+ "version": "0.0.69",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/australiangreens/ag-internal-components#readme",
7
7
  "license": "MIT",
@@ -10,25 +10,6 @@
10
10
  "contributors": [
11
11
  "Anthony Blond <anthony@unfinishedteleporter.com>"
12
12
  ],
13
- "scripts": {
14
- "dev": "vite",
15
- "build": "vite build && sh ./scripts/post-build.sh",
16
- "preview": "vite preview",
17
- "eslint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
18
- "test": "vitest run",
19
- "test:coverage": "vitest run --coverage",
20
- "test:watch": "vitest",
21
- "### LIFECYCLE SCRIPTS ###": "",
22
- "prepare": "husky install",
23
- "prepublishOnly": "pnpm eslint && pnpm test && pnpm build",
24
- "### HUSKY GIT HOOKS ###": "Called by husky pre-commit and pre-push scripts",
25
- "prepush": "sh ./scripts/githooks/pre-push.sh",
26
- "precommit": "sh ./scripts/githooks/pre-commit.sh",
27
- "commitmsg": "sh ./scripts/githooks/commit-msg.sh",
28
- "storybook": "storybook dev -p 6006",
29
- "storybook:no": "storybook dev -p 6006 --no-open",
30
- "build-storybook": "storybook build"
31
- },
32
13
  "files": [
33
14
  "dist/*"
34
15
  ],
@@ -57,16 +38,16 @@
57
38
  "peerDependencies": {
58
39
  "@emotion/react": "11.11.1",
59
40
  "@emotion/styled": "11.11.0",
60
- "@mui/icons-material": "^5.14.3",
61
- "@mui/material": "^5.14.5",
41
+ "@mui/icons-material": "^5.14.8",
42
+ "@mui/material": "^5.14.8",
62
43
  "react": "^18.2.0",
63
44
  "react-dom": "^18.2.0"
64
45
  },
65
46
  "devDependencies": {
66
47
  "@emotion/react": "^11.11.1",
67
48
  "@emotion/styled": "^11.11.0",
68
- "@mui/icons-material": "^5.14.3",
69
- "@mui/material": "^5.14.5",
49
+ "@mui/icons-material": "^5.14.8",
50
+ "@mui/material": "^5.14.8",
70
51
  "@storybook/addon-essentials": "^7.0.26",
71
52
  "@storybook/addon-interactions": "^7.0.26",
72
53
  "@storybook/addon-links": "^7.0.26",
@@ -100,7 +81,7 @@
100
81
  "eslint-plugin-storybook": "^0.6.12",
101
82
  "eslint-plugin-testing-library": "^5.11.0",
102
83
  "eslint-plugin-tsdoc": "^0.2.17",
103
- "happy-dom": "^9.20.3",
84
+ "happy-dom": "^11.0.2",
104
85
  "husky": "^8.0.3",
105
86
  "lint-staged": "^13.2.2",
106
87
  "prettier": "^2.8.8",
@@ -110,11 +91,11 @@
110
91
  "react-router-dom": "^6.14.2",
111
92
  "storybook": "^7.0.27",
112
93
  "typescript": "^5.0.2",
113
- "vite": "^4.3.9",
94
+ "vite": "^4.4.9",
114
95
  "vite-plugin-dts": "^3.5.2",
115
96
  "vite-plugin-linter": "^2.0.2",
116
97
  "vite-tsconfig-paths": "^4.2.0",
117
- "vitest": "^0.34.1"
98
+ "vitest": "^0.34.4"
118
99
  },
119
100
  "husky": {
120
101
  "hooks": {
@@ -132,5 +113,22 @@
132
113
  },
133
114
  "engines": {
134
115
  "node": ">=16.14.0"
116
+ },
117
+ "scripts": {
118
+ "dev": "vite",
119
+ "build": "vite build && sh ./scripts/post-build.sh",
120
+ "preview": "vite preview",
121
+ "eslint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
122
+ "test": "vitest run",
123
+ "test:coverage": "vitest run --coverage",
124
+ "test:watch": "vitest",
125
+ "### LIFECYCLE SCRIPTS ###": "",
126
+ "### HUSKY GIT HOOKS ###": "Called by husky pre-commit and pre-push scripts",
127
+ "prepush": "sh ./scripts/githooks/pre-push.sh",
128
+ "precommit": "sh ./scripts/githooks/pre-commit.sh",
129
+ "commitmsg": "sh ./scripts/githooks/commit-msg.sh",
130
+ "storybook": "storybook dev -p 6006",
131
+ "storybook:no": "storybook dev -p 6006 --no-open",
132
+ "build-storybook": "storybook build"
135
133
  }
136
- }
134
+ }