Skip to content

Commit

Permalink
Merge pull request #17 from mathieux51/dev
Browse files Browse the repository at this point in the history
Bump version and update npm packages
  • Loading branch information
mathieux51 authored Oct 3, 2020
2 parents da2c4e7 + 0768cc4 commit 217a4d2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "direct-podcast",
"version": "1.0.11",
"version": "1.0.16",
"private": true,
"dependencies": {
"@sentry/browser": "^5.24.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.1.6",
"@testing-library/user-event": "^12.1.7",
"file-saver": "^2.0.2",
"polished": "^3.6.7",
"react": "^16.13.1",
"react-app-polyfill": "^1.0.6",
"react-dom": "^16.13.1",
"react-google-recaptcha-v3": "^1.5.4",
"react-google-recaptcha-v3": "^1.5.5",
"react-scripts": "^3.4.3",
"recordrtc": "^5.6.1",
"styled-components": "^5.2.0",
Expand Down Expand Up @@ -42,7 +42,7 @@
]
},
"devDependencies": {
"acorn": "^8.0.1",
"acorn": "^8.0.3",
"acorn-jsx": "^5.3.1"
},
"description": "direct podcast",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import * as serviceWorker from "./serviceWorker"

if (process.env.NODE_ENV !== "development") {
Sentry.init({
release: "v1.0.11",
release: "v1.0.16",
dsn:
"https://[email protected]/5208585",
})
Expand Down

0 comments on commit 217a4d2

Please sign in to comment.