Skip to content

Commit

Permalink
clean up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Mar 5, 2023
1 parent 0b44b9d commit 2b268b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"clean": "rimraf public/ .greenwood/ ./storybook-static"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@esm-bundle/chai": "^4.3.4",
"@greenwood/cli": "~0.27.0",
"@greenwood/plugin-postcss": "~0.27.0",
Expand All @@ -43,7 +42,6 @@
"@web/test-runner-junit-reporter": "^0.4.4",
"@web/test-runner-puppeteer": "^0.10.0",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.2.5",
"eslint": "^8.23.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"http-server": "^14.1.1",
Expand Down
16 changes: 3 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
json5 "^2.2.2"
semver "^6.3.0"

"@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.17.9", "@babel/core@^7.18.13":
"@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.17.9":
version "7.18.13"
resolved "https://registry.npmjs.org/@babel/core/-/core-7.18.13.tgz"
integrity sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==
Expand Down Expand Up @@ -3627,16 +3627,6 @@ babel-core@^7.0.0-bridge.0:
find-cache-dir "^3.3.2"
schema-utils "^4.0.0"

babel-loader@^8.2.5:
version "8.2.5"
resolved "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz"
integrity sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==
dependencies:
find-cache-dir "^3.3.1"
loader-utils "^2.0.0"
make-dir "^3.1.0"
schema-utils "^2.6.5"

babel-plugin-bundled-import-meta@^0.3.1:
version "0.3.2"
resolved "https://registry.yarnpkg.com/babel-plugin-bundled-import-meta/-/babel-plugin-bundled-import-meta-0.3.2.tgz#b99ebc651888030a668fb6660bb1c933020625e0"
Expand Down Expand Up @@ -5334,7 +5324,7 @@ find-cache-dir@^2.0.0:
make-dir "^2.0.0"
pkg-dir "^3.0.0"

find-cache-dir@^3.0.0, find-cache-dir@^3.3.1, find-cache-dir@^3.3.2:
find-cache-dir@^3.0.0, find-cache-dir@^3.3.2:
version "3.3.2"
resolved "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz"
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
Expand Down Expand Up @@ -7072,7 +7062,7 @@ make-dir@^2.0.0, make-dir@^2.1.0:
pify "^4.0.1"
semver "^5.6.0"

make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0:
make-dir@^3.0.0, make-dir@^3.0.2:
version "3.1.0"
resolved "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz"
integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==
Expand Down

0 comments on commit 2b268b4

Please sign in to comment.