Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: update dependencies #1493

Draft
wants to merge 24 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
fdac0a1
refactor: updated commander dependency
mfranzke Mar 12, 2023
712f325
Merge branch 'dev' into refactor-updated-dependencies
mfranzke Mar 12, 2023
c693218
refactor: updated fs-extra dependency
mfranzke Mar 12, 2023
b7204d4
Merge branch 'refactor-updated-dependencies' of https://github.com/pa…
mfranzke Mar 12, 2023
f883ec5
refactor: updated cosmiconfig dependency
mfranzke Mar 12, 2023
e78833e
refactor: updated glob dependency
mfranzke Mar 12, 2023
af8c8c9
refactor: updated supertest dependency
mfranzke Mar 12, 2023
e0d3f89
refactor: updated mocha dependency
mfranzke Mar 12, 2023
6ac39e8
refactor: updated preact-render-to-string
mfranzke Apr 1, 2023
01c3754
refactor: updated minimist dependency
mfranzke Apr 1, 2023
79810ab
refactor: updated fs-extra dependency
mfranzke Apr 1, 2023
4f39865
refactor: updated jshint dependency
mfranzke Apr 1, 2023
d54421e
refactor: updated http-auth dependency
mfranzke Apr 1, 2023
6ac12d3
refactor: updated glob dependency
mfranzke Apr 1, 2023
287f1cc
refactor: updated jsdoc-to-markdown dependency
mfranzke Apr 1, 2023
6fb2c6b
refactor: updated markdown-it dependency
mfranzke Apr 1, 2023
5a0ec0a
refactor: updated rewire dependency
mfranzke Apr 1, 2023
cb6bd27
refactor: updated event-stream dependency
mfranzke Apr 2, 2023
4c52d27
refactor: updated @reach/visually-hidden dependency
mfranzke Apr 2, 2023
c0bb7b8
refactor: updated archiver dependency
mfranzke Apr 2, 2023
228ea62
refactor: updated deepmerge dependency
mfranzke Apr 2, 2023
9d045ef
chore: slightly updated webpack
mfranzke Apr 23, 2023
ca7d101
Merge branch 'dev' into refactor-updated-dependencies
mfranzke May 29, 2023
7d13c9d
chore: updated lock file
mfranzke May 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: updated minimist dependency
  • Loading branch information
mfranzke committed Apr 1, 2023
commit 01c3754c2367ec74130ca28ca062d20c776bedf3
2 changes: 1 addition & 1 deletion packages/development-edition-engine-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@pattern-lab/engine-react": "^6.0.0",
"@pattern-lab/uikit-workshop": "^6.0.3",
"gulp": "4.0.2",
"minimist": "^1.2.5",
"minimist": "^1.2.8",
"react": "16.2.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/edition-node-gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@pattern-lab/engine-mustache": "^6.0.0",
"@pattern-lab/uikit-workshop": "^6.0.3",
"gulp": "4.0.2",
"minimist": "1.2.5"
"minimist": "1.2.8"
},
"keywords": [
"Pattern Lab",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11019,10 +11019,10 @@ minimist-options@^3.0.1:
arrify "^1.0.1"
is-plain-obj "^1.1.0"

[email protected].5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
[email protected].8, minimist@^1.2.8:
version "1.2.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==

minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
version "1.2.7"
Expand Down