Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Feb 25, 2024
1 parent c06f1a6 commit 77d3451
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 100 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
diff --git a/index.d.ts b/index.d.ts
index 4bf09a1cb272e4ff28334dd524057afdc36980e7..580b2ac4021d8d4ba75883578304364f37e2d044 100644
index ffcc933bf7a5697511fb342463271bd69ec67a07..580b2ac4021d8d4ba75883578304364f37e2d044 100644
--- a/index.d.ts
+++ b/index.d.ts
@@ -1,2 +1,2 @@
-export { ReadOnlyPropertiesMixin } from './src/read-only-properties-mixin';
-export { spread, spreadEvents, spreadProps } from './src/spread';
\ No newline at end of file
+export { ReadOnlyPropertiesMixin } from './src/read-only-properties-mixin.js';
+export { spread, spreadEvents, spreadProps } from './src/spread.js';
export { spread, spreadEvents, spreadProps } from './src/spread.js';
\ No newline at end of file
diff --git a/src/spread.d.ts b/src/spread.d.ts
index e93e5cc5dcfe4af6d505cd38ae2af12f4ecf49ae..e44fdbe19b2cc0e7a601a56bea7be0918835825b 100644
index e1db538b0b1657744816cd64129838e692770a11..d4eb0fb795389c6d9d52af02aa6fb1d46d284ae2 100644
--- a/src/spread.d.ts
+++ b/src/spread.d.ts
@@ -40,7 +40,7 @@ export declare class SpreadPropsDirective extends AsyncDirective {
Expand Down
2 changes: 1 addition & 1 deletion UPGRADING-TO-V4.md
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@sapphire/eslint-config": "^5.0.3",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-lit": "^1.11.0",
Expand All @@ -53,7 +53,7 @@
"resolutions": {
"ansi-regex": "^5.0.1",
"minimist": "^1.2.8",
"@open-wc/lit-helpers@^0.6.0": "patch:@open-wc/lit-helpers@npm%3A0.6.0#./.yarn/patches/@open-wc-lit-helpers-npm-0.6.0-e1a0ad9b21.patch"
"@open-wc/lit-helpers@^0.7.0": "patch:@open-wc/lit-helpers@npm%3A0.7.0#~/.yarn/patches/@open-wc-lit-helpers-npm-0.7.0-1922d4c01f.patch"
},
"commitlint": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@
},
"dependencies": {
"@lit/context": "^1.1.0",
"@open-wc/lit-helpers": "^0.6.0",
"@open-wc/lit-helpers": "^0.7.0",
"lit": "^3.1.2"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.9.2",
"@web/dev-server": "^0.4.2",
"@web/dev-server": "^0.4.3",
"concurrently": "^8.2.2",
"ts-lit-plugin": "^2.0.2",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react": "^18.2.58",
"colorette": "^2.0.20",
"rimraf": "^5.0.5",
"tsup": "^8.0.2",
Expand Down

0 comments on commit 77d3451

Please sign in to comment.