Skip to content

Commit

Permalink
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,37 @@
"bugs": "https://github.com/randytarampi/me/issues",
"dependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-transform-property-literals": "^7.16.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.16.7",
"@babel/register": "^7.17.7",
"@snyk/protect": "^1.912.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"babel-plugin-istanbul": "^6.1.1",
"babel-loader": "^9.0.0",
"babel-plugin-istanbul": "^7.0.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-minify-replace": "^0.5.0",
"chokidar": "^3.5.3",
"codeclimate-test-reporter": "^0.5.1",
"commander": "^6.2.1",
"config": "^3.3.7",
"config": "^3.3.9",
"connect-history-api-fallback": "^1.6.0",
"copy-webpack-plugin": "^10.2.4",
"copy-webpack-plugin": "^12.0.0",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"css-loader": "^6.9.0",
"del": "^6.0.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.29.4",
"eslint": "^8.44.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-react": "^7.33.0",
"expose-loader": "^3.1.0",
"file-loader": "^6.2.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
Expand All @@ -58,13 +58,13 @@
"lerna": "^4.0.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.6.0",
"npm-check-updates": "^12.5.9",
"nyc": "^15.1.0",
"npm-check-updates": "^17.0.0",
"nyc": "^17.0.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"postcss-loader": "^7.3.4",
"postcss-preset-env": "^7.4.3",
"pug": "^3.0.2",
"pug": "^3.0.3",
"pug-loader": "^2.4.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.50.1",
Expand All @@ -73,15 +73,15 @@
"sinon": "^13.0.2",
"svg-path-loader": "^0.0.4",
"syncpack": "^6.2.1",
"terser-webpack-plugin": "^5.3.1",
"terser-webpack-plugin": "^5.3.7",
"vinyl-paths": "^3.0.1",
"webpack": "^5.72.0",
"webpack": "^5.79.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^3.11.3",
"webpack-dev-server": "^5.1.0",
"webpack-node-externals": "^3.0.0",
"webpack-sentry-plugin": "^2.0.3",
"workbox-webpack-plugin": "^6.5.3",
"workbox-webpack-plugin": "^7.1.0",
"ws": "^7.5.7",
"yargs": "^17.4.1"
},
Expand Down

0 comments on commit a266663

Please sign in to comment.