Skip to content

Commit

Permalink
lock UI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bjakems committed Dec 31, 2024
1 parent 5c92c58 commit ea564bd
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions app/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"watch": "tsc && vite build --watch"
},
"dependencies": {
"@fluentui/react": "8.121.8",
"@fluentui/react-icons": "^2.0.195",
"@react-spring/web": "^9.7.1",
"classnames": "^2.3.1",
"dompurify": "^3.1.2",
"nanoid": "3.3.4",
"ndjson-readablestream": "^1.2.0",
"papaparse": "^5.4.1",
"prop-types": "15.8.1",
"react": "^18.2.0",
"react-bootstrap": "2.7.4",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.8.1",
"react-switch": "^7.0.0",
"react-table": "^7.8.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^3.0.0"
},
"devDependencies": {
"@types/dompurify": "^2.4.0",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-resizable": "^3.0.7",
"@types/react-sticky": "^6.0.6",
"@vitejs/plugin-react": "^4.2.1",
"postcss-nesting": "^11.2.2",
"prettier": "^2.8.3",
"typescript": "^4.9.3",
"vite": "^5.3.5",
"vite-plugin-node-polyfills": "^0.2.0"
}
}
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"watch": "tsc && vite build --watch"
},
"dependencies": {
"@fluentui/react": "8.121.8",
"@fluentui/react-icons": "2.0.266",
"@react-spring/web": "9.7.5",
"classnames": "2.5.1",
"dompurify": "3.2.2",
"nanoid": "3.3.4",
"ndjson-readablestream": "1.2.0",
"papaparse": "5.4.1",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-bootstrap": "2.7.4",
"react-dom": "18.3.1",
"react-draggable": "4.4.6",
"react-markdown": "9.0.1",
"react-router-dom": "6.28.0",
"react-switch": "7.0.0",
"react-table": "7.8.0",
"rehype-raw": "7.0.0",
"rehype-sanitize": "6.0.0",
"remark-gfm": "3.0.1"
},
"devDependencies": {
"@types/dompurify": "2.4.0",
"@types/papaparse": "5.3.15",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-resizable": "3.0.8",
"@types/react-sticky": "6.0.6",
"@vitejs/plugin-react": "4.3.4",
"postcss-nesting": "11.3.0",
"prettier": "2.8.8",
"typescript": "4.9.5",
"vite": "5.4.11",
"vite-plugin-node-polyfills": "0.2.0"
}
}

0 comments on commit ea564bd

Please sign in to comment.