Skip to content

Commit

Permalink
v2.29.0 - Update npm dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianMullins committed Apr 30, 2024
1 parent dd679ff commit 50eea98
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 284 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinsly",
"version": "2.28.0",
"version": "2.29.0",
"description": "",
"main": "src/index.js",
"keywords": [
Expand All @@ -18,27 +18,27 @@
"connected-react-router": "6.9.3",
"firebase": "8.10.1",
"history": "4.10.1",
"immer": "10.0.4",
"immer": "10.1.1",
"logrocket": "8.1.0",
"logrocket-react": "6.0.3",
"qs": "6.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-redux": "8.1.3",
"react-router-dom": "5.3.4",
"redux": "4.2.1",
"redux-devtools-extension": "2.13.9",
"redux-thunk": "2.4.2"
},
"devDependencies": {
"@testing-library/react": "15.0.2",
"@testing-library/react": "15.0.5",
"@vitejs/plugin-react-swc": "3.6.0",
"@vitest/coverage-v8": "1.5.0",
"@vitest/coverage-v8": "1.5.3",
"coveralls": "3.1.1",
"happy-dom": "14.7.1",
"sass": "1.75.0",
"vite": "5.2.10",
"vitest": "1.5.0"
"vitest": "1.5.3"
},
"scripts": {
"dev": "VITE_APP_RELEASE_VERSION=$npm_package_version vite",
Expand Down
Loading

0 comments on commit 50eea98

Please sign in to comment.