Skip to content

Commit 1710124

Browse files
committed
Added experience and other items in static json/js objects, to be able to work offline and model the UI for the new experience system
1 parent 2081cea commit 1710124

File tree

8 files changed

+6055
-2476
lines changed

8 files changed

+6055
-2476
lines changed

dev-dist/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ define(['./workbox-ab7aa862'], (function (workbox) { 'use strict';
8282
"revision": "3ca0b8505b4bec776b69afdba2768812"
8383
}, {
8484
"url": "index.html",
85-
"revision": "0.pbbes070d4o"
85+
"revision": "0.mfg2k7gc1p8"
8686
}], {});
8787
workbox.cleanupOutdatedCaches();
8888
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {

package.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,34 @@
33
"version": "0.2.1",
44
"private": true,
55
"dependencies": {
6-
"@aws-amplify/api-rest": "3.1.1",
7-
"@aws-amplify/auth": "5.3.7",
8-
"@aws-amplify/core": "5.3.1",
9-
"@aws-amplify/storage": "5.3.1",
6+
"@aws-amplify/api-rest": "3.3.1",
7+
"@aws-amplify/auth": "5.5.2",
8+
"@aws-amplify/core": "5.5.1",
9+
"@aws-amplify/storage": "5.6.2",
1010
"@date-io/date-fns": "2.16.0",
11-
"@emotion/react": "11.11.0",
11+
"@emotion/react": "11.11.1",
1212
"@emotion/styled": "11.11.0",
1313
"@hookform/resolvers": "3.1.0",
1414
"@juggle/resize-observer": "3.4.0",
15-
"@mui/material": "5.13.3",
16-
"@mui/styles": "5.13.2",
17-
"@mui/system": "5.13.2",
18-
"@mui/x-date-pickers": "6.6.0",
19-
"@portabletext/react": "3.0.2",
20-
"@react-three/drei": "9.72.1",
21-
"@react-three/fiber": "8.13.0",
15+
"@mui/material": "5.13.7",
16+
"@mui/styles": "5.13.7",
17+
"@mui/system": "5.13.7",
18+
"@mui/x-date-pickers": "6.9.1",
19+
"@portabletext/react": "3.0.4",
20+
"@react-three/drei": "9.78.0",
21+
"@react-three/fiber": "8.13.4",
2222
"@reduxjs/toolkit": "1.9.5",
2323
"@rollup/plugin-node-resolve": "15.1.0",
24-
"@sanity/client": "6.1.2",
24+
"@sanity/client": "6.1.6",
2525
"@sanity/image-url": "1.0.2",
26-
"@sentry/react": "7.54.0",
27-
"@sentry/tracing": "7.54.0",
28-
"@stripe/stripe-js": "1.54.0",
26+
"@sentry/react": "7.57.0",
27+
"@sentry/tracing": "7.57.0",
28+
"@stripe/stripe-js": "1.54.1",
2929
"@testing-library/react": "14.0.0",
3030
"@types/pell": "1.0.1",
3131
"@types/react-beautiful-dnd": "13.1.4",
3232
"@types/reactour": "1.18.2",
33-
"@vitejs/plugin-react": "4.0.0",
33+
"@vitejs/plugin-react": "4.0.1",
3434
"classnames": "2.3.2",
3535
"date-fns": "2.30.0",
3636
"history": "5.3.0",
@@ -46,26 +46,26 @@
4646
"react-beautiful-dnd": "13.1.1",
4747
"react-bootstrap": "0.32.4",
4848
"react-dom": "18.2.0",
49-
"react-hook-form": "7.44.3",
50-
"react-icons": "4.9.0",
49+
"react-hook-form": "7.45.1",
50+
"react-icons": "4.10.1",
5151
"react-is": "18.2.0",
5252
"react-markdown": "8.0.7",
5353
"react-markdown-editor-lite": "1.3.4",
54-
"react-native": "0.71.8",
55-
"react-redux": "8.0.7",
56-
"react-router-dom": "6.11.2",
57-
"react-spring": "9.7.1",
54+
"react-native": "0.72.1",
55+
"react-redux": "8.1.1",
56+
"react-router-dom": "6.14.1",
57+
"react-spring": "9.7.2",
5858
"react-stripe-js": "1.1.5",
5959
"reactour": "1.19.0",
6060
"redux": "4.2.1",
6161
"remark-gfm": "3.0.1",
62-
"rollup": "3.23.1",
63-
"socket.io-client": "4.6.2",
64-
"styled-components": "5.3.8",
65-
"three": "0.153.0",
62+
"rollup": "3.26.0",
63+
"socket.io-client": "4.7.1",
64+
"styled-components": "6.0.2",
65+
"three": "0.154.0",
6666
"ts-audio": "0.7.4",
67-
"typescript": "5.1.3",
68-
"victory": "36.6.10",
67+
"typescript": "5.1.6",
68+
"victory": "36.6.11",
6969
"vite": "4.3.9",
7070
"web-vitals": "3.3.2",
7171
"workbox-background-sync": "7.0.0",
@@ -104,17 +104,17 @@
104104
"@types/chai": "4.3.5",
105105
"@types/lodash.sortby": "4.7.7",
106106
"@types/mocha": "10.0.1",
107-
"@types/node": "20.2.5",
108-
"@types/react": "18.2.8",
107+
"@types/node": "20.3.3",
108+
"@types/react": "18.2.14",
109109
"@types/react-bootstrap": "0.32.32",
110-
"@types/react-dom": "18.2.4",
110+
"@types/react-dom": "18.2.6",
111111
"@types/react-router-dom": "5.3.3",
112112
"@types/three": "0.152.1",
113-
"@vitejs/plugin-react": "4.0.0",
114-
"@vitest/coverage-c8": "0.29.2",
113+
"@vitejs/plugin-react": "4.0.1",
114+
"@vitest/coverage-c8": "0.32.4",
115115
"chai": "4.3.7",
116-
"dotenv": "16.1.4",
117-
"eslint": "8.42.0",
116+
"dotenv": "16.3.1",
117+
"eslint": "8.44.0",
118118
"eslint-config-airbnb": "19.0.4",
119119
"eslint-config-prettier": "8.8.0",
120120
"eslint-plugin-import": "2.27.5",
@@ -124,13 +124,13 @@
124124
"eslint-plugin-react-hooks": "4.6.0",
125125
"mocha": "10.2.0",
126126
"prettier": "2.8.8",
127-
"puppeteer": "20.5.0",
128-
"rollup-plugin-visualizer": "5.9.0",
129-
"stylelint": "15.6.3",
127+
"puppeteer": "20.7.4",
128+
"rollup-plugin-visualizer": "5.9.2",
129+
"stylelint": "15.9.0",
130130
"stylelint-config-standard": "33.0.0",
131131
"ts-node": "10.9.1",
132-
"vite-plugin-pwa": "0.16.3",
133-
"vitest": "0.31.4"
132+
"vite-plugin-pwa": "0.16.4",
133+
"vitest": "0.32.4"
134134
},
135135
"strict-peer-dependencies": false,
136136
"pnpm": {
@@ -197,4 +197,4 @@
197197
}
198198
}
199199
}
200-
}
200+
}

0 commit comments

Comments
 (0)