|
41 | 41 | "makedir": "mkdirp dist",
|
42 | 42 | "push": "git push origin",
|
43 | 43 | "push:tags": "git push origin --tags",
|
44 |
| - "test": "echo \"No test specified\"", |
| 44 | + "test": "jest", |
45 | 45 | "prepublishOnly": "npm run build:prod && git add . && git commit -am '[BUILD]' && pkg-ok"
|
46 | 46 | },
|
47 | 47 | "author": {
|
|
63 | 63 | },
|
64 | 64 | "devDependencies": {
|
65 | 65 | "@babel/core": "^7.12.10",
|
66 |
| - "@babel/preset-env": "^7.12.10", |
| 66 | + "@babel/preset-env": "^7.12.11", |
67 | 67 | "@rollup/plugin-babel": "^5.2.2",
|
68 | 68 | "@rollup/plugin-commonjs": "^17.0.0",
|
69 |
| - "@rollup/plugin-node-resolve": "^11.0.0", |
| 69 | + "@rollup/plugin-node-resolve": "^11.0.1", |
70 | 70 | "concurrently": "^5.3.0",
|
71 | 71 | "jest": "^26.6.3",
|
72 | 72 | "jest-environment-puppeteer": "^4.4.0",
|
73 |
| - "jest-image-snapshot": "^4.2.0", |
| 73 | + "jest-image-snapshot": "^4.3.0", |
74 | 74 | "jest-playwright-preset": "^1.4.2",
|
75 | 75 | "mkdirp": "^1.0.4",
|
76 | 76 | "node-sass": "^5.0.0",
|
77 | 77 | "onchange": "^7.1.0",
|
78 |
| - "playwright-chromium": "^1.6.2", |
79 |
| - "playwright-firefox": "^1.6.2", |
80 |
| - "playwright-webkit": "^1.6.2", |
| 78 | + "playwright-chromium": "^1.7.1", |
| 79 | + "playwright-firefox": "^1.7.1", |
| 80 | + "playwright-webkit": "^1.7.1", |
81 | 81 | "rimraf": "^3.0.2",
|
82 |
| - "rollup": "^2.34.2", |
| 82 | + "rollup": "^2.35.1", |
83 | 83 | "rollup-plugin-cleanup": "^3.2.1",
|
84 | 84 | "rollup-plugin-livereload": "^2.0.0",
|
85 | 85 | "rollup-plugin-scss": "^2.6.1",
|
86 | 86 | "rollup-plugin-serve": "^1.1.0",
|
87 |
| - "rollup-plugin-terser": "^7.0.2" |
| 87 | + "rollup-plugin-terser": "^7.0.2", |
| 88 | + "serve": "^11.3.2" |
88 | 89 | }
|
89 | 90 | }
|
0 commit comments