Skip to content

Commit

Permalink
Updated dependencies (#60)
Browse files Browse the repository at this point in the history
Co-authored-by: Rogin Farrer <[email protected]>
  • Loading branch information
roginfarrer and Rogin Farrer authored Sep 2, 2022
1 parent d60c450 commit 12379b1
Show file tree
Hide file tree
Showing 4 changed files with 759 additions and 1,458 deletions.
18 changes: 9 additions & 9 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"@vanilla-extract/css": "1.7.3",
"@vanilla-extract/dynamic": "2.0.2",
"@vanilla-extract/next-plugin": "2.0.2",
"next": "12.1.5",
"next": "12.2.5",
"rainbow-sprinkles": "workspace:*",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"webpack": "5.74.0"
},
"devDependencies": {
"@types/node": "17.0.45",
"@types/react": "17.0.48",
"@types/react-dom": "17.0.17",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"@types/node": "18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"next-transpile-modules": "9.0.0",
"polished": "4.2.2",
"typescript": "4.7.4"
"typescript": "4.8.2"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"@babel/preset-typescript": "7.18.6",
"@changesets/cli": "2.24.4",
"@preconstruct/cli": "2.2.1",
"@types/jest": "29.0.0",
"@types/jest": "28.1.8",
"@types/lodash.merge": "4.6.7",
"@types/node": "18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@vanilla-extract/babel-plugin": "1.1.7",
"concurrently": "7.3.0",
"jest": "29.0.1",
"jest": "28.1.3",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/rainbow-sprinkles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"test": "pnpm -w test"
},
"devDependencies": {
"@types/jest": "29.0.0",
"@vanilla-extract/css": "1.7.3",
"@vanilla-extract/dynamic": "2.0.2",
"@types/jest": "27.5.2",
"jest": "27.5.1"
"jest": "29.0.1"
},
"peerDependencies": {
"@vanilla-extract/css": "^1",
Expand Down
Loading

0 comments on commit 12379b1

Please sign in to comment.