Skip to content

Commit

Permalink
fix: update dependency vanilla-picker and update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Mar 27, 2024
1 parent 974ab96 commit b0ba13f
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 81 deletions.
148 changes: 74 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@
"svelte-awesome": "^3.3.1",
"svelte-select": "^5.8.3",
"svelte-simple-modal": "^1.6.2",
"vanilla-picker": "^2.12.2"
"vanilla-picker": "^2.12.3"
},
"devDependencies": {
"@babel/core": "7.24.1",
"@babel/preset-env": "7.24.1",
"@babel/core": "7.24.3",
"@babel/preset-env": "7.24.3",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@rollup/plugin-babel": "6.0.4",
Expand All @@ -125,8 +125,8 @@
"@types/expect": "24.3.0",
"@types/jmespath": "0.15.2",
"@types/lodash-es": "4.17.12",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@vitest/coverage-v8": "1.4.0",
"cpy-cli": "5.0.0",
"del-cli": "5.1.0",
Expand All @@ -146,8 +146,8 @@
"standard-version": "9.5.0",
"svelte-check": "3.6.8",
"svelte-preprocess": "5.1.3",
"typescript": "5.4.2",
"vite": "5.2.0",
"typescript": "5.4.3",
"vite": "5.2.6",
"vitest": "1.4.0"
}
}

0 comments on commit b0ba13f

Please sign in to comment.