Skip to content

Commit

Permalink
build: update dependencies (#497)
Browse files Browse the repository at this point in the history
* build: update dependencies

* build: update dependencies
  • Loading branch information
Kikobeats authored Dec 20, 2024
1 parent d586d8b commit 7a1193d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 24 deletions.
37 changes: 18 additions & 19 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,38 +28,37 @@
"share"
],
"dependencies": {
"@emotion/react": "~11.11.0",
"@emotion/react": "~11.14.0",
"@kikobeats/use-query-state": "1.2.2",
"@microlink/mql": "~0.12.1",
"@microlink/react": "~5.5.12",
"@microlink/react-json-view": "~1.23.0",
"@microlink/mql": "~0.13.12",
"@microlink/react": "~5.5.22",
"@microlink/react-json-view": "~1.23.4",
"@monaco-editor/react": "~4.6.0",
"@snackbar/core": "~1.7.0",
"babel-plugin-macros": "~3.1.0",
"cycled": "~2.0.0",
"deep-object-diff": "~1.1.9",
"framer-motion": "~11.0.2",
"framer-motion": "~11.15.0",
"lz-ts": "~1.1.2",
"monaco-themes": "~0.4.3",
"next": "14.2.10",
"polished": "~4.3.0",
"prettier": "~2.8.3",
"react": "~18.2.0",
"react-aspect-ratio": "~1.1.4",
"react-dom": "~18.2.0",
"react-live": "~4.1.3",
"react-select": "~5.8.0",
"react-tabs": "~6.0.0",
"styled-components": "~6.1.1",
"theme-ui": "~0.16.0",
"throttle-debounce": "~5.0.0",
"monaco-themes": "~0.4.4",
"next": "15.1.2",
"polished": "~4.3.1",
"prettier": "2",
"react": "~19.0.0",
"react-aspect-ratio": "~1.1.9",
"react-dom": "~19.0.0",
"react-live": "~4.1.8",
"react-select": "~5.9.0",
"react-tabs": "~6.1.0",
"styled-components": "~6.1.13",
"theme-ui": "~0.17.1",
"throttle-debounce": "~5.0.2",
"tickedoff": "~1.0.2"
},
"devDependencies": {
"babel-plugin-styled-components": "latest",
"debug-logfmt": "latest",
"download": "latest",
"eslint": "8",
"eslint-config-next": "latest",
"make-dir": "latest",
"next-sitemap": "latest"
Expand Down
4 changes: 2 additions & 2 deletions packages/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"share"
],
"dependencies": {
"@microlink/mql": "~0.12.1",
"debug-logfmt": "~1.0.4",
"@microlink/mql": "~0.13.12",
"debug-logfmt": "~1.2.3",
"dlv": "~1.1.3",
"make-dir": "~3.1.0",
"p-all": "~3.0.0"
Expand Down
4 changes: 1 addition & 3 deletions packages/npm/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ const pipeline = promisify(stream.pipeline)
const takeScreenshot = async (url, mqlOpts) => {
const { data } = await mql(url, {
adblock: false,
element: '#screenshot',
meta: false,
screenshot: true,
screenshot: { element: '#screenshot' },
...mqlOpts
})
return data.screenshot.url
Expand Down

0 comments on commit 7a1193d

Please sign in to comment.