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

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebriday committed Dec 24, 2022
1 parent ed64fc9 commit 4b5773f
Show file tree
Hide file tree
Showing 2 changed files with 812 additions and 449 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"homepage": "https://github.com/stimulus-components/stimulus-popover",
"private": false,
"main": "dist/stimulus-popover.umd.js",
"module": "dist/stimulus-popover.es.js",
"module": "dist/stimulus-popover.mjs",
"scripts": {
"format": "prettier-standard '**/*.{ts,css,html}' --format",
"lint": "prettier-standard '**/*.{ts,css,html}' --lint",
Expand All @@ -28,15 +28,18 @@
"np": "np --no-2fa --no-test"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@babel/core": "7.20.7",
"@babel/plugin-syntax-class-properties": "7.12.13",
"@babel/preset-env": "^7.18.10",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@hotwired/stimulus": "^3.1.0",
"@hotwired/stimulus": "^3.2.1",
"autoprefixer": "^10.4.13",
"np": "^7.6.2",
"postcss": "^8.4.20",
"prettier-standard": "16.4.1",
"typescript": "^4.7.4",
"vite": "^2.3.6"
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.0.3"
},
"peerDependencies": {
"@hotwired/stimulus": "^3.1.0"
Expand Down
Loading

0 comments on commit 4b5773f

Please sign in to comment.