Skip to content
Snippets Groups Projects
Commit 77c04b1c authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

dependencies: Switched from phosphor-react to @phosphor-icons/react

The latter is the official library
parent ed673984
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
"name": "my-app",
"version": "0.1.0",
"dependencies": {
"@phosphor-icons/react": "^2.0.15",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
......@@ -17,7 +18,6 @@
"@types/react-dom": "^18.2.6",
"framer-motion": "^10.12.22",
"javascript-time-ago": "^2.5.9",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
......@@ -3222,6 +3222,18 @@
"node": ">= 8"
}
},
"node_modules/@phosphor-icons/react": {
"version": "2.0.15",
"resolved": "https://registry.npmjs.org/@phosphor-icons/react/-/react-2.0.15.tgz",
"integrity": "sha512-PQKNcRrfERlC8gJGNz0su0i9xVmeubXSNxucPcbCLDd9u0cwJVTEyYK87muul/svf0UXFdL2Vl6bbeOhT1Mwow==",
"engines": {
"node": ">=10"
},
"peerDependencies": {
"react": ">= 16.8",
"react-dom": ">= 16.8"
}
},
"node_modules/@pmmmwh/react-refresh-webpack-plugin": {
"version": "0.5.10",
"resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.10.tgz",
......@@ -12620,17 +12632,6 @@
"resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
"integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow=="
},
"node_modules/phosphor-react": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/phosphor-react/-/phosphor-react-1.4.1.tgz",
"integrity": "sha512-gO5j7U0xZrdglTAYDYPACU4xDOFBTJmptrrB/GeR+tHhCZF3nUMyGmV/0hnloKjuTrOmpSFlbfOY78H39rgjUQ==",
"engines": {
"node": ">=10"
},
"peerDependencies": {
"react": ">=16"
}
},
"node_modules/picocolors": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
......@@ -19486,6 +19487,12 @@
"fastq": "^1.6.0"
}
},
"@phosphor-icons/react": {
"version": "2.0.15",
"resolved": "https://registry.npmjs.org/@phosphor-icons/react/-/react-2.0.15.tgz",
"integrity": "sha512-PQKNcRrfERlC8gJGNz0su0i9xVmeubXSNxucPcbCLDd9u0cwJVTEyYK87muul/svf0UXFdL2Vl6bbeOhT1Mwow==",
"requires": {}
},
"@pmmmwh/react-refresh-webpack-plugin": {
"version": "0.5.10",
"resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.10.tgz",
......@@ -26309,12 +26316,6 @@
"resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
"integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow=="
},
"phosphor-react": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/phosphor-react/-/phosphor-react-1.4.1.tgz",
"integrity": "sha512-gO5j7U0xZrdglTAYDYPACU4xDOFBTJmptrrB/GeR+tHhCZF3nUMyGmV/0hnloKjuTrOmpSFlbfOY78H39rgjUQ==",
"requires": {}
},
"picocolors": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
......@@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@phosphor-icons/react": "^2.0.15",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
......@@ -12,7 +13,6 @@
"@types/react-dom": "^18.2.6",
"framer-motion": "^10.12.22",
"javascript-time-ago": "^2.5.9",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
......
......@@ -4,7 +4,7 @@ import PlanElement from "./components/PlanElement";
import PanelTitle from "../../meta/PanelTitle";
import PanelContent from "../../meta/PanelContent";
import {StationResponse} from "./types/vrrfAPI";
import {Warning} from "phosphor-react";
import {Warning} from "@phosphor-icons/react";
export type FahrplanPanelDefinition = {
stops: string[],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment