|
24 | 24 | "eslint": "eslint .",
|
25 | 25 | "stylelint": "stylelint **/*.{css,scss}",
|
26 | 26 | "typedoc": "typedoc .",
|
27 |
| - "test": "web-test-runner ./**/*.test.js --node-resolve", |
| 27 | + "test": "web-test-runner ./**/*.test.js --node-resolve --puppeteer", |
28 | 28 | "storybook": "storybook dev -p 6006",
|
29 | 29 | "build-storybook": "storybook build"
|
30 | 30 | },
|
|
44 | 44 | },
|
45 | 45 | "homepage": "https://github.com/elycruz/atomic-ui-js#readme",
|
46 | 46 | "devDependencies": {
|
47 |
| - "@open-wc/testing": "^3.2.0", |
48 |
| - "@rollup/plugin-typescript": "^11.1.5", |
| 47 | + "@cucumber/cucumber": "^10.3.1", |
| 48 | + "@open-wc/testing": "^3.2.2", |
| 49 | + "@rollup/plugin-typescript": "^11.1.6", |
49 | 50 | "@types/node": "18.16.3",
|
50 |
| - "@web/test-runner": "^0.17.2", |
51 |
| - "@web/test-runner-mocha": "^0.8.1", |
52 |
| - "chokidar": "^3.5.3", |
53 |
| - "cssnano": "^6.0.1", |
54 |
| - "eslint": "^8.52.0", |
55 |
| - "lit": "^3.1.0", |
56 |
| - "postcss": "^8.4.31", |
| 51 | + "@web/test-runner": "^0.17.3", |
| 52 | + "@web/test-runner-mocha": "^0.8.2", |
| 53 | + "@web/test-runner-puppeteer": "^0.16.0", |
| 54 | + "chokidar": "^3.6.0", |
| 55 | + "cssnano": "^6.1.2", |
| 56 | + "eslint": "^8.57.0", |
| 57 | + "lit": "^3.1.2", |
| 58 | + "postcss": "^8.4.38", |
57 | 59 | "postcss-import": "^15.1.0",
|
58 | 60 | "postcss-preset-env": "^8.5.1",
|
59 | 61 | "prettier": "^2.8.8",
|
|
62 | 64 | "rollup": "^3.29.4",
|
63 | 65 | "rollup-plugin-postcss": "^4.0.2",
|
64 | 66 | "rollup-plugin-sass": "^1.12.21",
|
65 |
| - "sass": "^1.69.4", |
| 67 | + "sass": "^1.72.0", |
66 | 68 | "stylelint": "^15.11.0",
|
67 | 69 | "stylelint-config-standard": "^33.0.0",
|
68 | 70 | "typedoc": "^0.24.8",
|
69 |
| - "typescript": "^5.2.2", |
| 71 | + "typescript": "^5.4.3", |
70 | 72 | "web-component-analyzer": "^1.1.7"
|
71 | 73 | },
|
72 | 74 | "peerDependencies": {
|
73 | 75 | "lit": "^3.1.0"
|
74 |
| - }, |
75 |
| - "dependencies": { |
76 |
| - "@cucumber/cucumber": "^10.0.1" |
77 | 76 | }
|
78 | 77 | }
|
0 commit comments