Package updates prior to release

This commit is contained in:
DaneEveritt 2022-06-26 17:11:55 -04:00
parent 3f2bd78563
commit af2a84d379
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 2308 additions and 3015 deletions

12
composer.lock generated
View file

@ -1131,16 +1131,16 @@
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "7.4.3", "version": "7.4.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "74a8602c6faec9ef74b7a9391ac82c5e65b1cdab" "reference": "e3ff079b22820c2029d4c2a87796b6a0b8716ad8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/74a8602c6faec9ef74b7a9391ac82c5e65b1cdab", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/e3ff079b22820c2029d4c2a87796b6a0b8716ad8",
"reference": "74a8602c6faec9ef74b7a9391ac82c5e65b1cdab", "reference": "e3ff079b22820c2029d4c2a87796b6a0b8716ad8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1235,7 +1235,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/guzzle/issues", "issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.4.3" "source": "https://github.com/guzzle/guzzle/tree/7.4.4"
}, },
"funding": [ "funding": [
{ {
@ -1251,7 +1251,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-25T13:24:33+00:00" "time": "2022-06-09T21:39:15+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",

View file

@ -10,12 +10,12 @@
"@hot-loader/react-dom": "^16.14.0", "@hot-loader/react-dom": "^16.14.0",
"@tailwindcss/forms": "^0.5.2", "@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0", "@tailwindcss/line-clamp": "^0.4.0",
"axios": "^0.21.1", "axios": "^0.27.2",
"boring-avatars": "^1.7.0", "boring-avatars": "^1.7.0",
"chart.js": "^3.8.0", "chart.js": "^3.8.0",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"codemirror": "^5.57.0", "codemirror": "^5.65.6",
"date-fns": "^2.16.1", "date-fns": "^2.28.0",
"debounce": "^1.2.0", "debounce": "^1.2.0",
"deepmerge-ts": "^4.2.1", "deepmerge-ts": "^4.2.1",
"easy-peasy": "^4.0.1", "easy-peasy": "^4.0.1",
@ -37,12 +37,12 @@
"react-transition-group": "^4.4.1", "react-transition-group": "^4.4.1",
"reaptcha": "^1.7.2", "reaptcha": "^1.7.2",
"sockette": "^2.0.6", "sockette": "^2.0.6",
"styled-components": "^5.2.1", "styled-components": "^5.3.5",
"styled-components-breakpoint": "^3.0.0-preview.20", "styled-components-breakpoint": "^3.0.0-preview.20",
"swr": "^0.2.3", "swr": "^0.2.3",
"tailwindcss": "^3.0.24", "tailwindcss": "^3.0.24",
"use-fit-text": "^2.4.0", "use-fit-text": "^2.4.0",
"uuid": "^3.3.2", "uuid": "^8.3.2",
"xterm": "^4.15.0", "xterm": "^4.15.0",
"xterm-addon-attach": "^0.6.0", "xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.4.0", "xterm-addon-fit": "^0.4.0",
@ -119,12 +119,11 @@
"ts-jest": "^28.0.5", "ts-jest": "^28.0.5",
"twin.macro": "^2.8.2", "twin.macro": "^2.8.2",
"typescript": "^4.7.3", "typescript": "^4.7.3",
"webpack": "^4.43.0", "webpack": "^4.46.0",
"webpack-assets-manifest": "^3.1.1", "webpack-assets-manifest": "^3.1.1",
"webpack-bundle-analyzer": "^3.8.0", "webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12", "webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0", "webpack-dev-server": "^3.11.0"
"yarn-deduplicate": "^1.1.1"
}, },
"scripts": { "scripts": {
"clean": "cd public/assets && find . \\( -name \"*.js\" -o -name \"*.map\" \\) -type f -delete", "clean": "cd public/assets && find . \\( -name \"*.js\" -o -name \"*.map\" \\) -type f -delete",

View file

@ -1,6 +1,6 @@
import React, { useMemo } from 'react'; import React, { useMemo } from 'react';
import styled from 'styled-components/macro'; import styled from 'styled-components/macro';
import v4 from 'uuid/v4'; import { v4 } from 'uuid';
import tw from 'twin.macro'; import tw from 'twin.macro';
import Label from '@/components/elements/Label'; import Label from '@/components/elements/Label';
import Input from '@/components/elements/Input'; import Input from '@/components/elements/Input';

5294
yarn.lock

File diff suppressed because it is too large Load diff