Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 13b5847

Browse files
committed
Restore apveyor to using npm install + maintenance
1 parent 7d567d6 commit 13b5847

File tree

3 files changed

+52
-38
lines changed

3 files changed

+52
-38
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ install:
2424
- choco install -y googlechrome --ignore-checksums
2525
# Install the latest stable version of Node
2626
- ps: Install-Product node $env:nodejs_version
27-
- npm install npm -g
28-
- npm ci
27+
- npm install
28+
29+
# TODO: Switch to using npm ci instead of install
30+
# once Node LTS ships with npm 5.7 (with ci)
2931

3032
# Disable automatic builds
3133
build: off

package-lock.json

Lines changed: 41 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -232,18 +232,18 @@
232232
"add-asset-html-webpack-plugin": "2.1.3",
233233
"babel-core": "7.0.0-bridge.0",
234234
"babel-eslint": "9.0.0",
235-
"babel-loader": "8.0.1",
235+
"babel-loader": "8.0.2",
236236
"babel-plugin-dynamic-import-node": "2.1.0",
237237
"babel-plugin-react-intl": "2.4.0",
238238
"babel-plugin-react-transform": "3.0.0",
239-
"babel-plugin-styled-components": "1.6.0",
239+
"babel-plugin-styled-components": "1.6.2",
240240
"babel-plugin-transform-react-remove-prop-types": "0.4.15",
241241
"circular-dependency-plugin": "5.0.2",
242-
"compare-versions": "3.3.1",
242+
"compare-versions": "3.4.0",
243243
"coveralls": "3.0.2",
244244
"css-loader": "1.0.0",
245-
"enzyme": "3.5.0",
246-
"enzyme-adapter-react-16": "1.3.1",
245+
"enzyme": "3.6.0",
246+
"enzyme-adapter-react-16": "1.4.0",
247247
"enzyme-to-json": "3.3.4",
248248
"eslint": "5.5.0",
249249
"eslint-config-airbnb": "17.1.0",
@@ -283,10 +283,10 @@
283283
"stylelint-processor-styled-components": "1.3.2",
284284
"svg-url-loader": "2.3.2",
285285
"url-loader": "1.1.1",
286-
"webpack": "4.17.1",
286+
"webpack": "4.17.2",
287287
"webpack-cli": "3.1.0",
288288
"webpack-dev-middleware": "3.2.0",
289-
"webpack-hot-middleware": "2.23.0",
289+
"webpack-hot-middleware": "2.23.1",
290290
"webpack-pwa-manifest": "3.7.1"
291291
}
292292
}

0 commit comments

Comments
 (0)