From 60cef7bd85c9f8c138c8ceaf7d3b5018ef7b84df Mon Sep 17 00:00:00 2001 From: Titouan Mathis Date: Mon, 18 Nov 2024 13:25:13 +0100 Subject: [PATCH] Update dependencies --- package-lock.json | 115 +++++++++++++++---------------- package.json | 4 +- packages/playground/package.json | 12 ++-- 3 files changed, 62 insertions(+), 69 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7107378..0bd42a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,9 +15,9 @@ "@studiometa/prettier-config": "^4.1.0", "@studiometa/stylelint-config": "^4.0.0", "concurrently": "9.1.0", - "eslint": "^9.9.0", + "eslint": "^9.15.0", "prettier": "^3.3.3", - "stylelint": "^16.8.2" + "stylelint": "^16.10.0" }, "engines": { "node": ">=20.11.0" @@ -1702,9 +1702,9 @@ } }, "node_modules/@eslint/config-array": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.18.0.tgz", - "integrity": "sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==", + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.0.tgz", + "integrity": "sha512-zdHg2FPIFNKPdcHWtiNT+jEFCHYVplAXRDlQDyqy0zGx/q2parwh7brGJSiTxRk/TSMkbM//zt/f5CHgyTyaSQ==", "license": "Apache-2.0", "dependencies": { "@eslint/object-schema": "^2.1.4", @@ -1716,18 +1716,18 @@ } }, "node_modules/@eslint/core": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.7.0.tgz", - "integrity": "sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.9.0.tgz", + "integrity": "sha512-7ATR9F0e4W85D/0w7cU0SNj7qkAexMG+bAHEZOjo9akvGuhHE2m7umzWzfnpa0XAg5Kxc1BWmtPMV67jJ+9VUg==", "license": "Apache-2.0", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, "node_modules/@eslint/eslintrc": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz", - "integrity": "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.2.0.tgz", + "integrity": "sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==", "license": "MIT", "dependencies": { "ajv": "^6.12.4", @@ -1760,9 +1760,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.14.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.14.0.tgz", - "integrity": "sha512-pFoEtFWCPyDOl+C6Ift+wC7Ro89otjigCf5vcuWqWgqNSQbRrpjSvdeE6ofLz4dHmyxD5f7gIdGT4+p36L6Twg==", + "version": "9.15.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.15.0.tgz", + "integrity": "sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==", "license": "MIT", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1778,9 +1778,9 @@ } }, "node_modules/@eslint/plugin-kit": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.2.tgz", - "integrity": "sha512-CXtq5nR4Su+2I47WPOlWud98Y5Lv8Kyxp2ukhgFx/eW6Blm18VXJO5WuQylPugRo8nbluoi6GvvxBLqHcvqUUw==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.3.tgz", + "integrity": "sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==", "license": "Apache-2.0", "dependencies": { "levn": "^0.4.1" @@ -2292,9 +2292,9 @@ } }, "node_modules/@studiometa/js-toolkit": { - "version": "3.0.0-alpha.10", - "resolved": "https://registry.npmjs.org/@studiometa/js-toolkit/-/js-toolkit-3.0.0-alpha.10.tgz", - "integrity": "sha512-Iv/jEg7xMhWGrbt771qWiY8sjiUcGnFVhIViR0Js3ZMKIge+CjvCaFPijBMuijMfldr/r9Wf5mzG83gfP5/KwQ==", + "version": "3.0.0-beta.1", + "resolved": "https://registry.npmjs.org/@studiometa/js-toolkit/-/js-toolkit-3.0.0-beta.1.tgz", + "integrity": "sha512-PS9W5rxDN8mDRfFKM7VcBvVuEfH/wx5XdcUWZMUTae41IcTEJAA0DZ3am+zT/pe/h5hKdH7yphPrfFrEDq/11Q==", "license": "MIT", "dependencies": { "@motionone/easing": "^10.18.0", @@ -6436,26 +6436,26 @@ } }, "node_modules/eslint": { - "version": "9.14.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.14.0.tgz", - "integrity": "sha512-c2FHsVBr87lnUtjP4Yhvk4yEhKrQavGafRA/Se1ouse8PfbfC/Qh9Mxa00yWsZRlqeUB9raXip0aiiUZkgnr9g==", + "version": "9.15.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.15.0.tgz", + "integrity": "sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==", "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.12.1", - "@eslint/config-array": "^0.18.0", - "@eslint/core": "^0.7.0", - "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "9.14.0", - "@eslint/plugin-kit": "^0.2.0", + "@eslint/config-array": "^0.19.0", + "@eslint/core": "^0.9.0", + "@eslint/eslintrc": "^3.2.0", + "@eslint/js": "9.15.0", + "@eslint/plugin-kit": "^0.2.3", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", - "@humanwhocodes/retry": "^0.4.0", + "@humanwhocodes/retry": "^0.4.1", "@types/estree": "^1.0.6", "@types/json-schema": "^7.0.15", "ajv": "^6.12.4", "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", + "cross-spawn": "^7.0.5", "debug": "^4.3.2", "escape-string-regexp": "^4.0.0", "eslint-scope": "^8.2.0", @@ -6474,8 +6474,7 @@ "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "text-table": "^0.2.0" + "optionator": "^0.9.3" }, "bin": { "eslint": "bin/eslint.js" @@ -15694,33 +15693,33 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.14", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", - "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", + "version": "3.4.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.15.tgz", + "integrity": "sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", - "chokidar": "^3.5.3", + "chokidar": "^3.6.0", "didyoumean": "^1.2.2", "dlv": "^1.1.3", - "fast-glob": "^3.3.0", + "fast-glob": "^3.3.2", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.21.0", + "jiti": "^1.21.6", "lilconfig": "^2.1.0", - "micromatch": "^4.0.5", + "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "object-hash": "^3.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.4.23", + "picocolors": "^1.1.1", + "postcss": "^8.4.47", "postcss-import": "^15.1.0", "postcss-js": "^4.0.1", - "postcss-load-config": "^4.0.1", - "postcss-nested": "^6.0.1", - "postcss-selector-parser": "^6.0.11", - "resolve": "^1.22.2", - "sucrase": "^3.32.0" + "postcss-load-config": "^4.0.2", + "postcss-nested": "^6.2.0", + "postcss-selector-parser": "^6.1.2", + "resolve": "^1.22.8", + "sucrase": "^3.35.0" }, "bin": { "tailwind": "lib/cli.js", @@ -15854,12 +15853,6 @@ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "license": "MIT" }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "license": "MIT" - }, "node_modules/thenify": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", @@ -16063,9 +16056,9 @@ } }, "node_modules/typescript": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", - "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "devOptional": true, "license": "Apache-2.0", "bin": { @@ -17187,21 +17180,21 @@ "version": "0.1.4", "license": "MIT", "dependencies": { - "@studiometa/js-toolkit": "^3.0.0-alpha.9", - "@studiometa/webpack-config": "^6.1.0", - "@studiometa/webpack-config-preset-prototyping": "^6.1.0", - "emmet-monaco-es": "^5.4.0", + "@studiometa/js-toolkit": "^3.0.0-beta.1", + "@studiometa/webpack-config": "^6.2.2", + "@studiometa/webpack-config-preset-prototyping": "^6.2.2", + "emmet-monaco-es": "^5.5.0", "esbuild-wasm": "^0.24.0", "fast-glob": "^3.3.2", "fflate": "^0.8.2", "monaco-editor": "^0.52.0", "monaco-editor-webpack-plugin": "^7.1.0", - "tailwindcss": "^3.4.10", + "tailwindcss": "^3.4.15", "webpack-virtual-modules": "^0.6.2" }, "devDependencies": { "type-fest": "4.27.0", - "typescript": "5.5.3" + "typescript": "5.6.3" }, "engines": { "node": ">=20.11.0" diff --git a/package.json b/package.json index 4b1bff2..ce53941 100644 --- a/package.json +++ b/package.json @@ -29,9 +29,9 @@ "@studiometa/prettier-config": "^4.1.0", "@studiometa/stylelint-config": "^4.0.0", "concurrently": "9.1.0", - "eslint": "^9.9.0", + "eslint": "^9.15.0", "prettier": "^3.3.3", - "stylelint": "^16.8.2" + "stylelint": "^16.10.0" }, "engines": { "node": ">=20.11.0" diff --git a/packages/playground/package.json b/packages/playground/package.json index c7191ae..3a7a378 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -53,16 +53,16 @@ "build:types": "tsc --build tsconfig.build.json" }, "dependencies": { - "@studiometa/js-toolkit": "^3.0.0-alpha.9", - "@studiometa/webpack-config": "^6.1.0", - "@studiometa/webpack-config-preset-prototyping": "^6.1.0", - "emmet-monaco-es": "^5.4.0", + "@studiometa/js-toolkit": "^3.0.0-beta.1", + "@studiometa/webpack-config": "^6.2.2", + "@studiometa/webpack-config-preset-prototyping": "^6.2.2", + "emmet-monaco-es": "^5.5.0", "esbuild-wasm": "^0.24.0", "fast-glob": "^3.3.2", "fflate": "^0.8.2", "monaco-editor": "^0.52.0", "monaco-editor-webpack-plugin": "^7.1.0", - "tailwindcss": "^3.4.10", + "tailwindcss": "^3.4.15", "webpack-virtual-modules": "^0.6.2" }, "engines": { @@ -70,6 +70,6 @@ }, "devDependencies": { "type-fest": "4.27.0", - "typescript": "5.5.3" + "typescript": "5.6.3" } }