mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Merge tag '2.7.0'
2.7.0 2.7.0
This commit is contained in:
commit
4d66cad51e
@ -1,5 +1,10 @@
|
|||||||
# Bowser Changelog
|
# Bowser Changelog
|
||||||
|
|
||||||
|
### 2.7.0 (Oct 2, 2019)
|
||||||
|
- [FIX] Add support for QQ Browser [#362]
|
||||||
|
- [FIX] Add support for GSA [#364]
|
||||||
|
- [FIX] Updated dependencies
|
||||||
|
|
||||||
### 2.6.0 (Sep 6, 2019)
|
### 2.6.0 (Sep 6, 2019)
|
||||||
- [ADD] Define "module" export in package.json [#354]
|
- [ADD] Define "module" export in package.json [#354]
|
||||||
- [FIX] Fix Tablet PC detection [#334]
|
- [FIX] Fix Tablet PC detection [#334]
|
||||||
|
1636
package-lock.json
generated
1636
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bowser",
|
"name": "bowser",
|
||||||
"version": "2.6.1",
|
"version": "2.7.0",
|
||||||
"description": "Lightweight browser detector",
|
"description": "Lightweight browser detector",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"browser",
|
"browser",
|
||||||
@ -29,31 +29,31 @@
|
|||||||
"url": "git+https://github.com/lancedikson/bowser.git"
|
"url": "git+https://github.com/lancedikson/bowser.git"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.5.0",
|
"@babel/cli": "^7.6.2",
|
||||||
"@babel/core": "^7.5.4",
|
"@babel/core": "^7.6.2",
|
||||||
"@babel/polyfill": "^7.4.4",
|
"@babel/polyfill": "^7.6.0",
|
||||||
"@babel/preset-env": "^7.5.4",
|
"@babel/preset-env": "^7.6.2",
|
||||||
"@babel/register": "^7.4.4",
|
"@babel/register": "^7.6.2",
|
||||||
"ava": "^2.2.0",
|
"ava": "^2.4.0",
|
||||||
"babel-eslint": "^10.0.2",
|
"babel-eslint": "^10.0.3",
|
||||||
"babel-loader": "^8.0.6",
|
"babel-loader": "^8.0.6",
|
||||||
"babel-plugin-add-module-exports": "^1.0.2",
|
"babel-plugin-add-module-exports": "^1.0.2",
|
||||||
"babel-plugin-istanbul": "^5.1.4",
|
"babel-plugin-istanbul": "^5.2.0",
|
||||||
"compression-webpack-plugin": "^3.0.0",
|
"compression-webpack-plugin": "^3.0.0",
|
||||||
"coveralls": "^3.0.5",
|
"coveralls": "^3.0.6",
|
||||||
"docdash": "^1.1.1",
|
"docdash": "^1.1.1",
|
||||||
"eslint": "^6.0.1",
|
"eslint": "^6.5.1",
|
||||||
"eslint-config-airbnb-base": "^13.2.0",
|
"eslint-config-airbnb-base": "^13.2.0",
|
||||||
"eslint-plugin-ava": "^8.0.0",
|
"eslint-plugin-ava": "^8.0.0",
|
||||||
"eslint-plugin-import": "^2.18.0",
|
"eslint-plugin-import": "^2.18.2",
|
||||||
"gh-pages": "^2.0.1",
|
"gh-pages": "^2.1.1",
|
||||||
"jsdoc": "^3.6.3",
|
"jsdoc": "^3.6.3",
|
||||||
"nyc": "^14.1.1",
|
"nyc": "^14.1.1",
|
||||||
"sinon": "^7.3.2",
|
"sinon": "^7.5.0",
|
||||||
"testem": "^3.0.0",
|
"testem": "^3.0.0",
|
||||||
"webpack": "^4.39.1",
|
"webpack": "^4.41.0",
|
||||||
"webpack-bundle-analyzer": "^3.3.2",
|
"webpack-bundle-analyzer": "^3.5.2",
|
||||||
"webpack-cli": "^3.3.6",
|
"webpack-cli": "^3.3.9",
|
||||||
"yamljs": "^0.3.0"
|
"yamljs": "^0.3.0"
|
||||||
},
|
},
|
||||||
"ava": {
|
"ava": {
|
||||||
|
Loading…
Reference in New Issue
Block a user