mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: upgrade dependencies
This commit is contained in:
parent
6b6d3b52d2
commit
8c79ea41ed
3 changed files with 1211 additions and 1267 deletions
19
package.json
19
package.json
|
|
@ -14,13 +14,13 @@
|
|||
"roll": "./scripts/roll.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/browser": "^5.2.1",
|
||||
"@primer/octicons": "^9.1.1",
|
||||
"@sentry/browser": "^5.5.0",
|
||||
"ini": "^1.3.5",
|
||||
"js-base64": "^2.5.1",
|
||||
"nprogress": "^0.2.0",
|
||||
"octicons": "^8.5.0",
|
||||
"react": "^16.8.3",
|
||||
"react-dom": "^16.8.3",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"safe-touch": "^0.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -31,15 +31,15 @@
|
|||
"@babel/preset-env": "^7.3.4",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@babel/preset-typescript": "^7.3.3",
|
||||
"@sentry/cli": "^1.43.0",
|
||||
"@sentry/cli": "^1.47.1",
|
||||
"@svgr/webpack": "^4.1.0",
|
||||
"@types/chrome": "^0.0.81",
|
||||
"@types/chrome": "^0.0.87",
|
||||
"@types/ini": "^1.3.30",
|
||||
"@types/js-base64": "^2.3.1",
|
||||
"@types/node": "^11.10.4",
|
||||
"@types/nprogress": "^0.0.29",
|
||||
"@types/react": "^16.8.6",
|
||||
"@types/react-dom": "^16.8.2",
|
||||
"@types/react": "^16.8.24",
|
||||
"@types/react-dom": "^16.8.5",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-loader": "^8.0.5",
|
||||
"copy-webpack-plugin": "^5.0.0",
|
||||
|
|
@ -52,9 +52,8 @@
|
|||
"json-loader": "^0.5.7",
|
||||
"less": "^3.9.0",
|
||||
"less-loader": "^4.0.5",
|
||||
"react-life-hook": "^0.2.0",
|
||||
"style-loader": "^0.23.1",
|
||||
"typescript": "^3.3.3333",
|
||||
"typescript": "3.3",
|
||||
"uglifyjs-webpack-plugin": "^2.1.2",
|
||||
"url-loader": "^1.1.2",
|
||||
"webpack": "^4.29.6",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
const octicons = require('octicons')
|
||||
const octicons = require('@primer/octicons')
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ function generateIconSVGFiles() {
|
|||
icon.toSVG({ xmlns: 'http://www.w3.org/2000/svg' }),
|
||||
err => {
|
||||
if (err) throw err
|
||||
}
|
||||
},
|
||||
)
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue