mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Version bumps (#951)
* Bump versions of large build time dependencies * Bump more versions * Try different node versions on Travis
This commit is contained in:
parent
53de63160b
commit
d079bcf0eb
3 changed files with 1621 additions and 1636 deletions
|
|
@ -2,6 +2,7 @@ language: node_js
|
|||
node_js:
|
||||
# Don't use Node 12 while we wait for transitive dependencies to upgrade nan
|
||||
# https://github.com/nodejs/nan/issues/849
|
||||
- "11.10.0"
|
||||
- lts/*
|
||||
- node
|
||||
script: >
|
||||
npm run travis-tests
|
||||
|
|
|
|||
22
package.json
22
package.json
|
|
@ -78,11 +78,11 @@
|
|||
"@types/react-dom": "^16.8.4",
|
||||
"@types/react-redux": "^7.1.1",
|
||||
"@types/webaudioapi": "^0.0.27",
|
||||
"@typescript-eslint/eslint-plugin": "^1.4.2",
|
||||
"@typescript-eslint/parser": "^1.4.2",
|
||||
"@typescript-eslint/eslint-plugin": "^2.5.0",
|
||||
"@typescript-eslint/parser": "^2.5.0",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-eslint": "^9.0.0-beta.3",
|
||||
"babel-jest": "^23.4.2",
|
||||
"babel-jest": "^24.9.0",
|
||||
"babel-loader": "^8.0.4",
|
||||
"butterchurn": "^2.6.7",
|
||||
"canvas-mock": "0.0.0",
|
||||
|
|
@ -91,13 +91,13 @@
|
|||
"css-loader": "^1.0.1",
|
||||
"cssnano": "^4.1.10",
|
||||
"data-uri-to-buffer": "^2.0.0",
|
||||
"eslint": "^5.15.1",
|
||||
"eslint": "^6.5.1",
|
||||
"eslint-config-prettier": "^2.3.0",
|
||||
"eslint-plugin-import": "^2.7.0",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"eslint-plugin-local-rules": "^0.1.1",
|
||||
"eslint-plugin-no-constructor-bind": "^1.2.1",
|
||||
"eslint-plugin-prettier": "^3.1.0",
|
||||
"eslint-plugin-react": "^7.7.0",
|
||||
"eslint-plugin-react": "^7.16.0",
|
||||
"file-loader": "^2.0.0",
|
||||
"git-revision-webpack-plugin": "^3.0.3",
|
||||
"glob": "^7.1.4",
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
"imagemin": "^6.1.0",
|
||||
"imagemin-optipng": "^6.0.0",
|
||||
"invariant": "^2.2.3",
|
||||
"jest": "^24.5.0",
|
||||
"jest": "^24.9.0",
|
||||
"jest-image-snapshot": "^2.8.1",
|
||||
"jest-mock-random": "^1.0.2",
|
||||
"jest-puppeteer": "^4.1.1",
|
||||
|
|
@ -116,7 +116,7 @@
|
|||
"lodash": "^4.17.11",
|
||||
"milkdrop-preset-converter-aws": "^0.1.6",
|
||||
"music-metadata-browser": "^0.6.1",
|
||||
"postcss": "^7.0.14",
|
||||
"postcss": "^7.0.18",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"prettier": "^1.16.4",
|
||||
"puppeteer": "^1.15.0",
|
||||
|
|
@ -138,10 +138,10 @@
|
|||
"uglifyjs-webpack-plugin": "^1.2.5",
|
||||
"unminified-webpack-plugin": "^2.0.0",
|
||||
"url-loader": "^1.1.2",
|
||||
"webpack": "^4.26.0",
|
||||
"webpack": "^4.41.2",
|
||||
"webpack-bundle-analyzer": "^3.3.2",
|
||||
"webpack-cli": "^3.1.2",
|
||||
"webpack-dev-server": "^3.2.1",
|
||||
"webpack-dev-server": "^3.8.2",
|
||||
"webpack-merge": "^4.1.2",
|
||||
"webpack-pwa-manifest": "^3.7.1",
|
||||
"winamp-eqf": "^1.0.0",
|
||||
|
|
@ -158,7 +158,7 @@
|
|||
"trailingComma": "es5"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint-plugin-react-hooks": "^1.5.1",
|
||||
"eslint-plugin-react-hooks": "^2.1.2",
|
||||
"fscreen": "^1.0.2",
|
||||
"react-dropzone": "^10.1.7",
|
||||
"xml-js": "^1.6.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue