Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Upgrade ESLint to v9.x and update dependencies #297

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 8, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update dependencies and devDependencies
@rollup/plugin-commonjs      ^28.0.1  →  ^28.0.2
@rollup/plugin-node-resolve  ^15.3.0  →  ^16.0.0
@rollup/plugin-typescript    ^12.1.1  →  ^12.1.2
rollup                       ^4.24.2  →  ^4.30.1
typescript                    ^5.6.3  →   ^5.7.2
vue                          ^3.5.12  →  ^3.5.13
  • Loading branch information
mrholek committed Jan 8, 2025
commit 9eb188014652f1c912900539e2aa3145f5123edc
12 changes: 6 additions & 6 deletions 12 packages/coreui-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@
"@popperjs/core": "^2.11.8"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@types/jest": "^29.5.14",
"@vue/test-utils": "^2.4.6",
"@vue/vue3-jest": "29.2.6",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rollup": "^4.24.2",
"rollup": "^4.30.1",
"rollup-plugin-vue": "^6.0.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"vue": "^3.5.12",
"typescript": "^5.7.2",
"vue": "^3.5.13",
"vue-types": "^5.1.3"
},
"peerDependencies": {
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.