Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Oct 20, 2023
1 parent 6440c81 commit ec25efe
Show file tree
Hide file tree
Showing 2 changed files with 635 additions and 229 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"package-templates/*"
],
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/core": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/plugin-transform-strict-mode": "^7.22.5",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/register": "^7.22.5",
"@babel/runtime": "^7.22.10",
"@goodhood/icons": "^5.0.1",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/register": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@goodhood/icons": "^5.1.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
Expand All @@ -29,22 +29,22 @@
"@rollup/plugin-url": "^6.1.0",
"@svgr/rollup": "^6.2.0",
"@svgr/webpack": "^6.2.0",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/react-dom": "^18.2.7",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@types/react-dom": "^18.2.14",
"acorn": "^8.10.0",
"acorn-jsx": "^5.3.2",
"babel-loader": "^8.3.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-node-env-inline": "^0.4.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"browserslist-config-nebenan": "^1.0.1",
"chai": "^4.3.7",
"browserslist-config-nebenan": "^1.0.2",
"chai": "^4.3.10",
"clsx": "^1.2.1",
"core-js": "3",
"css-loader": "^5.2.7",
"date-fns": "^2.30.0",
"eslint": "^8.47.0",
"eslint": "^8.51.0",
"eslint-config-nebenan": "^4.4.0",
"eval": "^0.1.8",
"express": "^4.18.2",
Expand All @@ -57,8 +57,8 @@
"mini-css-extract-plugin": "^1.6.2",
"mocha": "^10.2.0",
"nebenan-helpers": "^7.2.1",
"nebenan-ui-kit": "^6.4.0",
"postcss": "^8.4.28",
"nebenan-ui-kit": "^6.4.2",
"postcss": "^8.4.31",
"postcss-preset-env": "^7.8.3",
"prop-types": "^15.8.1",
"qs": "^6.11.2",
Expand All @@ -72,23 +72,23 @@
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-glob-import": "^0.5.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.35.0",
"sass": "^1.66.1",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.69.4",
"sass-functions": "^2.0.1",
"sass-loader": "^10.2.0",
"sinon": "^9.2.4",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-config-nebenan": "^3.0.0",
"ts-loader": "^9.4.4",
"ts-loader": "^9.5.0",
"tslib": "^2.6.2",
"typescript": "^4.9.3",
"updeep": "^1.2.4",
"val-loader": "^2.1.2",
"webpack": "^5.88.2",
"webpack": "^5.89.0",
"webpack-cli": "^4.10.0",
"webpack-dev-middleware": "^4.3.0",
"webpack-hot-middleware": "^2.25.4",
"webpack-merge": "^5.9.0"
"webpack-merge": "^5.10.0"
},
"scripts": {
"reinstall": "rm -rf node_modules yarn.lock && yarn",
Expand Down
Loading

0 comments on commit ec25efe

Please sign in to comment.