Skip to content

Commit

Permalink
optimize correct coincident entrypoint and remove patch
Browse files Browse the repository at this point in the history
also remove other not used patches
  • Loading branch information
logotip4ik committed Oct 20, 2024
1 parent b17b9fb commit 3df05df
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 346 deletions.
32 changes: 0 additions & 32 deletions .yarn/patches/@nuxtjs-fontaine-npm-0.4.1-7794318bb4.patch

This file was deleted.

168 changes: 0 additions & 168 deletions .yarn/patches/@vue-shared-npm-3.4.19-adf9fa6e28.patch

This file was deleted.

44 changes: 0 additions & 44 deletions .yarn/patches/coincident-npm-1.1.0-02cde43e6f.patch

This file was deleted.

76 changes: 0 additions & 76 deletions .yarn/patches/coincident-npm-1.2.2-c8ea01ebb8.patch

This file was deleted.

12 changes: 0 additions & 12 deletions .yarn/patches/coincident-npm-2.2.3-ab8197d8c7.patch

This file was deleted.

3 changes: 2 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,9 @@ export default defineNuxtConfig({
optimizeDeps: {
include: [
'mitt',
'coincident/main',
'coincident/worker',
'idb-keyval',
'coincident',
'perfect-debounce',
'cookie-es',
'escape-string-regexp',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
"nitropack": "patch:nitropack@npm%3Alatest#~/.yarn/patches/nitropack-npm-2.9.7-922be454d1.patch",
"nuxt": "patch:nuxt@npm%3A3.13.2#~/.yarn/patches/nuxt-npm-3.13.2-017e03886b.patch",
"tinykeys": "patch:tinykeys@npm%3A2.1.0#./.yarn/patches/tinykeys-npm-2.1.0-819feeaed0.patch",
"coincident": "patch:coincident@npm%3A2.2.3#~/.yarn/patches/coincident-npm-2.2.3-ab8197d8c7.patch",
"sabayon": "patch:sabayon@npm%3Alatest#~/.yarn/patches/sabayon-npm-0.5.2-f93f65a00f.patch",
"type-fest": "^4.26.1"
},
Expand Down
13 changes: 1 addition & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5956,7 +5956,7 @@ __metadata:
languageName: node
linkType: hard

"coincident@npm:2.2.3":
"coincident@npm:^2.2.3":
version: 2.2.3
resolution: "coincident@npm:2.2.3"
dependencies:
Expand All @@ -5967,17 +5967,6 @@ __metadata:
languageName: node
linkType: hard

"coincident@patch:coincident@npm%3A2.2.3#~/.yarn/patches/coincident-npm-2.2.3-ab8197d8c7.patch":
version: 2.2.3
resolution: "coincident@patch:coincident@npm%3A2.2.3#~/.yarn/patches/coincident-npm-2.2.3-ab8197d8c7.patch::version=2.2.3&hash=c7375d"
dependencies:
gc-hook: "npm:^0.4.1"
js-proxy: "npm:^0.5.1"
sabayon: "npm:^0.5.2"
checksum: 10/b9cfb6a52a315309aedce03e9b0d71cc72651f2fc2ac102e2a58d7f094b2696b3687b0acda286210a4e0e54d0c7de899a756867fbeb37d0e688090de8af81f4b
languageName: node
linkType: hard

"color-convert@npm:^1.9.0":
version: 1.9.3
resolution: "color-convert@npm:1.9.3"
Expand Down

0 comments on commit 3df05df

Please sign in to comment.