From 07147a6255ba43295c9404b6c670a1bd6eec4036 Mon Sep 17 00:00:00 2001 From: Greg Rickaby Date: Mon, 11 Dec 2023 07:20:18 -0600 Subject: [PATCH] dependency bump --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0af028e..d2431cb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@mantine/core": "7.3.1", "@mantine/hooks": "7.3.1", - "@tabler/icons-react": "^2.42.0", + "@tabler/icons-react": "^2.44.0", "hls.js": "^1.4.13", "next": "14.0.4", "react": "18.2.0", @@ -22,7 +22,7 @@ "devDependencies": { "@evilmartians/lefthook": "^1.5.5", "@types/node": "20.10.4", - "@types/react": "18.2.42", + "@types/react": "18.2.43", "@types/react-dom": "18.2.17", "eslint": "^8.55.0", "eslint-config-next": "^14.0.4", @@ -31,7 +31,7 @@ "postcss": "^8.4.32", "postcss-preset-mantine": "1.11.1", "postcss-simple-vars": "^7.0.1", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "rimraf": "^5.0.5", "stylelint": "^16.0.1", "stylelint-config-standard": "^35.0.0", @@ -785,20 +785,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.42.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.42.0.tgz", - "integrity": "sha512-ynV4iaC1c1mUhuAr9HRaoq8KrWYmZ0bJEpOh7qTBE+OfdDsdvQUe+0S7FW+DHkJ4RuxQMdO8djrZK7HrUw9YMA==", + "version": "2.44.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.44.0.tgz", + "integrity": "sha512-WPPtihDcAwEm1QZM9MXQw6+r/R2/qx7KMU1eegsi9DsqBLAb0W2kbt6e/syvd6j9c+6XNpRVBW1ziGqSWQAWOg==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.42.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.42.0.tgz", - "integrity": "sha512-2APr++u24P2mx9vJymJQJORRpu2Qej0rPrtAvgXu8YomHjLXVP+O1VtToSGyoSPH1ysA569XbxrwzOau9Ne12A==", + "version": "2.44.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.44.0.tgz", + "integrity": "sha512-10qwrqJ/QBNgY4YYer9PjWmCwm3wv9aVK8kGAkFKkwu6UJURVLZ2ea+oFh5j6vSXnA1zMtUG+X8anR5fZ67Isw==", "dependencies": { - "@tabler/icons": "2.42.0", + "@tabler/icons": "2.44.0", "prop-types": "^15.7.2" }, "funding": { @@ -831,9 +831,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.42", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.42.tgz", - "integrity": "sha512-c1zEr96MjakLYus/wPnuWDo1/zErfdU9rNsIGmE+NV71nx88FG9Ttgo5dqorXTu/LImX2f63WBP986gJkMPNbA==", + "version": "18.2.43", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.43.tgz", + "integrity": "sha512-nvOV01ZdBdd/KW6FahSbcNplt2jCJfyWdTos61RYHV+FVv5L/g9AOX1bmbVcWcLFL8+KHQfh1zVIQrud6ihyQA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -4096,9 +4096,9 @@ } }, "node_modules/prettier": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz", - "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz", + "integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index 71aadd56..333b2317 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@mantine/core": "7.3.1", "@mantine/hooks": "7.3.1", - "@tabler/icons-react": "^2.42.0", + "@tabler/icons-react": "^2.44.0", "hls.js": "^1.4.13", "next": "14.0.4", "react": "18.2.0", @@ -38,7 +38,7 @@ "devDependencies": { "@evilmartians/lefthook": "^1.5.5", "@types/node": "20.10.4", - "@types/react": "18.2.42", + "@types/react": "18.2.43", "@types/react-dom": "18.2.17", "eslint": "^8.55.0", "eslint-config-next": "^14.0.4", @@ -47,7 +47,7 @@ "postcss": "^8.4.32", "postcss-preset-mantine": "1.11.1", "postcss-simple-vars": "^7.0.1", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "rimraf": "^5.0.5", "stylelint": "^16.0.1", "stylelint-config-standard": "^35.0.0",