Skip to content

Commit

Permalink
Update various package versions (#605)
Browse files Browse the repository at this point in the history
The version numbers for several dependencies and devDependencies have been updated in the package.json and stimulus/assets/package.json files. Major changes include updates to "@rollup/plugin-commonjs", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-plugin-jest", "rollup", and "@simplewebauthn/browser".
  • Loading branch information
Spomky authored Jun 30, 2024
1 parent 46f67f9 commit f882b4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.15.8",
"@babel/preset-typescript": "^7.15.8",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-commonjs": "^26.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@symfony/stimulus-testing": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.14.0",
"@typescript-eslint/parser": "^7.14.0",
"babel-jest": "^29.0",
"clean-css-cli": "^5.6.2",
"eslint": "^8.1.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.0.0",
"eslint-plugin-jest": "^28.6.0",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.0",
"prettier": "^3.0.0",
"rollup": "^3.7.0",
"rollup": "^4.18.0",
"tslib": "^2.3.1",
"typescript": "^5.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions src/stimulus/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
},
"importmap": {
"@hotwired/stimulus": "^3.0.0",
"@simplewebauthn/browser": "^7.0.0"
"@simplewebauthn/browser": "^10.0.0"
}
},
"peerDependencies": {
"@hotwired/stimulus": "^3.0.0",
"@simplewebauthn/browser": "^8.0.0"
"@simplewebauthn/browser": "^10.0.0"
},
"devDependencies": {
"@hotwired/stimulus": "^3.0.0",
"@simplewebauthn/browser": "^8.0.0"
"@simplewebauthn/browser": "^10.0.0"
}
}

0 comments on commit f882b4a

Please sign in to comment.