Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Cliqz search overlay module #445

Merged
merged 4 commits into from Aug 29, 2019
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

update to latest dev dependencies
  • Loading branch information
christophertino committed Aug 29, 2019
commit f393665e7f3e1b26ea04ce47dd52ae3c5088cec0
@@ -13,6 +13,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0
*/

/**
* @namespace CliqzContentScript
*/
@@ -9,8 +9,8 @@
"author": "Ghostery",
"name": "__MSG_name__",
"short_name": "Ghostery",
"version": "8.4.2",
"version_name": "8.4.2",
"version": "8.4.3",
"version_name": "8.4.3",
"default_locale": "en",
"description": "__MSG_short_description__",
"debug": true,
@@ -42,25 +42,25 @@
},
"homepage": "https://github.com/ghostery/ghostery-extension#readme",
"dependencies": {
"@cliqz/adblocker-circumvention": "^0.12.1",
"@cliqz/url-parser": "^1.0.2",
"base64-js": "^1.2.1",
"@cliqz/adblocker-circumvention": "^1.0.1",
"@cliqz/url-parser": "^1.0.3",
"base64-js": "^1.3.1",
"browser-core": "https://github.com/cliqz-oss/browser-core/releases/download/v7.39.1-search/browser-core-7.39.1.tgz",
"classnames": "^2.2.5",
"d3": "^5.9.7",
"d3": "^5.11.0",
"foundation-sites": "^6.4.4-rc1",
"history": "^4.9.0",
"json-api-normalizer": "^0.4.15",
"json-api-normalizer": "^0.4.16",
"moment": "^2.19.1",
"prop-types": "^15.6.2",
"query-string": "^6.8.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"query-string": "^6.8.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-markdown": "^4.0.8",
"react-redux": "^7.1.0",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"react-shadow": "^17.1.1",
"react-svg": "^10.0.12",
"react-shadow": "^17.1.3",
"react-svg": "^10.0.20",
"redux": "^4.0.4",
"redux-object": "^0.5.10",
"redux-thunk": "^2.2.0",
@@ -77,21 +77,21 @@
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.5.5",
"babel-eslint": "^10.0.2",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^5.1.3",
"css-loader": "^3.1.0",
"css-loader": "^3.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "6.1.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-loader": "^2.2.1",
"eslint": "6.2.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-loader": "^3.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"fs-extra": "^8.1.0",
"jest": "^24.8.0",
"jest": "^24.9.0",
"jsdoc": "^3.6.3",
"jsonfile": "^5.0.0",
"license-checker": "^25.0.1",
@@ -100,19 +100,18 @@
"oboe": "^2.1.3",
"path": "^0.12.7",
"react-router": "^5.0.1",
"react-test-renderer": "^16.8.6",
"react-test-renderer": "^16.9.0",
"redux-mock-store": "^1.5.1",
"sass-loader": "^7.1.0",
"sass-loader": "^8.0.0",
"seamless-immutable": "^7.1.3",
"sinon": "^7.3.2",
"sinon": "^7.4.1",
"sinon-chrome": "^3.0.1",
"style-loader": "^0.23.1",
"svg-url-loader": "^3.0.0",
"underscore-template-loader": "^1.0.0",
"url-loader": "^2.1.0",
"vendor-copy": "^2.0.0",
"webpack": "^4.37.0",
"webpack-cli": "^3.3.6",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-shell-plugin": "^0.5.0"
}
}
ProTip! Use n and p to navigate between commits in a pull request.