|
18 | 18 | "homepage": "https://github.com/stimulus-components/stimulus-notification",
|
19 | 19 | "private": false,
|
20 | 20 | "main": "dist/stimulus-notification.umd.js",
|
21 |
| - "module": "dist/stimulus-notification.es.js", |
| 21 | + "module": "dist/stimulus-notification.mjs", |
22 | 22 | "scripts": {
|
23 | 23 | "format": "prettier-standard '**/*.{ts,css,html}' --format",
|
24 | 24 | "lint": "prettier-standard '**/*.{ts,css,html}' --lint",
|
|
29 | 29 | "np": "np --no-2fa --no-tests"
|
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "stimulus-use": "^0.50.0-2" |
| 32 | + "stimulus-use": "^0.51.1" |
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@babel/core": "^7.16.5", |
36 |
| - "@babel/preset-typescript": "^7.16.5", |
37 |
| - "@hotwired/stimulus": "^3.0.1", |
38 |
| - "np": "^7.6.0", |
| 35 | + "@babel/core": "^7.20.7", |
| 36 | + "@babel/preset-typescript": "^7.18.6", |
| 37 | + "@hotwired/stimulus": "^3.2.1", |
| 38 | + "autoprefixer": "^10.4.13", |
| 39 | + "np": "^7.6.2", |
| 40 | + "postcss": "^8.4.20", |
39 | 41 | "prettier-standard": "16.4.1",
|
40 |
| - "typescript": "^4.5.4", |
41 |
| - "vite": "^2.7.7" |
| 42 | + "tailwindcss": "^3.2.4", |
| 43 | + "typescript": "^4.9.4", |
| 44 | + "vite": "^4.0.3" |
42 | 45 | },
|
43 | 46 | "peerDependencies": {
|
44 | 47 | "@hotwired/stimulus": "^3.0.1"
|
|
0 commit comments