Skip to content

Commit

Permalink
Merge branch 'release/v0.11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
stylesuxx committed Apr 7, 2021
2 parents 76246d0 + f1afe18 commit 17845d4
Show file tree
Hide file tree
Showing 48 changed files with 3,037 additions and 1,001 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"FileReader": false,
"Blob": false,
"localStorage": false,
"__dirname": false
"__dirname": false,
"Set": false
},
"parser": "babel-eslint"
}
18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
{
"name": "esc-configurator",
"version": "0.10.0",
"version": "0.11.0",
"private": true,
"license": "AGPL-3.0",
"dependencies": {
"@palmabit/react-cookie-law": "^0.6.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"bluejay-rtttl-parse": "^2.0.1",
"compare-versions": "^3.6.0",
"date-fns": "^2.19.0",
"dateformat": "^4.5.1",
"i18next": "^19.9.0",
"pre-push": "^0.1.1",
"rc-slider": "^9.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-gtm-module": "^2.0.11",
"react-highlight-within-textarea": "^1.0.1",
"react-i18next": "^11.8.8",
"react-input-range": "^1.3.0",
"react-scripts": "4.0.3",
"react-toastify": "^7.0.3",
"react-tooltip": "^4.2.15",
"react-tooltip": "=4.2.8",
"sass": "^1.32.8",
"scheduler": "0.14.0",
"sleep": "^6.3.0",
Expand Down Expand Up @@ -80,8 +83,15 @@
"eslint-plugin-react-hooks": "^4.0.8",
"pre-commit": "^1.2.2"
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!bluejay-rtttl-parse)/"
]
},
"pre-commit": [
"lint",
"lint"
],
"pre-push": [
"test-once"
]
}
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Online ESC Configurator</title>
<title>ESC Configurator - for Bluejay, BlHeli_S and AM32</title>
<meta
property="og:title"
content="Online ESC Configurator"
content="ESC Configurator - for Bluejay, BlHeli_S and AM32"
/>
<meta
property="og:description"
Expand Down
Loading

0 comments on commit 17845d4

Please sign in to comment.