Merge branch 'master' of github.com:zenorocha/clipboard.js into feature-prettier

* 'master' of github.com:zenorocha/clipboard.js:
  Update dev dependencies.
This commit is contained in:
vitormalencar 2021-01-20 17:26:47 +01:00
commit 6efd3ba519
5 changed files with 512 additions and 19243 deletions

995
dist/clipboard.js vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -10,9 +10,12 @@ module.exports = function (karma) {
"karma-chrome-launcher",
],
frameworks: ["chai", "sinon", "mocha"],
frameworks: ["chai", "sinon", "mocha", "webpack"],
files: ["src/**/*.js", "test/**/*.js"],
files: [
{ pattern: "src/**/*.js", watched: false },
{ pattern: "test/**/*.js", watched: false },
],
preprocessors: {
"src/**/*.js": ["webpack"],

18719
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,25 +17,25 @@
"tiny-emitter": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"chai": "^4.2.0",
"cross-env": "^5.2.0",
"husky": "^4.3.8",
"karma": "^3.1.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.2.0",
"karma-sinon": "^1.0.4",
"karma-webpack": "^3.0.5",
"lint-staged": "^10.5.3",
"mocha": "^5.2.0",
"prettier": "2.2.1",
"sinon": "^7.1.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.5.0",
"webpack-cli": "^3.1.2"
"cross-env": "^7.0.3",
"karma": "^6.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-sinon": "^1.0.4",
"karma-webpack": "^5.0.0-alpha.5",
"mocha": "^8.2.1",
"sinon": "^9.2.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.15.0",
"webpack-cli": "^4.4.0"
},
"scripts": {
"build": "npm run build-debug && npm run build-min",