Merge pull request #3438 from freesewing/dependencies
chore: Dependency updates
This commit is contained in:
commit
d7292360b8
8 changed files with 575 additions and 405 deletions
|
@ -151,7 +151,7 @@ plugintest:
|
|||
rehype-jargon:
|
||||
_:
|
||||
'unist-util-visit': &unist-util-visit '4.1.1'
|
||||
'hast-util-from-html': '1.0.0'
|
||||
'hast-util-from-html': '1.0.1'
|
||||
rehype-highlight-lines:
|
||||
_:
|
||||
'unist-util-remove': '3.1.0'
|
||||
|
@ -203,7 +203,7 @@ yuri:
|
|||
backend:
|
||||
_:
|
||||
'@aws-sdk/client-sesv2': '3.241.0'
|
||||
'@prisma/client': &prisma '4.8.0'
|
||||
'@prisma/client': &prisma '4.8.1'
|
||||
'bcryptjs': '2.4.3'
|
||||
'cors': '2.8.5'
|
||||
'crypto': '1.0.1'
|
||||
|
@ -222,7 +222,7 @@ backend:
|
|||
dev:
|
||||
'chai': *chai
|
||||
'chai-http': '4.3.0'
|
||||
'esbuild': '0.16.14'
|
||||
'esbuild': '0.17.00'
|
||||
'mocha': *mocha
|
||||
'mocha-steps': '1.3.0'
|
||||
'nodemon': '2.0.20'
|
||||
|
@ -261,7 +261,7 @@ dev:
|
|||
'autoprefixer': '10.4.13'
|
||||
'eslint-config-next': *next
|
||||
'js-yaml': &jsYaml '4.1.0'
|
||||
'postcss': &postcss '8.4.20'
|
||||
'postcss': &postcss '8.4.21'
|
||||
'remark-extract-frontmatter': '3.2.0'
|
||||
'tailwindcss': &tailwindcss '3.2.4'
|
||||
'yaml-loader': '0.8.0'
|
||||
|
@ -286,16 +286,16 @@ lab:
|
|||
'd3-drag': '3.0.0'
|
||||
'd3-selection': '3.0.0'
|
||||
'daisyui': *daisyui
|
||||
'i18next': &i18next '22.4.8'
|
||||
'i18next': &i18next '22.4.9'
|
||||
'lodash.get': *_get
|
||||
'lodash.orderby': *_orderby
|
||||
'lodash.set': *_set
|
||||
'next': *next
|
||||
'next-i18next': &nextI18next '13.0.2'
|
||||
'next-i18next': &nextI18next '13.0.3'
|
||||
'react': *react
|
||||
'react-copy-to-clipboard': *reactCopyToClipboard
|
||||
'react-hotkeys-hook': *reactHotkeysHook
|
||||
'react-i18next': &reactI18next '12.1.1'
|
||||
'react-i18next': &reactI18next '12.1.4'
|
||||
'react-instantsearch-dom': *reactInstantsearchDom
|
||||
'react-markdown': *reactMarkdown
|
||||
'react-swipeable': *reactSwipeable
|
||||
|
@ -341,7 +341,7 @@ org:
|
|||
|
||||
sanity:
|
||||
_:
|
||||
'@sanity/vision': &sanity '3.1.2'
|
||||
'@sanity/vision': &sanity '3.2.3'
|
||||
'react': *react
|
||||
'react-dom': *react
|
||||
'react-is': *react
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"unist-util-visit": "4.1.1",
|
||||
"hast-util-from-html": "1.0.0"
|
||||
"hast-util-from-html": "1.0.1"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-sesv2": "3.241.0",
|
||||
"@prisma/client": "4.8.0",
|
||||
"@prisma/client": "4.8.1",
|
||||
"bcryptjs": "2.4.3",
|
||||
"cors": "2.8.5",
|
||||
"crypto": "1.0.1",
|
||||
|
@ -49,11 +49,11 @@
|
|||
"devDependencies": {
|
||||
"chai": "4.2.0",
|
||||
"chai-http": "4.3.0",
|
||||
"esbuild": "0.16.14",
|
||||
"esbuild": "0.17.00",
|
||||
"mocha": "10.0.0",
|
||||
"mocha-steps": "1.3.0",
|
||||
"nodemon": "2.0.20",
|
||||
"prisma": "4.8.0"
|
||||
"prisma": "4.8.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0",
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"autoprefixer": "10.4.13",
|
||||
"eslint-config-next": "13.1.1",
|
||||
"js-yaml": "4.1.0",
|
||||
"postcss": "8.4.20",
|
||||
"postcss": "8.4.21",
|
||||
"remark-extract-frontmatter": "3.2.0",
|
||||
"tailwindcss": "3.2.4",
|
||||
"yaml-loader": "0.8.0"
|
||||
|
|
|
@ -36,16 +36,16 @@
|
|||
"d3-drag": "3.0.0",
|
||||
"d3-selection": "3.0.0",
|
||||
"daisyui": "2.46.1",
|
||||
"i18next": "22.4.8",
|
||||
"i18next": "22.4.9",
|
||||
"lodash.get": "4.4.2",
|
||||
"lodash.orderby": "4.6.0",
|
||||
"lodash.set": "4.3.2",
|
||||
"next": "13.1.1",
|
||||
"next-i18next": "13.0.2",
|
||||
"next-i18next": "13.0.3",
|
||||
"react": "18.2.0",
|
||||
"react-copy-to-clipboard": "5.1.0",
|
||||
"react-hotkeys-hook": "4.3.2",
|
||||
"react-i18next": "12.1.1",
|
||||
"react-i18next": "12.1.4",
|
||||
"react-instantsearch-dom": "6.38.2",
|
||||
"react-markdown": "8.0.4",
|
||||
"react-swipeable": "7.0.0",
|
||||
|
@ -62,7 +62,7 @@
|
|||
"autoprefixer": "10.4.13",
|
||||
"eslint-config-next": "13.1.1",
|
||||
"js-yaml": "4.1.0",
|
||||
"postcss": "8.4.20",
|
||||
"postcss": "8.4.21",
|
||||
"remark-extract-frontmatter": "3.2.0",
|
||||
"tailwindcss": "3.2.4",
|
||||
"yaml-loader": "0.8.0"
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"autoprefixer": "10.4.13",
|
||||
"eslint-config-next": "13.1.1",
|
||||
"js-yaml": "4.1.0",
|
||||
"postcss": "8.4.20",
|
||||
"postcss": "8.4.21",
|
||||
"remark-extract-frontmatter": "3.2.0",
|
||||
"tailwindcss": "3.2.4",
|
||||
"yaml-loader": "0.8.0"
|
||||
|
|
|
@ -20,11 +20,11 @@
|
|||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"@sanity/vision": "3.1.2",
|
||||
"@sanity/vision": "3.2.3",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-is": "18.2.0",
|
||||
"sanity": "3.1.2",
|
||||
"sanity": "3.2.3",
|
||||
"styled-components": "5.3.6",
|
||||
"sanity-plugin-markdown": "3.0.1"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue