Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebriday committed Jun 1, 2023
1 parent 123f81e commit 14f25ae
Show file tree
Hide file tree
Showing 2 changed files with 2,677 additions and 1,616 deletions.
29 changes: 16 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"license": "MIT",
"homepage": "https://github.com/stimulus-components/stimulus-reveal-controller",
"private": false,
"engines": {
"node": "18"
},
"main": "dist/stimulus-reveal-controller.umd.js",
"module": "dist/stimulus-reveal-controller.mjs",
"scripts": {
Expand All @@ -20,24 +23,24 @@
"np": "np --no-2fa"
},
"devDependencies": {
"@babel/core": "7.20.7",
"@babel/core": "7.22.1",
"@babel/plugin-syntax-class-properties": "7.12.13",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/preset-env": "^7.22.4",
"@babel/preset-typescript": "^7.21.5",
"@hotwired/stimulus": "^3.2.1",
"@types/jest": "^29.2.4",
"autoprefixer": "^10.4.13",
"babel-jest": "^29.3.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"@types/jest": "^29.5.2",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"mutationobserver-shim": "^0.3.7",
"np": "^7.6.2",
"postcss": "^8.4.20",
"np": "^8.0.2",
"postcss": "^8.4.24",
"prettier-standard": "16.4.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.0.3"
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"vite": "^4.3.9"
},
"peerDependencies": {
"@hotwired/stimulus": "^3.2.1"
Expand Down
Loading

0 comments on commit 14f25ae

Please sign in to comment.