Skip to content

Commit

Permalink
update deps (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Mar 8, 2024
1 parent 4f54dbe commit 0759fd3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0-0 || ^9.0.0-0",
"svelte": "^3.37.0 || ^4.0.0 || ^5.0.0-next.68"
"svelte": "^3.37.0 || ^4.0.0 || ^5.0.0-next.73"
},
"peerDependenciesMeta": {
"svelte": {
Expand Down Expand Up @@ -110,13 +110,13 @@
"@types/markdown-it-container": "^2.0.9",
"@types/markdown-it-emoji": "^2.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.24",
"@types/node": "^20.11.25",
"@types/postcss-safe-parser": "^5.0.4",
"@types/prismjs": "^1.26.3",
"@types/semver": "^7.5.8",
"@types/stylus": "^0.48.42",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript/vfs": "^1.5.0",
"acorn": "^8.11.3",
"assert": "^2.1.0",
Expand Down Expand Up @@ -166,15 +166,15 @@
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"stylus": "^0.63.0",
"svelte": "^5.0.0-next.70",
"svelte": "^5.0.0-next.73",
"svelte-adapter-ghpages": "0.2.2",
"svelte-i18n": "^4.0.0",
"tslib": "^2.6.2",
"type-coverage": "^2.27.1",
"typescript": "~5.4.0",
"vite": "^5.1.4",
"vite": "^5.1.5",
"vite-plugin-svelte-md": "^0.1.7",
"yaml": "^2.4.0"
"yaml": "^2.4.1"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- message: Empty block(empty-block)
line: 2
column: 30
suggestions: null
- message: 'A11y: noninteractive element cannot have nonnegative tabIndex
value(a11y-no-noninteractive-tabindex)'
line: 5
Expand Down Expand Up @@ -28,6 +32,10 @@
line: 10
column: 3
suggestions: null
- message: Empty block(empty-block)
line: 14
column: 30
suggestions: null
- message: 'A11y: noninteractive element cannot have nonnegative tabIndex
value(a11y-no-noninteractive-tabindex)'
line: 17
Expand Down

0 comments on commit 0759fd3

Please sign in to comment.