Skip to content

Commit

Permalink
refactor(package.json): 🎉 remove unused librarys and add a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Aug 29, 2023
1 parent 980aa44 commit 4b560e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img src="https://img.shields.io/badge/nodejs-18.15.0-dgreen" alt="node">
</a>
<a href="https://github.com/robolaunch/ui/releases">
<img src="https://img.shields.io/badge/release-v0.14.6-red" alt="release">
<img src="https://img.shields.io/badge/release-v0.14.7-red" alt="release">
</a>
<a href="#">
<img src="https://img.shields.io/badge/language-typescript-blue" alt="language">
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.14.6",
"version": "0.14.7",
"private": true,
"dependencies": {
"@emotion/css": "^11.10.6",
Expand All @@ -23,7 +23,6 @@
"formik": "^2.2.9",
"gridstack": "^7.2.3",
"keycloak-js": "^21.0.1",
"npm": "^9.5.0",
"primeicons": "^6.0.1",
"primereact": "^9.1.1",
"query-string": "^8.1.0",
Expand All @@ -47,7 +46,6 @@
"react-gravatar": "^2.6.3",
"react-icons": "^4.7.1",
"react-joystick-component": "^6.2.0",
"react-particle-image": "^1.0.2",
"react-redux": "^8.0.5",
"react-router-dom": "^6.7.0",
"react-scripts": "5.0.1",
Expand All @@ -66,8 +64,7 @@
"three": "^0.153.0",
"typescript": "^4.9.4",
"use-react-router-breadcrumbs": "^4.0.1",
"yup": "^0.32.11",
"zustand": "^4.3.9"
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 4b560e9

Please sign in to comment.