Skip to content

Commit

Permalink
Update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
neolao committed Jan 27, 2024
1 parent 300fa7b commit 96e0603
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,38 +38,38 @@
"config-yaml": "^1.1.6"
},
"devDependencies": {
"@babel/core": ">=7.23.9",
"@babel/preset-env": ">=7.23.9",
"@babel/preset-react": ">=7.23.3",
"@svgr/webpack": ">=5.5.0",
"@testing-library/react-hooks": ">=3.7.0",
"babel-jest": ">=25.5.1",
"babel-loader": ">=8.3.0",
"concurrently": ">=5.3.0",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@svgr/webpack": "^8.1.0",
"@testing-library/react-hooks": "^8.0.1",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"concurrently": "^8.2.2",
"copy-webpack-plugin": ">=5.1.2",
"css-loader": ">=3.6.0",
"css-loader": "^6.9.1",
"electron": "^28.2.0",
"electron-builder": ">=22.14.13",
"electron-reloader": ">=1.2.3",
"eslint": ">=6.8.0",
"eslint-plugin-react-hooks": ">=2.5.1",
"electron-builder": "^24.9.1",
"electron-reloader": "^1.2.3",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-solfegejs": "^1.0.14",
"eslint-watch": ">=6.0.1",
"file-loader": ">=5.1.0",
"ini": ">=1.3.8",
"jest": ">=25.5.4",
"mini-css-extract-plugin": ">=2.7.7",
"postcss-import": ">=12.0.1",
"postcss-loader": ">=3.0.0",
"postcss-nested": ">=4.2.3",
"prettier": ">=1.19.1",
"eslint-watch": "^8.0.0",
"file-loader": "^6.2.0",
"ini": "^4.1.1",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.7.7",
"postcss-import": "^16.0.0",
"postcss-loader": "^8.0.0",
"postcss-nested": "^6.0.1",
"prettier": "^3.2.4",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"styled-components": "^5.3.11",
"url-loader": ">=4.1.1",
"webpack": ">=5.90.0",
"webpack-cli": ">=5.1.4"
"url-loader": "^4.1.1",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4"
},
"eslintConfig": {
"env": {
Expand Down

0 comments on commit 96e0603

Please sign in to comment.