Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Dec 2, 2023
1 parent e000430 commit e0a5260
Show file tree
Hide file tree
Showing 4 changed files with 1,941 additions and 1,411 deletions.
46 changes: 23 additions & 23 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,43 +12,43 @@
"npm-update": "npx -y npm-check-updates -u"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@swc/core": "^1.3.70",
"@swc/helpers": "^0.5.1",
"@tailwindcss/forms": "^0.5.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jsdom": "^21.1.1",
"@types/node": "^20.4.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@swc/core": "^1.3.100",
"@swc/helpers": "^0.5.3",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.10.2",
"@types/react": "^18.2.40",
"@types/react-dom": "^18.2.17",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^9.0.2",
"@types/webpack": "^5.28.1",
"autoprefixer": "^10.4.15",
"@types/uuid": "^9.0.7",
"@types/webpack": "^5.28.5",
"autoprefixer": "^10.4.16",
"csp-html-webpack-plugin": "^5.1.0",
"css-loader": "^6.8.1",
"esbuild-loader": "^3.0.1",
"esbuild-loader": "^4.0.2",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.3",
"jsdom": "^22.1.0",
"jsdom": "^23.0.1",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.24",
"postcss": "^8.4.32",
"postcss-loader": "^7.3.3",
"react-refresh": "^0.14.0",
"sass": "^1.63.6",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"swc-loader": "^0.2.3",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.3.5",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"url-loader": "^4.1.1",
"webpack": "^5.88.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0"
"webpack-merge": "^5.10.0"
},
"dependencies": {
"@mono/api": "1.0.0",
Expand All @@ -57,7 +57,7 @@
"@mono/ui": "1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.1",
"react-router-dom": "^6.14.0"
"react-redux": "^8.1.3",
"react-router-dom": "^6.20.1"
}
}
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,34 +36,34 @@
"npm-update": "npx -y npm-check-updates -u && yarn workspaces foreach -v run npm-update && yarn"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.10",
"@types/redux": "^3.6.31",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.1",
"concurrently": "^8.2.0",
"eslint": "^8.45.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-formatter-pretty": "^5.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-formatter-pretty": "^6.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "2.8.8",
"prettier-plugin-organize-imports": "^3.2.3",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@reduxjs/toolkit": "^1.9.7",
"redux": "^4.2.1"
}
}
}
38 changes: 19 additions & 19 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,37 +11,37 @@
"npm-update": "npx -y npm-check-updates -u"
},
"devDependencies": {
"@swc/core": "^1.3.70",
"@swc/helpers": "^0.5.1",
"@types/compression": "^1.7.2",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/express-slow-down": "^1.3.2",
"@types/express-useragent": "^1.0.2",
"@types/hpp": "^0.2.2",
"@types/morgan": "^1.9.4",
"@types/node": "^20.4.2",
"@types/pg": "^8.10.2",
"@swc/core": "^1.3.100",
"@swc/helpers": "^0.5.3",
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-session": "^1.17.10",
"@types/express-slow-down": "^1.3.5",
"@types/express-useragent": "^1.0.5",
"@types/hpp": "^0.2.5",
"@types/morgan": "^1.9.9",
"@types/node": "^20.10.2",
"@types/pg": "^8.10.9",
"dotenv": "^16.3.1",
"nodemon": "^3.0.1",
"nodemon": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"dependencies": {
"@mono/feature": "1.0.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-rate-limit": "^7.1.5",
"express-session": "^1.17.3",
"express-slow-down": "^1.6.0",
"express-slow-down": "^2.0.1",
"express-useragent": "^1.0.15",
"helmet": "^7.0.0",
"helmet": "^7.1.0",
"hpp": "^0.2.3",
"http-status-codes": "^2.2.0",
"http-status-codes": "^2.3.0",
"morgan": "^1.10.0",
"nocache": "^4.0.0",
"pg": "^8.11.1"
"pg": "^8.11.3"
}
}
Loading

0 comments on commit e0a5260

Please sign in to comment.