|
34 | 34 | "web-namespaces": "^1.1.3"
|
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 |
| - "@babel/core": "^7.4.5", |
| 37 | + "@babel/core": "^7.0.0", |
38 | 38 | "@babel/plugin-external-helpers": "^7.0.0",
|
39 |
| - "@babel/preset-env": "^7.4.5", |
40 |
| - "babel-core": "^7.0.0-bridge.0", |
| 39 | + "@babel/preset-env": "^7.0.0", |
| 40 | + "@rollup/plugin-babel": "^5.0.0", |
| 41 | + "@rollup/plugin-commonjs": "^13.0.0", |
| 42 | + "@rollup/plugin-json": "^4.0.0", |
| 43 | + "@rollup/plugin-node-resolve": "^8.0.0", |
41 | 44 | "babel-eslint": "^10.0.0",
|
42 |
| - "babel-jest": "^25.0.0", |
43 |
| - "eslint": "^6.0.0", |
| 45 | + "babel-jest": "^26.0.0", |
| 46 | + "eslint": "^7.0.0", |
44 | 47 | "eslint-config-airbnb-base": "^14.0.0",
|
45 | 48 | "eslint-plugin-import": "^2.0.0",
|
46 | 49 | "glob": "^7.0.0",
|
47 | 50 | "hastscript": "^5.0.0",
|
48 | 51 | "jasmine-core": "^3.0.0",
|
49 |
| - "jest-cli": "^25.0.0", |
50 |
| - "karma": "^4.0.0", |
| 52 | + "jest-cli": "^26.0.0", |
| 53 | + "karma": "^5.0.0", |
51 | 54 | "karma-chrome-launcher": "^3.0.0",
|
52 | 55 | "karma-firefox-launcher": "^1.0.0",
|
53 | 56 | "karma-jasmine": "^3.0.0",
|
54 | 57 | "karma-mocha-reporter": "^2.0.0",
|
55 | 58 | "karma-rollup-preprocessor": "^7.0.0",
|
56 | 59 | "karma-safari-launcher": "^1.0.0",
|
57 |
| - "remark-cli": "^7.0.0", |
58 |
| - "remark-preset-wooorm": "^6.0.0", |
59 |
| - "rollup": "^1.0.0", |
60 |
| - "rollup-plugin-babel": "^4.0.1", |
61 |
| - "rollup-plugin-commonjs": "^10.0.0", |
62 |
| - "rollup-plugin-json": "^4.0.0", |
63 |
| - "rollup-plugin-node-resolve": "^5.0.0", |
| 60 | + "remark-cli": "^8.0.0", |
| 61 | + "remark-preset-wooorm": "^7.0.0", |
| 62 | + "rollup": "^2.0.0", |
64 | 63 | "w3c-xmlserializer": "^2.0.0"
|
65 | 64 | },
|
66 | 65 | "scripts": {
|
67 | 66 | "clean": "rm -rf dist",
|
68 | 67 | "build": "rollup -c",
|
69 |
| - "lint": "remark . -qfo && eslint .", |
| 68 | + "lint": "remark . -qfo && eslint . --fix", |
70 | 69 | "test": "jest",
|
71 | 70 | "test:karma": "karma start --single-run --browsers ChromeHeadless,FirefoxHeadless,Safari karma.conf.js",
|
72 | 71 | "test:karma:chrome": "karma start --single-run --browsers ChromeHeadless karma.conf.js",
|
|
0 commit comments