Skip to content

Commit

Permalink
v2.1.0 - Update npm dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianMullins committed Aug 7, 2023
1 parent 776d807 commit ce0ce38
Show file tree
Hide file tree
Showing 2 changed files with 332 additions and 313 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinsly",
"version": "2.0.1",
"version": "2.1.0",
"description": "",
"main": "src/index.js",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"firebase": "8.10.1",
"history": "4.10.1",
"immer": "10.0.2",
"logrocket": "4.0.4",
"logrocket": "5.0.1",
"logrocket-react": "5.0.1",
"qs": "6.11.2",
"react": "18.2.0",
Expand All @@ -28,18 +28,18 @@
"react-router-dom": "5.2.0",
"redux": "4.2.1",
"redux-devtools-extension": "2.13.9",
"redux-thunk": "2.4.2",
"vitest": "^0.33.0"
"redux-thunk": "2.4.2"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@testing-library/react": "14.0.0",
"@vitejs/plugin-react-swc": "3.3.2",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/coverage-v8": "0.34.1",
"coveralls": "3.1.1",
"happy-dom": "^10.5.2",
"sass": "1.64.1",
"vite": "4.4.7"
"happy-dom": "10.8.0",
"sass": "1.64.2",
"vite": "4.4.8",
"vitest": "0.34.1"
},
"scripts": {
"dev": "VITE_APP_RELEASE_VERSION=$npm_package_version vite",
Expand Down
Loading

0 comments on commit ce0ce38

Please sign in to comment.