Skip to content

Commit

Permalink
Bump lock
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Nov 20, 2024
1 parent 6770b19 commit f700719
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"require": "./dist/togeojson.cjs",
"default": "./dist/togeojson.es.mjs"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"test": "vitest run",
"lint": "biome check",
Expand All @@ -37,6 +39,7 @@
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-terser": "^7.0.2",
"standard-version": "^9.5.0",
"tslib": "^2.8.1",
"typedoc": "^0.22.17",
"typescript": "^4.7.4",
"vitest": "^0.25.2"
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1944,6 +1944,11 @@ trim-newlines@^3.0.0:
resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz"
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==

tslib@^2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==

type-detect@^4.0.0, type-detect@^4.0.5:
version "4.0.8"
resolved "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz"
Expand Down

0 comments on commit f700719

Please sign in to comment.