Skip to content

Commit

Permalink
LPD-24074 - Update npm-scripts to fix types issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus authored and brianchandotcom committed Jun 5, 2024
1 parent 3c90415 commit b27e4b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion modules/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@liferay/eslint-plugin": "1.5.0",
"@liferay/npm-scripts": "51.0.1",
"@liferay/npm-scripts": "51.0.2",
"@types/ckeditor4": "4.16.2",
"@types/codemirror": "^5.60.5",
"@types/react-router-dom": "^5.3.3",
Expand Down
25 changes: 9 additions & 16 deletions modules/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2082,10 +2082,10 @@
xml-js "^1.6.8"
yargs "^14.0.0"

"@liferay/[email protected].1":
version "51.0.1"
resolved "https://registry.yarnpkg.com/@liferay/npm-scripts/-/npm-scripts-51.0.1.tgz#7dafbef73f4088a09b003cc66991311552c672cc"
integrity sha512-HIFdh2q8EJuU/C/ape/HoLAkcz4mznUw/oNqMMwFptrMRZS2xnQelU4peCOLaJjG824jt5u8DB0EUkbwY5GIqQ==
"@liferay/[email protected].2":
version "51.0.2"
resolved "https://registry.yarnpkg.com/@liferay/npm-scripts/-/npm-scripts-51.0.2.tgz#adfc5242d32e57fff9370c39c164f1f5a60d6d6e"
integrity sha512-RZ2+anOfiIsp9N2mJKlHUYUgndky0SrUR6M6tnLH8PBF8KOtTq/OmWOQISTod/EGSGnagdhMvY118g0fR4hwOA==
dependencies:
"@babel/cli" "^7.2.3"
"@babel/core" "^7.8.3"
Expand Down Expand Up @@ -2147,13 +2147,6 @@
webpack-cli "^4.2.0"
webpack-dev-server "^3.11.0"

"@liferay/prettier-plugin@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@liferay/prettier-plugin/-/prettier-plugin-1.1.3.tgz#c04d522273a7dfa11d73c192ad6859f04f6defa4"
integrity sha512-M6hMC1h/Jz4Uu2/fX6oLVe2fRi75Y1C8HAwwvjVhPYb8O8LBPbz0Hd0gS3dhWVzmVBILWejBo6Uuh4vWb3krMQ==
dependencies:
prettier "3.2.5"

"@n1ru4l/graphql-live-query@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@n1ru4l/graphql-live-query/-/graphql-live-query-0.9.0.tgz#defaebdd31f625bee49e6745934f36312532b2bc"
Expand Down Expand Up @@ -12196,16 +12189,16 @@ preserve@^0.2.0:
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=

[email protected], prettier@^3.2.5:
version "3.2.5"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"
integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==

prettier@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2.tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5"
integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==

prettier@^3.2.5:
version "3.2.5"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"
integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==

pretty-error@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-4.0.0.tgz#90a703f46dd7234adb46d0f84823e9d1cb8f10d6"
Expand Down

0 comments on commit b27e4b7

Please sign in to comment.