Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Aug 15, 2018
1 parent e2798c3 commit 111a7d2
Show file tree
Hide file tree
Showing 4 changed files with 1,015 additions and 1,310 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Expand Up @@ -57,11 +57,6 @@ typings/
# dotenv environment variables file
.env

# IntelliJ IDEA
.idea/
*.iml
*.ipr

# Generated files
build/
dist/
Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -164,20 +164,20 @@ yarn dev:chrome
```

## Testing
Nearly all parsers are automatically tested weekly. To run tests locally, copy `.env.example` to `.env` and fill it with your credentials. To run the tests, use `yarn test`, or `yarn test:no-headless` to run tests with the Chrome instance visible. All other arguments are automatically passed on to Jest.
To run tests locally, copy `.env.example` to `.env` and fill it with your credentials. To run the tests, use `yarn test`, or `yarn test:no-headless` to run tests with the Chrome instance visible. All other arguments are automatically passed on to Jest.

## Mozilla reviewers
The information provided below is meant for Mozilla volunteers.

Software versions used:
Node.js: 10.5.0
Yarn: 1.7.0
Ubuntu: 18.04
Node.js: 10.8.0
Yarn: 1.9.4
Ubuntu: 18.04.1

Third-party libraries that can be found in the minified extension:
- [nanobar 0.4.2](https://github.com/jacoborus/nanobar/blob/v0.4.2/nanobar.js)
- [snarkdown 1.2.2](https://github.com/developit/snarkdown/blob/1.2.2/src/index.js)
- [webextension-polyfill 0.2.1](https://github.com/mozilla/webextension-polyfill/blob/0.2.1/src/browser-polyfill.js)
- [webextension-polyfill 0.3.0](https://github.com/mozilla/webextension-polyfill/blob/0.3.0/src/browser-polyfill.js)

Package the extension by `cd`'ing into the source code submission directory, installing the dependencies with `yarn` and packaging with `yarn package`. The result can be found in the dist/ directory.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"nanobar": "0.4.2",
"snarkdown": "1.2.2",
"webextension-polyfill": "0.2.1"
"webextension-polyfill": "0.3.0"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^4.4.1",
Expand All @@ -42,10 +42,10 @@
"jsdom": "^11.10.0",
"node-fetch": "^2.1.2",
"puppeteer": "^1.5.0",
"ts-jest": "^22.4.5",
"ts-jest": "^23.1.3",
"ts-loader": "^4.4.1",
"ts-node": "^7.0.0",
"typescript": "^2.9.2",
"typescript": "^3.0.1",
"web-ext": "^2.6.0",
"web-ext-types": "^2.1.0",
"webpack": "^4.12.2",
Expand Down

0 comments on commit 111a7d2

Please sign in to comment.