Skip to content

Commit

Permalink
fix(deps): fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutride committed Dec 21, 2022
1 parent 6da8cf7 commit e09ce82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/footer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "jest"
},
"dependencies": {
"@patternfly-labs/sub-footer": "*",
"@patternfly-labs/sub-footer": "0.0.0",
"@testing-library/react": "13.3.0",
"@types/jest": "^27.0.3",
"@types/react": "^17.0.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/remixapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@remix-run/serve": "^1.5.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"@patternfly-labs/header": "*",
"@patternfly-labs/footer": "*"
"@patternfly-labs/header": "0.0.2",
"@patternfly-labs/footer": "0.0.1-alpha.2"
},
"devDependencies": {
"@remix-run/dev": "^1.5.1",
Expand Down
16 changes: 0 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2441,22 +2441,6 @@
node-addon-api "^3.2.1"
node-gyp-build "^4.3.0"

"@patternfly-labs/footer@*":
version "0.0.1-alpha.2"
dependencies:
"@patternfly-labs/sub-footer" "*"
"@testing-library/react" "13.3.0"
"@types/jest" "^27.0.3"
"@types/react" "^17.0.14"
jest "^27.4.3"
react "18.1.0"
react-dom "18.1.0"
rollup "^2.60.2"
rollup-plugin-typescript2 "^0.31.1"
ts-jest "^27.1.1"
tslib "^2.3.1"
typescript "^4.5.2"

"@phenomnomnominal/[email protected]":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@phenomnomnominal/tsquery/-/tsquery-4.1.1.tgz#42971b83590e9d853d024ddb04a18085a36518df"
Expand Down

0 comments on commit e09ce82

Please sign in to comment.