Skip to content

Commit

Permalink
upgrade to latest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
im6 committed Aug 21, 2022
1 parent e51aa4e commit f802bfd
Show file tree
Hide file tree
Showing 4 changed files with 1,435 additions and 1,192 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"cp": ". ./tasks/cp.sh"
},
"dependencies": {
"@types/jest": "^28.1.6",
"@types/node": "^18.0.6",
"aws-sdk": "^2.1160.0",
"@types/jest": "^28.1.7",
"@types/node": "^18.7.9",
"aws-sdk": "^2.1199.0",
"dotenv": "^16.0.1",
"eslint": "^8.16.0",
"eslint": "^8.22.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.2.2",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"jest": "^28.1.0",
"prettier": "^2.6.2",
"ts-jest": "^28.0.7",
"eslint-plugin-jest": "^26.8.6",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dependencies": {
"@types/progress": "^2.0.5",
"app-constant": "1.0.0",
"cheerio": "^1.0.0-rc.11",
"date-fns": "^2.29.1",
"cheerio": "^1.0.0-rc.12",
"date-fns": "^2.29.2",
"lodash.groupby": "^4.6.0",
"lodash.orderby": "^4.6.0",
"node-fetch": "2.6.x",
Expand Down
36 changes: 18 additions & 18 deletions packages/javascript-fun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,36 @@
},
"homepage": "https://github.com/im6/javascript-fun#readme",
"dependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.18.0",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@testing-library/react": "^13.2.0",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@testing-library/react": "^13.3.0",
"@types/express": "^4.17.13",
"@types/numeral": "^2.0.2",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"app-constant": "1.0.0",
"autoprefixer": "^10.4.7",
"autoprefixer": "^10.4.8",
"classnames": "^2.3.1",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"express": "^4.18.1",
"jest-environment-jsdom": "^28.1.0",
"less": "^4.1.2",
"jest-environment-jsdom": "^28.1.3",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"mini-css-extract-plugin": "^2.6.0",
"mini-css-extract-plugin": "^2.6.1",
"numeral": "^2.0.6",
"postcss": "^8.4.14",
"postcss-loader": "^7.0.0",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",
"purecss": "^2.1.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"ts-loader": "^9.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-loader": "^9.3.1",
"typed.js": "^2.0.12",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^3.0.0"
},
"browserslist": [
Expand Down
Loading

0 comments on commit f802bfd

Please sign in to comment.