1
0
Fork 0

chore: Install various major updates

This commit is contained in:
joostdecock 2023-10-04 17:55:54 +02:00
parent 7eff523f7e
commit 97520a0a7d
10 changed files with 406 additions and 345 deletions

View file

@ -62,7 +62,7 @@ core:
'lodash.unset': &_unset '4.5.2' 'lodash.unset': &_unset '4.5.2'
'lodash.clonedeep': '^4.5.0' 'lodash.clonedeep': '^4.5.0'
dev: dev:
'eslint': &eslint '8.48.0' 'eslint': &eslint '8.50.0'
'nyc': '15.1.0' 'nyc': '15.1.0'
'mocha': *mocha 'mocha': *mocha
'chai': *chai 'chai': *chai
@ -102,7 +102,7 @@ new-design:
_: _:
'axios': &axios '1.5.0' 'axios': &axios '1.5.0'
'chalk': '5.0.1' 'chalk': '5.0.1'
'execa': '7.2.0' 'execa': '8.0.1'
'mustache': &mustache '4.2.0' 'mustache': &mustache '4.2.0'
'ora': &ora '7.0.1' 'ora': &ora '7.0.1'
'prompts': '2.4.2' 'prompts': '2.4.2'
@ -225,9 +225,9 @@ dev:
'@mdx-js/mdx': *mdx '@mdx-js/mdx': *mdx
'@mdx-js/react': *mdx '@mdx-js/react': *mdx
'@mdx-js/runtime': &mdxRuntime '2.0.0-next.9' '@mdx-js/runtime': &mdxRuntime '2.0.0-next.9'
'@next/bundle-analyzer': &next '13.4.19' '@next/bundle-analyzer': &next '13.5.4'
'@tailwindcss/typography': &tailwindTypography '0.5.9' '@tailwindcss/typography': &tailwindTypography '0.5.9'
'algoliasearch': '4.19.1' 'algoliasearch': '4.20.0'
'daisyui': &daisyui '3.6.4' 'daisyui': &daisyui '3.6.4'
'lodash.get': *_get 'lodash.get': *_get
'lodash.orderby': &_orderby '4.6.0' 'lodash.orderby': &_orderby '4.6.0'
@ -242,10 +242,10 @@ dev:
'react-markdown': &reactMarkdown '8.0.7' 'react-markdown': &reactMarkdown '8.0.7'
'react-swipeable': &reactSwipeable '7.0.1' 'react-swipeable': &reactSwipeable '7.0.1'
'react-timeago': &reactTimeago '7.1.0' 'react-timeago': &reactTimeago '7.1.0'
'rehype-autolink-headings': &rehypeAutolinkHeadings '6.1.1' 'rehype-autolink-headings': &rehypeAutolinkHeadings '7.0.0'
'rehype-highlight': &rehypeHighlight '7.0.0' 'rehype-highlight': &rehypeHighlight '7.0.0'
'rehype-sanitize': &rehypeSanitize '5.0.1' 'rehype-sanitize': &rehypeSanitize '6.0.0'
'rehype-slug': &rehypeSlug '5.1.0' 'rehype-slug': &rehypeSlug '6.0.0'
'rehype-stringify': &rehypeStringify '10.0.0' 'rehype-stringify': &rehypeStringify '10.0.0'
# see: https://github.com/npm/cli/issues/2610#issuecomment-1295371753 # see: https://github.com/npm/cli/issues/2610#issuecomment-1295371753
'remark-copy-linked-files': &remarkCopyLinkedFiles 'git+https://git@github.com/joostdecock/remark-copy-linked-files' 'remark-copy-linked-files': &remarkCopyLinkedFiles 'git+https://git@github.com/joostdecock/remark-copy-linked-files'
@ -273,7 +273,7 @@ lab:
'd3-drag': &d3drag '3.0.0' 'd3-drag': &d3drag '3.0.0'
'd3-selection': &d3selection '3.0.0' 'd3-selection': &d3selection '3.0.0'
'daisyui': *daisyui 'daisyui': *daisyui
'i18next': &i18next '23.4.6' 'i18next': &i18next '23.5.1'
'lodash.get': *_get 'lodash.get': *_get
'lodash.orderby': *_orderby 'lodash.orderby': *_orderby
'lodash.set': *_set 'lodash.set': *_set

View file

@ -91,14 +91,14 @@
"husky": "^8.0.1", "husky": "^8.0.1",
"js-yaml": "^4.0.0", "js-yaml": "^4.0.0",
"lerna": "^7.0.2", "lerna": "^7.0.2",
"lint-staged": "^13.0.3", "lint-staged": "^14.0.1",
"mocha": "^10.0.0", "mocha": "^10.0.0",
"mustache": "^4.0.1", "mustache": "^4.0.1",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"prettier": "^3.0.0", "prettier": "^3.0.0",
"pretty-quick": "^3.0.0", "pretty-quick": "^3.0.0",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"rehype-format": "^4.0.1", "rehype-format": "^5.0.0",
"remark": "^14.0.2", "remark": "^14.0.2",
"remark-frontmatter": "^4.0.1", "remark-frontmatter": "^4.0.1",
"remark-html": "^16.0.1", "remark-html": "^16.0.1",

View file

@ -63,7 +63,7 @@
"lodash.clonedeep": "^4.5.0" "lodash.clonedeep": "^4.5.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "8.48.0", "eslint": "8.50.0",
"nyc": "15.1.0", "nyc": "15.1.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"chai": "4.3.9", "chai": "4.3.9",

View file

@ -38,7 +38,7 @@
"dependencies": { "dependencies": {
"axios": "1.5.0", "axios": "1.5.0",
"chalk": "5.0.1", "chalk": "5.0.1",
"execa": "7.2.0", "execa": "8.0.1",
"mustache": "4.2.0", "mustache": "4.2.0",
"ora": "7.0.1", "ora": "7.0.1",
"prompts": "2.4.2", "prompts": "2.4.2",

View file

@ -33,14 +33,14 @@
"@mdx-js/mdx": "2.3.0", "@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0", "@mdx-js/react": "2.3.0",
"@mdx-js/runtime": "2.0.0-next.9", "@mdx-js/runtime": "2.0.0-next.9",
"@next/bundle-analyzer": "13.4.19", "@next/bundle-analyzer": "13.5.4",
"@tailwindcss/typography": "0.5.9", "@tailwindcss/typography": "0.5.9",
"algoliasearch": "4.19.1", "algoliasearch": "4.20.0",
"daisyui": "3.6.4", "daisyui": "3.6.4",
"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.4.19", "next": "13.5.4",
"react": "18.2.0", "react": "18.2.0",
"react-copy-to-clipboard": "5.1.0", "react-copy-to-clipboard": "5.1.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
@ -49,18 +49,18 @@
"react-instantsearch-hooks-web": "6.47.3", "react-instantsearch-hooks-web": "6.47.3",
"react-markdown": "8.0.7", "react-markdown": "8.0.7",
"react-swipeable": "7.0.1", "react-swipeable": "7.0.1",
"react-timeago": "7.2.0", "react-timeago": "7.1.0",
"rehype-autolink-headings": "6.1.1", "rehype-autolink-headings": "7.0.0",
"rehype-highlight": "7.0.0", "rehype-highlight": "7.0.0",
"rehype-sanitize": "5.0.1", "rehype-sanitize": "6.0.0",
"rehype-slug": "5.1.0", "rehype-slug": "6.0.0",
"rehype-stringify": "10.0.0", "rehype-stringify": "10.0.0",
"remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files", "remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files",
"remark-gfm": "3.0.1" "remark-gfm": "3.0.1"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "10.4.15", "autoprefixer": "10.4.15",
"eslint-config-next": "13.4.19", "eslint-config-next": "13.5.4",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"postcss": "8.4.29", "postcss": "8.4.29",
"remark-extract-frontmatter": "3.2.0", "remark-extract-frontmatter": "3.2.0",

View file

@ -38,11 +38,11 @@
"d3-drag": "3.0.0", "d3-drag": "3.0.0",
"d3-selection": "3.0.0", "d3-selection": "3.0.0",
"daisyui": "3.6.4", "daisyui": "3.6.4",
"i18next": "23.4.6", "i18next": "23.5.1",
"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.4.19", "next": "13.5.4",
"next-i18next": "14.0.0", "next-i18next": "14.0.0",
"ora": "7.0.1", "ora": "7.0.1",
"react": "18.2.0", "react": "18.2.0",
@ -52,11 +52,11 @@
"react-instantsearch-dom": "6.40.4", "react-instantsearch-dom": "6.40.4",
"react-markdown": "8.0.7", "react-markdown": "8.0.7",
"react-swipeable": "7.0.1", "react-swipeable": "7.0.1",
"react-timeago": "7.2.0", "react-timeago": "7.1.0",
"rehype-autolink-headings": "6.1.1", "rehype-autolink-headings": "7.0.0",
"rehype-highlight": "7.0.0", "rehype-highlight": "7.0.0",
"rehype-sanitize": "5.0.1", "rehype-sanitize": "6.0.0",
"rehype-slug": "5.1.0", "rehype-slug": "6.0.0",
"rehype-stringify": "10.0.0", "rehype-stringify": "10.0.0",
"remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files", "remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files",
"remark-gfm": "3.0.1", "remark-gfm": "3.0.1",
@ -64,7 +64,7 @@
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "10.4.15", "autoprefixer": "10.4.15",
"eslint-config-next": "13.4.19", "eslint-config-next": "13.5.4",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"postcss": "8.4.29", "postcss": "8.4.29",
"remark-extract-frontmatter": "3.2.0", "remark-extract-frontmatter": "3.2.0",

View file

@ -46,18 +46,18 @@
"lodash.orderby": "4.6.0", "lodash.orderby": "4.6.0",
"lodash.set": "4.3.2", "lodash.set": "4.3.2",
"luxon": "3.4.2", "luxon": "3.4.2",
"next": "13.4.19", "next": "13.5.4",
"ora": "7.0.1", "ora": "7.0.1",
"react-dropzone": "14.2.3", "react-dropzone": "14.2.3",
"react-hotkeys-hook": "4.4.1", "react-hotkeys-hook": "4.4.1",
"react-instantsearch-dom": "6.40.4", "react-instantsearch-dom": "6.40.4",
"react-markdown": "8.0.7", "react-markdown": "8.0.7",
"react-swipeable": "7.0.1", "react-swipeable": "7.0.1",
"react-timeago": "7.2.0", "react-timeago": "7.1.0",
"rehype-autolink-headings": "6.1.1", "rehype-autolink-headings": "7.0.0",
"rehype-highlight": "7.0.0", "rehype-highlight": "7.0.0",
"rehype-sanitize": "5.0.1", "rehype-sanitize": "6.0.0",
"rehype-slug": "5.1.0", "rehype-slug": "6.0.0",
"rehype-stringify": "10.0.0", "rehype-stringify": "10.0.0",
"remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files", "remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files",
"remark-gfm": "3.0.1", "remark-gfm": "3.0.1",
@ -67,7 +67,7 @@
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "10.4.15", "autoprefixer": "10.4.15",
"eslint-config-next": "13.4.19", "eslint-config-next": "13.5.4",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"postcss": "8.4.29", "postcss": "8.4.29",
"remark-extract-frontmatter": "3.2.0", "remark-extract-frontmatter": "3.2.0",

View file

@ -52,7 +52,7 @@
"d3-selection": "3.0.0", "d3-selection": "3.0.0",
"daisyui": "3.6.4", "daisyui": "3.6.4",
"file-saver": "2.0.5", "file-saver": "2.0.5",
"i18next": "23.4.6", "i18next": "23.5.1",
"jotai": "2.4.1", "jotai": "2.4.1",
"jotai-location": "0.5.1", "jotai-location": "0.5.1",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
@ -61,7 +61,7 @@
"lodash.orderby": "4.6.0", "lodash.orderby": "4.6.0",
"lodash.set": "4.3.2", "lodash.set": "4.3.2",
"mustache": "4.2.0", "mustache": "4.2.0",
"next": "13.4.19", "next": "13.5.4",
"next-i18next": "14.0.0", "next-i18next": "14.0.0",
"pdfkit": "0.13.0", "pdfkit": "0.13.0",
"postcss-for": "2.1.1", "postcss-for": "2.1.1",

View file

@ -45,9 +45,9 @@
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-markdown": "8.0.7", "react-markdown": "8.0.7",
"react-timeago": "7.2.0", "react-timeago": "7.1.0",
"react-zoom-pan-pinch": "3.1.0", "react-zoom-pan-pinch": "3.1.0",
"rehype-autolink-headings": "6.1.1", "rehype-autolink-headings": "7.0.0",
"rehype-highlight": "7.0.0", "rehype-highlight": "7.0.0",
"remark-frontmatter": "4.0.1", "remark-frontmatter": "4.0.1",
"remark-mdx-frontmatter": "3.0.0", "remark-mdx-frontmatter": "3.0.0",

677
yarn.lock

File diff suppressed because it is too large Load diff