Update npm dependencies.

This commit is contained in:
2024-07-09 22:14:26 +12:00
parent e5ed8820f6
commit 466b75a4bc
2 changed files with 2679 additions and 2005 deletions

4615
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,37 +1,38 @@
{ {
"name": "workshops", "name": "workshops",
"version": "0.0.1", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "next-remote-watch ./data", "start": "next-remote-watch ./data",
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"test": "next build",
"export": "next export", "export": "next export",
"deploy": "gh-pages -d out -t true", "deploy": "gh-pages -d out -t true",
"analyze": "cross-env ANALYZE=true next build", "analyze": "cross-env ANALYZE=true next build",
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts", "lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts",
"prepare": "husky install", "prepare": "husky",
"spell": "cspell data/workshop/*" "spell": "cspell data/workshop/*"
}, },
"dependencies": { "dependencies": {
"@fontsource/inter": "4.5.2", "@fontsource/inter": "4.5.2",
"@next/bundle-analyzer": "^13.5.6", "@next/bundle-analyzer": "^14.2.4",
"@tailwindcss/forms": "^0.5.7", "@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10", "@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.19",
"esbuild": "^0.13.13", "esbuild": "^0.14.0",
"github-slugger": "^1.3.0", "github-slugger": "^2.0.0",
"gray-matter": "^4.0.2", "gray-matter": "^4.0.3",
"image-size": "1.0.0", "image-size": "1.1.1",
"mdx-bundler": "^8.0.0", "mdx-bundler": "^8.0.0",
"next": "^14.2.3", "next": "^14.2.4",
"next-themes": "^0.0.14", "next-themes": "^0.3.0",
"postcss": "^8.4.5", "postcss": "^8.4.39",
"preact": "^10.19.2", "preact": "^10.22.1",
"react": "18.2.0", "react": "18.3.1",
"react-dom": "18.2.0", "react-dom": "18.3.1",
"react-medium-image-zoom": "^4.3.5", "react-medium-image-zoom": "^4.3.5",
"reading-time": "1.3.0", "reading-time": "1.5.0",
"rehype-autolink-headings": "^6.1.0", "rehype-autolink-headings": "^6.1.0",
"rehype-citation": "^0.4.0", "rehype-citation": "^0.4.0",
"rehype-katex": "^6.0.2", "rehype-katex": "^6.0.2",
@ -41,28 +42,28 @@
"remark-footnotes": "^4.0.1", "remark-footnotes": "^4.0.1",
"remark-gfm": "^3.0.1", "remark-gfm": "^3.0.1",
"remark-math": "^5.1.1", "remark-math": "^5.1.1",
"sharp": "^0.33.0", "sharp": "^0.33.4",
"tailwindcss": "^3.3.5", "tailwindcss": "^3.4.4",
"unist-util-visit": "^4.0.0" "unist-util-visit": "^5.0.0"
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "^6.1.2", "@svgr/webpack": "^6.1.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dedent": "^0.7.0", "dedent": "^1.5.3",
"eslint": "^7.29.0", "eslint": "^8.0.0",
"eslint-config-next": "12.1.4", "eslint-config-next": "14.2.4",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^3.3.1", "eslint-plugin-prettier": "^5.1.3",
"file-loader": "^6.0.0", "file-loader": "^6.2.0",
"globby": "11.0.3", "globby": "11.0.3",
"husky": "^6.0.0", "husky": "^9.0.11",
"inquirer": "^8.1.1", "inquirer": "^10.0.1",
"lint-staged": "^11.0.0", "lint-staged": "^15.2.7",
"next-remote-watch": "^1.0.0", "next-remote-watch": "^2.0.0",
"prettier": "^2.5.1", "prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.1.4", "prettier-plugin-tailwindcss": "^0.6.5",
"socket.io": "^4.4.0", "socket.io": "^4.7.5",
"socket.io-client": "^4.4.0" "socket.io-client": "^4.7.5"
}, },
"lint-staged": { "lint-staged": {
"*.+(js|jsx|ts|tsx)": [ "*.+(js|jsx|ts|tsx)": [