chore: update dependencies (#1041)

This commit is contained in:
Daniel Lautzenheiser
2024-01-04 09:37:14 -05:00
committed by GitHub
parent 808070761d
commit 40d697cac2
19 changed files with 1492 additions and 1029 deletions

View File

@ -44,7 +44,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"stream-browserify": "3.0.0",
"ts-loader": "9.4.2"
"ts-loader": "9.5.1"
},
"devDependencies": {
"@babel/cli": "7.23.4",
@ -59,11 +59,11 @@
"@babel/preset-env": "7.23.7",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@types/node": "18.17.19",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@types/node": "18.19.4",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"autoprefixer": "10.4.16",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "9.1.3",
@ -77,26 +77,26 @@
"cross-env": "7.0.3",
"css-loader": "6.8.1",
"dotenv": "16.3.1",
"eslint": "8.50.0",
"eslint": "8.56.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-unicorn": "50.0.1",
"mini-css-extract-plugin": "2.7.6",
"npm-run-all": "4.1.5",
"postcss": "8.4.32",
"postcss-loader": "7.3.3",
"postcss-loader": "7.3.4",
"postcss-scss": "4.0.9",
"prettier": "3.0.3",
"source-map-loader": "4.0.1",
"prettier": "3.1.1",
"source-map-loader": "4.0.2",
"style-loader": "3.3.3",
"tailwindcss": "3.3.3",
"tailwindcss": "3.4.0",
"to-string-loader": "1.2.0",
"tsconfig-paths-webpack-plugin": "4.0.1",
"typescript": "5.2.2",
"webpack": "5.88.2",
"typescript": "5.3.3",
"webpack": "5.89.0",
"webpack-cli": "5.1.4"
},
"publishConfig": {