Skip to content

Commit ddbb5a1

Browse files
author
G r e y
authored
Merge branch 'main' into vapurrmaid/cowners
2 parents b7b0daa + d8e530e commit ddbb5a1

File tree

106 files changed

+164
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+164
-178
lines changed

README.md

Lines changed: 23 additions & 1 deletion

site/.storybook/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const path = require("path")
22

33
module.exports = {
4-
stories: ["../**/*.stories.mdx", "../**/*.stories.@(js|jsx|ts|tsx)"],
4+
stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
55
addons: ["@storybook/addon-links", "@storybook/addon-essentials"],
66
babel: async (options) => ({
77
...options,

site/.storybook/preview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ThemeProvider from "@material-ui/styles/ThemeProvider"
22
import { withThemes } from "@react-theming/storybook-addon"
3-
import { light, dark } from "../theme"
3+
import { light, dark } from "../src/theme"
44
import { addDecorator } from "node_modules/@storybook/react"
55
import { createMemoryHistory } from "history"
66
import { unstable_HistoryRouter as HistoryRouter } from "react-router-dom"

site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"@types/react": "17.0.40",
4747
"@types/react-dom": "17.0.13",
4848
"@types/superagent": "4.1.15",
49-
"@typescript-eslint/eslint-plugin": "4.33.0",
50-
"@typescript-eslint/parser": "4.33.0",
49+
"@typescript-eslint/eslint-plugin": "5.15.0",
50+
"@typescript-eslint/parser": "5.15.0",
5151
"copy-webpack-plugin": "10.2.4",
52-
"eslint": "7.32.0",
52+
"eslint": "8.11.0",
5353
"eslint-config-prettier": "8.5.0",
5454
"eslint-import-resolver-alias": "1.1.2",
5555
"eslint-import-resolver-typescript": "2.5.0",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

site/webpack.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const commonWebpackConfig: Configuration = {
2222
// entry defines each "page" or "chunk". Currently, for v2, we only have one bundle -
2323
// a bundle that is shared across all of the UI. However, we may need to eventually split
2424
// like in v1, where there is a separate entry piont for dashboard & terminal.
25-
entry: path.join(__dirname, "Main.tsx"),
25+
entry: path.join(__dirname, "src/Main.tsx"),
2626

2727
// modules specify how different modules are loaded
2828
// See: https://webpack.js.org/concepts/modules/

site/yarn.lock

Lines changed: 135 additions & 171 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)