Skip to content
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@
"ci": "yarn workspaces foreach -ptv run ci"
},
"devDependencies": {
"lcov-result-merger": "^5.0.1",
"lcov-result-merger": "^6.0.0",
"mkdirp": "^3.0.1",
"rimraf": "^6.1.3"
},
"packageManager": "yarn@3.6.3",
"resolutions": {
"jpeg-js": "0.4.4",
"semver": "7.6.3",
"underscore": "1.13.7",
"express": "4.21.1",
"form-data": "4.0.4",
"semver": "7.8.1",
"underscore": "1.13.8",
"serialize-javascript": "7.0.5",
"diff@^7.0.0": "8.0.3",
"uuid": "11.1.1",
"bootstrap-switch-button-react@^1.2.0": "patch:bootstrap-switch-button-react@npm%3A1.2.0#./.yarn/patches/bootstrap-switch-button-react-npm-1.2.0-e97ab0d77d.patch",
"react-github-fork-ribbon@^0.7.1": "patch:react-github-fork-ribbon@npm%3A0.7.1#./.yarn/patches/react-github-fork-ribbon-npm-0.7.1-8a5e219e19.patch",
"@react-aria/ssr@^3.5.0": "patch:@react-aria/ssr@npm%3A3.8.0#./.yarn/patches/@react-aria-ssr-npm-3.8.0-845fb67bda.patch"
Expand Down
38 changes: 19 additions & 19 deletions packages/miew-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,52 +36,52 @@
]
},
"dependencies": {
"@reduxjs/toolkit": "^2.11.2",
"@reduxjs/toolkit": "^2.12.0",
"bootstrap": "^4.6.2",
"bootstrap-switch-button-react": "^1.2.0",
"classnames": "^2.5.1",
"jquery": "^3.7.1",
"jquery.terminal": "^2.45.2",
"jquery.terminal": "^2.46.1",
"miew": "workspace:^",
"miew-react": "workspace:^",
"react": "^19.2.5",
"react": "^19.2.7",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.5",
"react-dom": "^19.2.7",
"react-github-fork-ribbon": "^0.7.1",
"react-icons": "^5.6.0",
"react-redux": "^9.2.0"
"react-redux": "^9.3.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"@babel/preset-env": "^7.29.2",
"@babel/preset-react": "^7.28.5",
"@eslint/compat": "^2.0.5",
"@babel/core": "^7.29.7",
"@babel/eslint-parser": "^7.29.7",
"@babel/preset-env": "^7.29.7",
"@babel/preset-react": "^7.29.7",
"@eslint/compat": "^2.1.0",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"babel-jest": "^30.3.0",
"babel-jest": "^30.4.1",
"babel-loader": "^10.1.1",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.4",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"globals": "^17.5.0",
"html-webpack-plugin": "^5.6.6",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"globals": "^17.6.0",
"html-webpack-plugin": "^5.6.7",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"jest-simple-dot-reporter": "^1.0.5",
"mini-css-extract-plugin": "^2.10.2",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
"postcss": "^8.5.9",
"postcss": "^8.5.15",
"postcss-loader": "^8.2.1",
"postcss-scss": "^4.0.9",
"rimraf": "^6.1.3",
"style-loader": "^4.0.0",
"webpack": "^5.106.1",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.3"
"webpack": "^5.107.2",
"webpack-cli": "^7.0.3",
"webpack-dev-server": "^5.2.4"
}
}
26 changes: 13 additions & 13 deletions packages/miew-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,36 +38,36 @@
"miew": "workspace:^"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@eslint/compat": "^2.0.5",
"@babel/core": "^7.29.7",
"@eslint/compat": "^2.1.0",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.14",
"@types/react": "^19.2.16",
"babel-loader": "^10.1.1",
"css-loader": "^7.1.4",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^17.5.0",
"globals": "^17.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"jest-simple-dot-reporter": "^1.0.5",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.9",
"postcss": "^8.5.15",
"postcss-loader": "^8.2.1",
"prettier": "^3.8.2",
"prettier": "^3.8.3",
"prop-types": "^15.8.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"style-loader": "^4.0.0",
"webpack": "^5.106.1",
"webpack-cli": "^7.0.2"
"webpack": "^5.107.2",
"webpack-cli": "^7.0.3"
},
"peerDependencies": {
"react": ">=18.2.0",
Expand Down
38 changes: 19 additions & 19 deletions packages/miew/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@
"three": "0.153.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"@babel/register": "^7.28.6",
"@eslint/compat": "^2.0.5",
"@babel/core": "^7.29.7",
"@babel/eslint-parser": "^7.29.7",
"@babel/register": "^7.29.7",
"@eslint/compat": "^2.1.0",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"autoprefixer": "^10.5.0",
Expand All @@ -104,30 +104,30 @@
"copy-webpack-plugin": "^14.0.0",
"cross-env": "^10.1.0",
"css-loader": "^7.1.4",
"cssnano": "^7.1.5",
"cssnano": "^8.0.1",
"dirty-chai": "^2.0.1",
"eslint": "^9.39.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"express": "^5.2.1",
"glob": "^13.0.6",
"globals": "^17.5.0",
"globals": "^17.6.0",
"handlebars": "^4.7.9",
"html-webpack-plugin": "^5.6.6",
"html-webpack-plugin": "^5.6.7",
"jison": "^0.4.18",
"jquery": "^3.7.1",
"jquery.terminal": "^2.45.2",
"jquery.terminal": "^2.46.1",
"jsdoc": "^4.0.5",
"mini-css-extract-plugin": "^2.10.2",
"mkdirp": "^3.0.1",
"mocha": "^11.7.5",
"mocha": "^11.7.6",
"ncp": "^2.0.0",
"node-resemble-js": "^0.2.0",
"npm-run-all": "^4.1.5",
"nyc": "^18.0.0",
"open": "^11.0.0",
"postcss": "^8.5.9",
"postcss": "^8.5.15",
"postcss-advanced-variables": "^5.0.0",
"postcss-calc": "^10.1.1",
"postcss-cli": "^11.0.1",
Expand All @@ -136,21 +136,21 @@
"postcss-nested": "^7.0.2",
"postcss-scss": "^4.0.9",
"proxyquire": "^2.1.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"rimraf": "^6.1.3",
"selenium-webdriver": "^4.43.0",
"sinon": "^21.1.2",
"selenium-webdriver": "^4.44.0",
"sinon": "^22.0.0",
"sinon-chai": "^4.0.1",
"spin.js": "^4.1.2",
"style-loader": "^4.0.0",
"stylelint": "^17.7.0",
"stylelint": "^17.12.0",
"stylelint-config-standard-scss": "^17.0.0",
"terser-webpack-plugin": "^5.4.0",
"terser-webpack-plugin": "^5.6.1",
"toastr": "^2.1.4",
"webpack": "^5.106.1",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.3",
"webpack": "^5.107.2",
"webpack-cli": "^7.0.3",
"webpack-dev-server": "^5.2.4",
"yargs": "^17.7.2"
}
}
Loading
Loading