@australiangreens/ag-internal-components 0.2.0 → 0.2.1

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.
@@ -1 +1 @@
1
- {"version":3,"file":"testBuilders.d.ts","sourceRoot":"","sources":["../../src/testHelpers/testBuilders.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAE3C,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAE3C,MAAM,MAAM,OAAO,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;AAEvD,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,IAAI,CAMvC,CAAC;AAEH,eAAO,MAAM,oBAAoB,EAAE,OAAO,CAAC,eAAe,CAMxD,CAAC;AAEH,eAAO,MAAM,0BAA0B,EAAE,OAAO,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAiB1E,CAAC"}
1
+ {"version":3,"file":"testBuilders.d.ts","sourceRoot":"","sources":["../../src/testHelpers/testBuilders.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAE3C,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAE3C,MAAM,MAAM,OAAO,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;AAEvD,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,IAAI,CAMvC,CAAC;AAEH,eAAO,MAAM,oBAAoB,EAAE,OAAO,CAAC,eAAe,CAMxD,CAAC;AAEH,eAAO,MAAM,0BAA0B,EAAE,OAAO,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAuB1E,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@australiangreens/ag-internal-components",
3
3
  "private": false,
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/australiangreens/ag-internal-components#readme",
7
7
  "license": "MIT",
@@ -47,46 +47,46 @@
47
47
  "url": "https://github.com/australiangreens/ag-internal-components.git"
48
48
  },
49
49
  "dependencies": {
50
- "@tanstack/react-query": "^5.86.0",
50
+ "@tanstack/react-query": "^5.90.2",
51
51
  "@types/react-transition-group": "^4.4.12",
52
52
  "autosuggest-highlight": "^3.3.4",
53
53
  "buffer": "^6.0.3",
54
54
  "core-js-pure": "^3.45.1",
55
- "jotai": "^2.13.1",
55
+ "jotai": "^2.14.0",
56
56
  "react-avatar": "^5.0.4",
57
57
  "react-transition-group": "^4.4.5",
58
58
  "souvlaki": "^0.3.1"
59
59
  },
60
60
  "peerDependencies": {
61
- "@auth0/auth0-react": "^2.4.0",
61
+ "@auth0/auth0-react": "^2.5.0",
62
62
  "@emotion/react": "11.14.0",
63
63
  "@emotion/styled": "11.14.1",
64
64
  "@mui/icons-material": "^7.3.2",
65
65
  "@mui/material": "^7.3.2",
66
- "@tanstack/react-query": "^5.86.0",
66
+ "@tanstack/react-query": "^5.90.2",
67
67
  "react": "^19.1.1",
68
68
  "react-dom": "^19.1.1"
69
69
  },
70
70
  "devDependencies": {
71
- "@auth0/auth0-react": "^2.4.0",
72
- "@auth0/auth0-spa-js": "^2.3.0",
71
+ "@auth0/auth0-react": "^2.5.0",
72
+ "@auth0/auth0-spa-js": "^2.4.1",
73
73
  "@emotion/react": "^11.14.0",
74
74
  "@emotion/styled": "^11.14.1",
75
75
  "@mui/icons-material": "^7.3.2",
76
76
  "@mui/material": "^7.3.2",
77
77
  "@storybook/addon-essentials": "^8.6.14",
78
78
  "@storybook/addon-interactions": "^8.6.14",
79
- "@storybook/addon-links": "^9.1.4",
79
+ "@storybook/addon-links": "^9.1.8",
80
80
  "@storybook/blocks": "^8.6.14",
81
- "@storybook/react": "^9.1.4",
82
- "@storybook/react-vite": "^9.1.4",
81
+ "@storybook/react": "^9.1.8",
82
+ "@storybook/react-vite": "^9.1.8",
83
83
  "@testing-library/dom": "^10.4.1",
84
84
  "@testing-library/jest-dom": "^6.8.0",
85
85
  "@testing-library/react": "^16.3.0",
86
86
  "@testing-library/user-event": "^14.6.1",
87
87
  "@types/autosuggest-highlight": "^3.2.3",
88
- "@types/node": "^24.3.1",
89
- "@types/react": "^19.1.12",
88
+ "@types/node": "^24.5.2",
89
+ "@types/react": "^19.1.13",
90
90
  "@types/react-dom": "^19.1.9",
91
91
  "@types/react-test-renderer": "^19.1.0",
92
92
  "@typescript-eslint/eslint-plugin": "^5.59.8",
@@ -113,11 +113,11 @@
113
113
  "prettier": "^3.6.2",
114
114
  "react": "^19.1.1",
115
115
  "react-dom": "^19.1.1",
116
- "react-router": "^6.26.2",
117
- "react-router-dom": "^6.26.2",
118
- "storybook": "^9.1.4",
116
+ "react-router": "^7.9.2",
117
+ "react-router-dom": "^7.9.2",
118
+ "storybook": "^9.1.8",
119
119
  "typescript": "^5.9.2",
120
- "vite": "^7.1.4",
120
+ "vite": "^7.1.7",
121
121
  "vite-plugin-dts": "^4.5.4",
122
122
  "vite-plugin-linter": "^2.0.2",
123
123
  "vite-tsconfig-paths": "^5.1.4",