Skip to content

Commit

Permalink
fix: update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Feb 11, 2020
1 parent 821c9d8 commit 1c74d24
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 47 deletions.
2 changes: 1 addition & 1 deletion dist/lib/atom-xterm.css

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

2 changes: 1 addition & 1 deletion dist/lib/atom-xterm.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/atom-xterm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/atom-xterm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/preinstallScripts/move-winpty-binaries.js

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,46 +41,46 @@
}
},
"dependencies": {
"node-pty-prebuilt": "^0.7.3"
"node-pty-prebuilt-multiarch": "^0.9.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-rc.1",
"@babel/core": "^7.0.0-rc.1",
"@babel/plugin-transform-runtime": "^7.0.0-rc.1",
"@babel/preset-env": "^7.0.0-rc.1",
"@babel/register": "^7.0.0-rc.1",
"@babel/runtime": "^7.0.0-rc.1",
"atom-jasmine3-test-runner": "^4.0.0",
"babel-loader": "^8.0.0-beta.4",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/register": "^7.8.3",
"@babel/runtime": "^7.8.4",
"atom-jasmine3-test-runner": "^4.4.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.2",
"deep-object-diff": "^1.1.0",
"element-resize-detector": "^1.1.14",
"eslint": "^5.3.0",
"eslint-config-standard": "^12.0.0-alpha.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"fs-extra": "^7.0.0",
"element-resize-detector": "^1.2.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"fs-extra": "^8.1.0",
"jasmine-spec-reporter": "^4.2.1",
"jsonlint-cli": "^1.0.1",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.3",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"prunk": "^1.3.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.22.1",
"stylelint": "^9.4.0",
"stylelint-config-standard": "^18.2.0",
"tmp": "0.0.33",
"url-regex": "^4.1.1",
"uuid": "^3.3.2",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"whatwg-url": "^6.5.0",
"xterm": "^3.6.0"
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"stylelint": "^13.1.0",
"stylelint-config-standard": "^20.0.0",
"tmp": "0.1.0",
"url-regex": "^5.0.0",
"uuid": "^3.4.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"whatwg-url": "^8.0.0",
"xterm": "^3.14.5"
},
"scripts": {
"build": "npm run webpack",
Expand Down
4 changes: 2 additions & 2 deletions src/scripts/move-winpty-binaries.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ function main () {
process.exit(0)
}
// NOTE: This script will move binaries for the 'node-pty' module. Although
// 'node-pty' has been replaced with 'node-pty-prebuilt', this script will
// 'node-pty' has been replaced with 'node-pty-prebuilt-multiarch', this script will
// still move the binaries in the 'node-pty' module to make upgrades
// smoother for Windows users.
let nodePtyPath = path.join(atomXtermPath, 'node_modules', 'node-pty')
console.log('Using nodePtyPath = \'' + nodePtyPath + '\'')
let nodePtyPrebuiltPath = path.join(atomXtermPath, 'node_modules', 'node-pty-prebuilt')
let nodePtyPrebuiltPath = path.join(atomXtermPath, 'node_modules', 'node-pty-prebuilt-multiarch')
console.log('Using nodePtyPrebuiltPath = \'' + nodePtyPrebuiltPath + '\'')

// Move the directories containing the Windows binaries under a tmp
Expand Down
10 changes: 3 additions & 7 deletions webpack.config.babel.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from 'path'

import webpack from 'webpack'
import CleanWebpackPlugin from 'clean-webpack-plugin'
import { CleanWebpackPlugin } from 'clean-webpack-plugin'
import MiniCssExtractPlugin from 'mini-css-extract-plugin'
import OptimizeCssAssetsPlugin from 'optimize-css-assets-webpack-plugin'

Expand Down Expand Up @@ -40,9 +40,7 @@ function getConfig (entryName) {
}
target = 'electron-renderer'
plugins.push(
new CleanWebpackPlugin(
[pathValue]
),
new CleanWebpackPlugin(),
new MiniCssExtractPlugin({
filename: '[name].css'
}),
Expand Down Expand Up @@ -70,9 +68,7 @@ function getConfig (entryName) {
}
devtool = false
plugins.push(
new CleanWebpackPlugin(
[pathValue]
)
new CleanWebpackPlugin()
)
} else {
console.error(`Unknown entryName: ${entryName}`)
Expand Down

0 comments on commit 1c74d24

Please sign in to comment.