Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 005971e

Browse files
Bump dependencies
1 parent 540e4c6 commit 005971e

File tree

2 files changed

+793
-421
lines changed

2 files changed

+793
-421
lines changed

package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"homepage": "https://github.com/stimulus-components/stimulus-notification",
1919
"private": false,
2020
"main": "dist/stimulus-notification.umd.js",
21-
"module": "dist/stimulus-notification.es.js",
21+
"module": "dist/stimulus-notification.mjs",
2222
"scripts": {
2323
"format": "prettier-standard '**/*.{ts,css,html}' --format",
2424
"lint": "prettier-standard '**/*.{ts,css,html}' --lint",
@@ -29,16 +29,19 @@
2929
"np": "np --no-2fa --no-tests"
3030
},
3131
"dependencies": {
32-
"stimulus-use": "^0.50.0-2"
32+
"stimulus-use": "^0.51.1"
3333
},
3434
"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",
3941
"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"
4245
},
4346
"peerDependencies": {
4447
"@hotwired/stimulus": "^3.0.1"

0 commit comments

Comments
 (0)