Skip to content

Commit

Permalink
v1.6.0 upgrade to latest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
im6 committed Mar 7, 2021
1 parent c999419 commit cae3134
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 181 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "javascript-fun",
"version": "1.5.4",
"version": "1.6.0",
"description": "source code generator for javascript.fun",
"engines": {
"node": ">=12.14.1"
Expand All @@ -25,22 +25,22 @@
"homepage": "https://github.com/im6/javascript-fun#readme",
"dependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@babel/preset-react": "^7.12.13",
"@testing-library/react": "^11.2.5",
"async": "^3.2.0",
"autoprefixer": "^10.2.4",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"cheerio": "^1.0.0-rc.5",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.1.0",
"css-loader": "^5.1.1",
"dotenv": "^8.2.0",
"eslint": "^7.21.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-jest": "^24.1.7",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
Expand All @@ -55,15 +55,15 @@
"node-fetch": "^2.6.1",
"numeral": "^2.0.6",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss": "^8.2.6",
"postcss-loader": "^5.0.0",
"postcss": "^8.2.7",
"postcss-loader": "^5.1.0",
"prettier": "^2.2.1",
"progress": "^2.0.3",
"purecss": "^2.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"typed.js": "^2.0.11",
"webpack": "^5.24.2",
"webpack": "^5.24.3",
"webpack-cli": "^4.5.0",
"webpack-node-externals": "^2.5.2"
},
Expand Down
Loading

0 comments on commit cae3134

Please sign in to comment.