Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Update dependencies (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Strand committed Dec 17, 2019
1 parent 8af656b commit 7649922
Show file tree
Hide file tree
Showing 5 changed files with 159 additions and 42 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
- image: circleci/node:10
- image: qlikcore/engine:12.538.0
command: -S AcceptEULA=yes
- image: browserless/chrome:1.21-puppeteer-1.19.0
- image: browserless/chrome:1.21-puppeteer-2.0.0

working_directory: ~/catwalk

Expand All @@ -18,13 +18,13 @@ jobs:
- run:
name: Install dependencies
command:
npm install --quiet
npm ci

- run:
name: Run ESLint
command:
npm run lint

- run:
name: Unit tests
command:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules/
dist/
coverage/
.idea/
.nyc_output/
.cache/
.chrome-profile/
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ services:
- ./data:/data

chrome:
image: browserless/chrome:1.21-puppeteer-1.19.0
image: browserless/chrome:1.21-puppeteer-2.0.0
ports:
- 3000:3000
184 changes: 150 additions & 34 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"axios-cache-adapter": "2.5.0",
"axios-hooks": "1.7.2",
"copy-to-clipboard": "3.2.0",
"enigma.js": "2.6.1",
"enigma.js": "2.6.3",
"hamus.js": "0.3.0",
"prop-types": "15.7.2",
"re-resizable": "6.1.0",
Expand Down Expand Up @@ -64,11 +64,11 @@
"babel-plugin-import": "1.12.2",
"babel-plugin-istanbul": "5.2.0",
"cross-env": "6.0.3",
"eslint": "6.7.1",
"eslint": "6.7.2",
"eslint-config-airbnb": "18.0.1",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-react": "7.17.0",
"fs-extra": "8.1.0",
"jsdom": "15.2.1",
"nyc": "14.1.1",
Expand Down

0 comments on commit 7649922

Please sign in to comment.