-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38e3d65
commit b6b0b8d
Showing
28 changed files
with
1,039 additions
and
963 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,25 +9,25 @@ | |
"clean": "rimraf .next" | ||
}, | ||
"dependencies": { | ||
"@pigment-css/react": "^0.0.16", | ||
"@mui/utils": "workspace:^", | ||
"@emotion/cache": "latest", | ||
"@mui/base": "workspace:^", | ||
"@mui/icons-material": "workspace:^", | ||
"@mui/lab": "workspace:^", | ||
"@mui/material": "workspace:^", | ||
"@mui/system": "workspace:^", | ||
"@mui/material-nextjs": "workspace:^", | ||
"@mui/icons-material": "workspace:^", | ||
"@emotion/cache": "latest", | ||
"@mui/system": "workspace:^", | ||
"@mui/utils": "workspace:^", | ||
"@pigment-css/react": "^0.0.16", | ||
"local-ui-lib": "workspace:^", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"next": "latest" | ||
"next": "latest", | ||
"react": "19.0.0-rc-100dfd7dab-20240701", | ||
"react-dom": "19.0.0-rc-100dfd7dab-20240701" | ||
}, | ||
"devDependencies": { | ||
"@pigment-css/nextjs-plugin": "^0.0.16", | ||
"@types/node": "^20.5.7", | ||
"@types/react": "^18.2.55", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/react": "npm:[email protected]", | ||
"@types/react-dom": "npm:[email protected]", | ||
"eslint": "^8.57.0", | ||
"typescript": "^5.4.5" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,17 +9,17 @@ | |
"build": "vite build" | ||
}, | ||
"dependencies": { | ||
"@pigment-css/react": "^0.0.16", | ||
"@mui/utils": "workspace:^", | ||
"@mui/base": "workspace:^", | ||
"@mui/icons-material": "workspace:^", | ||
"@mui/lab": "workspace:^", | ||
"@mui/material": "workspace:^", | ||
"@mui/system": "workspace:^", | ||
"@mui/icons-material": "workspace:^", | ||
"@mui/utils": "workspace:^", | ||
"@pigment-css/react": "^0.0.16", | ||
"clsx": "^2.1.1", | ||
"local-ui-lib": "workspace:^", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react": "19.0.0-rc-100dfd7dab-20240701", | ||
"react-dom": "19.0.0-rc-100dfd7dab-20240701", | ||
"react-error-boundary": "^4.0.13", | ||
"react-router": "^6.23.1", | ||
"react-router-dom": "^6.23.1" | ||
|
@@ -28,8 +28,8 @@ | |
"@babel/preset-react": "^7.24.7", | ||
"@babel/preset-typescript": "^7.24.7", | ||
"@pigment-css/vite-plugin": "^0.0.16", | ||
"@types/react": "^18.2.55", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/react": "npm:[email protected]", | ||
"@types/react-dom": "npm:[email protected]", | ||
"@vitejs/plugin-react": "^4.3.1", | ||
"postcss": "^8.4.39", | ||
"postcss-combine-media-query": "^1.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,13 +88,13 @@ | |
"postcss": "^8.4.39", | ||
"postcss-import": "^16.1.0", | ||
"prop-types": "^15.8.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react": "19.0.0-rc-100dfd7dab-20240701", | ||
"react-dom": "19.0.0-rc-100dfd7dab-20240701", | ||
"react-draggable": "^4.4.6", | ||
"react-final-form": "^6.5.9", | ||
"react-imask": "^7.6.1", | ||
"react-intersection-observer": "^9.10.3", | ||
"react-is": "^18.2.0", | ||
"react-is": "19.0.0-rc-100dfd7dab-20240701", | ||
"react-number-format": "^5.4.0", | ||
"react-router-dom": "^6.23.1", | ||
"react-runner": "^1.0.5", | ||
|
@@ -123,8 +123,8 @@ | |
"@types/json2mq": "^0.2.2", | ||
"@types/node": "^18.19.39", | ||
"@types/prop-types": "^15.7.12", | ||
"@types/react": "^18.2.55", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/react": "npm:[email protected]", | ||
"@types/react-dom": "npm:[email protected]", | ||
"@types/react-swipeable-views": "^0.13.5", | ||
"@types/react-transition-group": "^4.4.10", | ||
"@types/react-window": "^1.8.8", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,7 +123,7 @@ | |
"@types/lodash": "^4.17.6", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^18.19.39", | ||
"@types/react": "^18.2.55", | ||
"@types/react": "npm:[email protected]", | ||
"@types/yargs": "^17.0.32", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
|
@@ -206,8 +206,8 @@ | |
"@definitelytyped/typescript-versions": "^0.1.3", | ||
"@definitelytyped/utils": "^0.1.7", | ||
"@types/node": "^18.19.39", | ||
"@types/react": "18.2.55", | ||
"@types/react-dom": "18.3.0", | ||
"@types/react": "npm:[email protected]", | ||
"@types/react-dom": "npm:[email protected]", | ||
"cross-fetch": "^4.0.0" | ||
}, | ||
"nyc": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ | |
"@types/doctrine": "^0.0.9", | ||
"@types/lodash": "^4.17.6", | ||
"@types/node": "^18.19.39", | ||
"@types/react": "^18.2.55", | ||
"@types/react": "npm:[email protected]", | ||
"@types/uuid": "^9.0.8", | ||
"chai": "^4.4.1", | ||
"fast-glob": "^3.3.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,14 +56,14 @@ | |
"@types/chai-dom": "^1.11.3", | ||
"@types/format-util": "^1.0.4", | ||
"@types/prop-types": "^15.7.12", | ||
"@types/react": "^18.2.55", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/react": "npm:[email protected]", | ||
"@types/react-dom": "npm:[email protected]", | ||
"@types/sinon": "^17.0.3", | ||
"typescript": "^5.4.5" | ||
}, | ||
"peerDependencies": { | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
"react": "19.0.0-rc-100dfd7dab-20240701", | ||
"react-dom": "19.0.0-rc-100dfd7dab-20240701" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,20 +56,20 @@ | |
"@testing-library/user-event": "^14.5.2", | ||
"@types/chai": "^4.3.16", | ||
"@types/prop-types": "^15.7.12", | ||
"@types/react": "18.2.55", | ||
"@types/react-dom": "18.3.0", | ||
"@types/react": "npm:[email protected]", | ||
"@types/react-dom": "npm:[email protected]", | ||
"@types/sinon": "^17.0.3", | ||
"chai": "^4.4.1", | ||
"fast-glob": "^3.3.2", | ||
"lodash": "^4.17.21", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react": "19.0.0-rc-100dfd7dab-20240701", | ||
"react-dom": "19.0.0-rc-100dfd7dab-20240701", | ||
"sinon": "^16.1.3" | ||
}, | ||
"peerDependencies": { | ||
"@types/react": "^17.0.0 || ^18.0.0", | ||
"react": "^17.0.0 || ^18.0.0", | ||
"react-dom": "^17.0.0 || ^18.0.0" | ||
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", | ||
"react": "^17.0.0 || ^18.0.0 || ^19.0.0", | ||
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@types/react": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,18 +46,18 @@ | |
"@mui/material": "workspace:*", | ||
"@types/node": "^18.19.39", | ||
"@types/prop-types": "^15.7.12", | ||
"@types/react": "^18.2.55", | ||
"@types/react": "npm:[email protected]", | ||
"next": "^13.5.1", | ||
"react": "^18.2.0" | ||
"react": "19.0.0-rc-100dfd7dab-20240701" | ||
}, | ||
"peerDependencies": { | ||
"@mui/base": "*", | ||
"@mui/icons-material": "^5.0.0", | ||
"@mui/material": "^5.0.0", | ||
"@mui/system": "^5.0.0", | ||
"@types/react": "^17.0.0 || ^18.0.0", | ||
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", | ||
"next": "^13.5.1 || ^14", | ||
"react": "^17.0.0 || ^18.0.0" | ||
"react": "^17.0.0 || ^18.0.0 || ^19.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@types/react": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ | |
"@mui/base": "5.0.0-beta.30", | ||
"@mui/joy": "5.0.0-beta.22", | ||
"@mui/material": "5.15.4", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
"react": "19.0.0-rc-100dfd7dab-20240701", | ||
"react-dom": "19.0.0-rc-100dfd7dab-20240701" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.2.55" | ||
"@types/react": "npm:[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,24 +52,24 @@ | |
"@mui/internal-waterfall": "workspace:^", | ||
"@mui/material": "workspace:^", | ||
"@types/chai": "^4.3.16", | ||
"@types/react": "^18.2.55", | ||
"@types/react": "npm:[email protected]", | ||
"chai": "^4.4.1", | ||
"chalk": "^5.3.0", | ||
"cross-fetch": "^4.0.0", | ||
"fast-glob": "^3.3.2", | ||
"fs-extra": "^11.2.0", | ||
"lodash": "^4.17.21", | ||
"mustache": "^4.2.0", | ||
"react": "^18.2.0", | ||
"react": "19.0.0-rc-100dfd7dab-20240701", | ||
"rimraf": "^5.0.7", | ||
"shx": "^0.3.4", | ||
"svgo": "^3.3.2", | ||
"yargs": "^17.7.2" | ||
}, | ||
"peerDependencies": { | ||
"@mui/material": "workspace:*", | ||
"@types/react": "^17.0.0 || ^18.0.0", | ||
"react": "^17.0.0 || ^18.0.0" | ||
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", | ||
"react": "^17.0.0 || ^18.0.0 || ^19.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@types/react": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,23 +52,23 @@ | |
"@mui/material": "workspace:^", | ||
"@types/chai": "^4.3.16", | ||
"@types/prop-types": "^15.7.12", | ||
"@types/react": "^18.2.55", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/react": "npm:[email protected]", | ||
"@types/react-dom": "npm:[email protected]", | ||
"@types/sinon": "^17.0.3", | ||
"chai": "^4.4.1", | ||
"fast-glob": "^3.3.2", | ||
"lodash": "^4.17.21", | ||
"next": "^13.4.19", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react": "19.0.0-rc-100dfd7dab-20240701", | ||
"react-dom": "19.0.0-rc-100dfd7dab-20240701", | ||
"sinon": "^16.1.3" | ||
}, | ||
"peerDependencies": { | ||
"@emotion/react": "^11.5.0", | ||
"@emotion/styled": "^11.3.0", | ||
"@types/react": "^17.0.0 || ^18.0.0", | ||
"react": "^17.0.0 || ^18.0.0", | ||
"react-dom": "^17.0.0 || ^18.0.0" | ||
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", | ||
"react": "^17.0.0 || ^18.0.0 || ^19.0.0", | ||
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@types/react": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,21 +53,21 @@ | |
"@mui/material": "workspace:*", | ||
"@types/chai": "^4.3.16", | ||
"@types/prop-types": "^15.7.12", | ||
"@types/react": "^18.2.55", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/react": "npm:[email protected]", | ||
"@types/react-dom": "npm:[email protected]", | ||
"@types/sinon": "^17.0.3", | ||
"chai": "^4.4.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react": "19.0.0-rc-100dfd7dab-20240701", | ||
"react-dom": "19.0.0-rc-100dfd7dab-20240701", | ||
"sinon": "^16.1.3" | ||
}, | ||
"peerDependencies": { | ||
"@emotion/react": "^11.5.0", | ||
"@emotion/styled": "^11.3.0", | ||
"@mui/material": "workspace:^", | ||
"@types/react": "^17.0.0 || ^18.0.0", | ||
"react": "^17.0.0 || ^18.0.0", | ||
"react-dom": "^17.0.0 || ^18.0.0" | ||
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", | ||
"react": "^17.0.0 || ^18.0.0 || ^19.0.0", | ||
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@types/react": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,17 +42,17 @@ | |
"@emotion/cache": "^11.11.0", | ||
"@emotion/react": "^11.11.4", | ||
"@emotion/server": "^11.11.0", | ||
"@types/react": "^18.2.55", | ||
"@types/react": "npm:[email protected]", | ||
"next": "13.5.1", | ||
"react": "^18.2.0" | ||
"react": "19.0.0-rc-100dfd7dab-20240701" | ||
}, | ||
"peerDependencies": { | ||
"@emotion/cache": "^11.11.0", | ||
"@emotion/server": "^11.11.0", | ||
"@mui/material": "workspace:*", | ||
"@types/react": "^17.0.0 || ^18.0.0", | ||
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", | ||
"next": "^13.0.0 || ^14.0.0", | ||
"react": "^17.0.0 || ^18.0.0" | ||
"react": "^17.0.0 || ^18.0.0 || ^19.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@types/react": { | ||
|
Oops, something went wrong.