Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisUser committed Oct 27, 2023
1 parent 1ae236a commit 1a0f36f
Show file tree
Hide file tree
Showing 2 changed files with 2,619 additions and 1,948 deletions.
101 changes: 52 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,55 @@
{
"name": "gpt-recommender",
"version": "1.0.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^0.27.2",
"eslint-plugin-prettier": "^4.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
"react-scripts": "5.0.1",
"sass": "^1.58.0",
"sass-loader": "^13.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"dist": "tsc",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
"defaults",
"not IE 11"
],
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.11.19",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
},
"resolutions": {
"nth-check": "2.0.1",
"postcss": "8.4.31",
"semver": "7.5.2",
"tough-cookie": "4.1.3",
"webpack": "5.76.0"
},
"homepage": ".",
"postcss": {
"plugins": {
"autoprefixer": {}
"name": "gpt-recommender",
"version": "1.0.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"axios": "^0.27.2",
"eslint-plugin-prettier": "^5.0.1",
"nth-check": "2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.0",
"react-scripts": "5.0.1",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"semver": "7.5.4",
"webpack": "5.89.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"dist": "tsc",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
"defaults",
"not IE 11"
],
"devDependencies": {
"@types/jest": "^29.5.6",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"typescript": "^5.2.2"
},
"resolutions": {
"nth-check": "2.0.1",
"postcss": "8.4.31",
"semver": "7.5.2",
"tough-cookie": "4.1.3",
"webpack": "5.76.0"
},
"homepage": ".",
"postcss": {
"plugins": {
"autoprefixer": {}
}
}
}
}
Loading

0 comments on commit 1a0f36f

Please sign in to comment.