Skip to content

Commit

Permalink
Move devDependencies to root
Browse files Browse the repository at this point in the history
This helps with issues I ran in to surrounding @parcel/transformer-typescript-types
and is mentioned here:
missive#600
  • Loading branch information
jwhitham-ds committed Aug 12, 2022
1 parent 8516656 commit 08fda3d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 19 deletions.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,20 @@
"devDependencies": {
"@babel/core": "7.18.9",
"@babel/plugin-transform-modules-commonjs": "7.18.6",
"@parcel/packager-ts": "2.5.0",
"@parcel/transformer-inline-string": "2.5.0",
"@parcel/transformer-sass": "2.5.0",
"@parcel/transformer-typescript-tsc": "2.5.0",
"@parcel/transformer-typescript-types": "2.5.0",
"autoprefixer": "10.4.4",
"is-emoji-supported": "0.0.5",
"jest": "28.0.0",
"jest-environment-jsdom": "28.0.0",
"parcel": "2.5.0",
"postcss": "8.4.13",
"preact": "10.6.4",
"prettier": "2.5.1",
"typescript": "^4.5.5"
"typescript": "4.6.4"
},
"prettier": {
"semi": false,
Expand Down
13 changes: 0 additions & 13 deletions packages/emoji-mart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,6 @@
"prepublishOnly": "yarn build",
"check": "tsc --noEmit"
},
"devDependencies": {
"@parcel/transformer-typescript-types": "2.5.0",
"@parcel/transformer-inline-string": "2.5.0",
"@parcel/transformer-typescript-tsc": "2.5.0",
"@parcel/transformer-sass": "2.5.0",
"autoprefixer": "10.4.4",
"is-emoji-supported": "0.0.5",
"parcel": "2.5.0",
"preact": "10.6.4",
"@parcel/packager-ts": "2.5.0",
"postcss": "8.4.13",
"typescript": "4.6.4"
},
"alias": {
"react": "preact/compat",
"react-dom/test-utils": "preact/test-utils",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3995,11 +3995,6 @@ typescript@4.6.4:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==

typescript@^4.5.5:
version "4.6.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==

unicode-emoji-json@0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/unicode-emoji-json/-/unicode-emoji-json-0.3.1.tgz#495ddf9a3483da91d25a1a4817249f4b3a5ab03f"
Expand Down

0 comments on commit 08fda3d

Please sign in to comment.