Skip to content

Commit

Permalink
upgrade to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
im6 committed Feb 17, 2022
1 parent 9409dca commit 8e17d20
Show file tree
Hide file tree
Showing 4 changed files with 779 additions and 665 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[*.{js,jsx}]
[*.{js,ts,tsx}]
indent_style = space
indent_size = 2
indent_size = 2
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"cp": ". ./tasks/cp.sh"
},
"dependencies": {
"dotenv": "^10.0.0",
"eslint": "^8.6.0",
"dotenv": "^16.0.0",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"jest": "^27.4.7",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"rxjs": "^7.5.1"
"rxjs": "^7.5.4"
}
}
22 changes: 11 additions & 11 deletions packages/javascript-fun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,38 @@
},
"homepage": "https://github.com/im6/javascript-fun#readme",
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.16.4",
"@babel/core": "^7.17.4",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@testing-library/react": "^12.1.2",
"@testing-library/react": "^12.1.3",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.17",
"@types/node": "^17.0.18",
"@types/numeral": "^2.0.2",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"app-constant": "1.0.0",
"autoprefixer": "^10.3.7",
"classnames": "^2.3.1",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"express": "^4.17.1",
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"express": "^4.17.3",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.4.5",
"mini-css-extract-plugin": "^2.5.3",
"numeral": "^2.0.6",
"postcss": "^8.4.0",
"postcss": "^8.4.6",
"postcss-loader": "^6.2.0",
"purecss": "^2.0.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-loader": "^9.2.6",
"typed.js": "^2.0.12",
"typescript": "^4.5.5",
"webpack": "^5.64.3",
"webpack-cli": "^4.9.1",
"webpack": "^5.69.0",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0"
},
"browserslist": [
Expand Down
Loading

0 comments on commit 8e17d20

Please sign in to comment.