Skip to content

Commit

Permalink
Merge branch 'main' into pnpm_workspaces-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens authored Oct 23, 2023
2 parents 4a64956 + 3745be1 commit 96d6f44
Show file tree
Hide file tree
Showing 4 changed files with 1,546 additions and 1,516 deletions.
2 changes: 1 addition & 1 deletion design-system/packages/modals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@types/react": "^18.0.9",
"@types/react-transition-group": "4.4.6"
"@types/react-transition-group": "4.4.8"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@markdoc/markdoc": "^0.3.0",
"@preconstruct/next": "^4.0.0",
"@sindresorhus/slugify": "^1.1.2",
"@types/babel__core": "7.20.2",
"@types/babel__core": "7.20.3",
"@types/facepaint": "^1.2.2",
"@types/gtag.js": "^0.0.16",
"@types/gtag.js": "^0.0.17",
"@types/js-yaml": "^4.0.5",
"@types/markdown-it": "^13.0.0",
"@types/react": "^18.0.9",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.6",
"@types/rss": "^0.0.30",
"@types/rss": "^0.0.31",
"next-sitemap": "^4.0.0",
"start-server-and-test": "^2.0.0",
"typescript": "~5.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,15 +249,15 @@
},
"devDependencies": {
"@keystone-6/core": "workspace:*",
"@types/apollo-upload-client": "17.0.3",
"@types/apollo-upload-client": "17.0.4",
"@types/bcryptjs": "^2.4.2",
"@types/body-parser": "^1.19.2",
"@types/bytes": "^3.1.1",
"@types/cookie": "^0.5.0",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.14",
"@types/fs-extra": "^11.0.0",
"@types/pluralize": "^0.0.31",
"@types/pluralize": "^0.0.32",
"@types/prompts": "^2.0.14",
"@types/react": "^18.0.9",
"@types/resolve": "^1.20.2",
Expand Down
Loading

0 comments on commit 96d6f44

Please sign in to comment.