Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@faker-js/faker": "^9.9.0",
"@knocklabs/node": "^1.11.2",
"@knocklabs/react": "workspace:^",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2533,9 +2533,9 @@ __metadata:
languageName: node
linkType: hard

"@emotion/styled@npm:^11.14.0":
version: 11.14.0
resolution: "@emotion/styled@npm:11.14.0"
"@emotion/styled@npm:^11.14.1":
version: 11.14.1
resolution: "@emotion/styled@npm:11.14.1"
dependencies:
"@babel/runtime": "npm:^7.18.3"
"@emotion/babel-plugin": "npm:^11.13.5"
Expand All @@ -2549,7 +2549,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10c0/20aa5c488e4edecf63659212fc5ba1ccff2d3a66593fc8461de7cd5fe9192a741db357ffcd270a455bd61898d7f37cd5c84b4fd2b7974dade712badf7860ca9c
checksum: 10c0/2bbf8451df49c967e41fbcf8111a7f6dafe6757f0cc113f2f6e287206c45ac1d54dc8a95a483b7c0cee8614b8a8d08155bded6453d6721de1f8cc8d5b9216963
languageName: node
linkType: hard

Expand Down Expand Up @@ -15640,7 +15640,7 @@ __metadata:
resolution: "nextjs-example@workspace:examples/nextjs-example"
dependencies:
"@emotion/react": "npm:^11.14.0"
"@emotion/styled": "npm:^11.14.0"
"@emotion/styled": "npm:^11.14.1"
"@faker-js/faker": "npm:^9.9.0"
"@knocklabs/eslint-config": "workspace:^"
"@knocklabs/node": "npm:^1.11.2"
Expand Down
Loading