Skip to content

Commit

Permalink
fix: updated dependencies (#508)
Browse files Browse the repository at this point in the history
* fix(dependencies): updated dependencies

* fix(dependencies): added changeset
  • Loading branch information
vivek-p44 authored Nov 22, 2023
1 parent 7437218 commit c02fc94
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions .changeset/kind-teachers-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'storybook': patch
'website': patch
'@project44-manifest/css': patch
'@project44-manifest/design-tokens': patch
'@project44-manifest/react': patch
'@project44-manifest/react-icons': patch
'@project44-manifest/react-styles': patch
'@project44-manifest/react-types': patch
'@project44-manifest/theme': patch
---

Updated dependencies to their proper categories
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,19 @@
"version": "yarn changeset version && yarn install --mode=update-lockfile"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"packageManager": "yarn@3.3.1",
"engines": {
"node": "18.16.1"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.4",
"@changesets/cli": "^2.22.0",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@faker-js/faker": "^7.6.0",
"@percy/cli": "^1.16.0",
"@percy/storybook": "^4.3.4",
"@swc/core": "^1.3.59",
Expand Down Expand Up @@ -58,20 +67,11 @@
"lint-staged": "^13.0.4",
"packemon": "^2.4.1",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^4.1.2",
"svgo": "^3.0.2",
"ts-node": "^10.9.1",
"turbo": "^1.9.9",
"typescript": "4.7.4",
"yargs": "^17.7.1"
},
"packageManager": "yarn@3.3.1",
"engines": {
"node": "18.16.1"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0"
}
}

0 comments on commit c02fc94

Please sign in to comment.