Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into nerfzael-better-messa…
Browse files Browse the repository at this point in the history
…ge-logs
  • Loading branch information
nerfZael committed Aug 31, 2023
2 parents 2f26cc7 + fd8f148 commit e7f702b
Show file tree
Hide file tree
Showing 4 changed files with 12,840 additions and 8,662 deletions.
11 changes: 8 additions & 3 deletions apps/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "@evo-ninja/ui",
"version": "0.1.0",
"private": true,
"workspaces": {
"packages": [
"../../packages/**"
]
},
"dependencies": {
"@evo-ninja/core": "0.1.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
Expand All @@ -20,8 +25,7 @@
"react-markdown": "^8.0.7",
"react-modal": "3.16.1",
"react-router-dom": "~6.15.0",
"react-scripts": "~5.0.1",
"typescript": "^4.9.5"
"react-scripts": "~5.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
Expand All @@ -32,7 +36,8 @@
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-modal": "3.16.0",
"tailwindcss": "^3.3.3"
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit e7f702b

Please sign in to comment.