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