Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"packages/*"
],
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.31.0",
"arui-presets-lint": "8.8.1",
"conventional-changelog-cli": "3.0.0",
"turbo": "2.9.6"
Expand Down
12 changes: 6 additions & 6 deletions packages/arui-scripts-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/react": "18.3.24",
"@types/uuid": "^9.0.5",
"@testing-library/react": "^16.3.2",
"@types/react": "18.3.28",
"@types/uuid": "^9.0.8",
"jest": "28.1.3",
"jest-environment-jsdom": "^29.6.2",
"jest-environment-jsdom": "^29.7.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"ts-jest": "28.0.8",
"typescript": "6.0.2"
"typescript": "6.0.3"
},
"dependencies": {
"abortcontroller-polyfill": "^1.7.5",
"abortcontroller-polyfill": "^1.7.8",
"uuid": "^9.0.1"
}
}
6 changes: 3 additions & 3 deletions packages/arui-scripts-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
},
"devDependencies": {
"@alfalab/scripts-modules": "workspace:*",
"@types/express": "^4.17.17",
"@types/express": "^4.17.25",
"@types/hapi16": "npm:@types/hapi@16.1.12",
"@types/hapi20": "npm:@types/hapi__hapi@20",
"express": "^4.20.0",
"express": "^4.22.1",
"jest": "28.1.3",
"ts-jest": "28.0.8",
"typescript": "6.0.2"
"typescript": "6.0.3"
},
"peerDependencies": {
"@hapi/hapi": ">20.0.0",
Expand Down
153 changes: 77 additions & 76 deletions packages/arui-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,131 +15,132 @@
"bin": "./build/bin/index.js",
"dependencies": {
"@alfalab/postcss-custom-properties": "^9.1.2",
"@babel/core": "7.22.10",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/plugin-proposal-export-default-from": "^7.23.3",
"@babel/core": "7.29.0",
"@babel/plugin-proposal-decorators": "^7.29.0",
"@babel/plugin-proposal-export-default-from": "^7.27.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
"@babel/plugin-transform-modules-commonjs": "7.22.5",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
"@babel/plugin-transform-numeric-separator": "^7.23.4",
"@babel/plugin-transform-object-rest-spread": "^7.23.4",
"@babel/plugin-transform-optional-chaining": "^7.23.4",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
"@babel/plugin-transform-proto-to-assign": "^7.23.3",
"@babel/plugin-transform-react-constant-elements": "^7.23.3",
"@babel/plugin-transform-react-inline-elements": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.26.10",
"@babel/plugin-transform-class-properties": "^7.28.6",
"@babel/plugin-transform-export-namespace-from": "^7.27.1",
"@babel/plugin-transform-modules-commonjs": "7.28.6",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.28.6",
"@babel/plugin-transform-numeric-separator": "^7.28.6",
"@babel/plugin-transform-object-rest-spread": "^7.28.6",
"@babel/plugin-transform-optional-chaining": "^7.28.6",
"@babel/plugin-transform-private-methods": "^7.28.6",
"@babel/plugin-transform-private-property-in-object": "^7.28.6",
"@babel/plugin-transform-proto-to-assign": "^7.27.1",
"@babel/plugin-transform-react-constant-elements": "^7.27.1",
"@babel/plugin-transform-react-inline-elements": "^7.27.1",
"@babel/plugin-transform-runtime": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@babel/runtime": "^7.29.2",
"@pmmmwh/react-refresh-webpack-plugin": "0.6.2",
"@rsdoctor/rspack-plugin": "1.5.2",
"@rspack/cli": "1.7.6",
"@rspack/core": "1.7.3",
"@rspack/dev-server": "1.2.1",
"@rspack/plugin-react-refresh": "1.4.3",
"@swc/core": "1.15.1",
"@swc/core": "1.15.32",
"@swc/jest": "0.2.39",
"assets-webpack-plugin": "7.1.1",
"autoprefixer": "^10.3.16",
"autoprefixer": "^10.5.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "28.1.3",
"babel-loader": "9.2.1",
"babel-plugin-istanbul": "^7.0.0",
"babel-plugin-istanbul": "^7.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"brotli-dict": "^1.1.4",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"chalk": "^2.4.2",
"chalk": "^5.6.2",
"compression-webpack-plugin": "9.2.0",
"core-js": "3.32.0",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.0",
"conventional-changelog-cli": "^5.0.0",
"core-js": "3.49.0",
"css-loader": "6.11.0",
"css-minimizer-webpack-plugin": "5.0.1",
"expose-loader": "3.1.0",
"filesize": "^6.4.0",
"filesize": "^11.0.17",
"fs-extra": "6.0.1",
"get-port": "7.2.0",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.7",
"image-minimizer-webpack-plugin": "^3.8.3",
"imagemin": "^8.0.1",
"imagemin-svgo": "^12.0.0",
"jest": "^29.7.0",
"jest-config": "^29.7.0",
"jest-resolve": "^29.7.0",
"jest": "^30.3.0",
"jest-config": "^30.3.0",
"jest-resolve": "^30.3.0",
"jest-snapshot-serializer-class-name-to-string": "1.0.0",
"lodash.merge": "4.6.2",
"mini-css-extract-plugin": "2.7.6",
"lodash.merge": "^4.6.2",
"mini-css-extract-plugin": "2.10.2",
"mini-svg-data-uri": "^1.4.4",
"null-loader": "0.1.1",
"pnp-webpack-plugin": "1.7.0",
"postcss": "^8.5.10",
"postcss-calc": "^9.0.0",
"postcss-color-function": "^4.0.0",
"postcss-color-mod-function": "^3.0.0",
"postcss-custom-media": "^9.0.0",
"postcss-custom-properties": "^13.0.0",
"postcss-discard-comments": "^6.0.0",
"postcss-discard-duplicates": "^6.0.0",
"postcss-each": "^1.0.0",
"postcss-for": "^2.0.0",
"postcss-import": "^15.0.0",
"postcss-inherit": "^4.0.0",
"postcss-loader": "^7.0.0",
"postcss": "^8.5.12",
"postcss-calc": "^9.0.1",
"postcss-color-function": "^4.1.0",
"postcss-color-mod-function": "^3.0.3",
"postcss-custom-media": "^9.1.5",
"postcss-custom-properties": "^13.3.12",
"postcss-discard-comments": "^6.0.2",
"postcss-discard-duplicates": "^6.0.3",
"postcss-each": "^1.1.0",
"postcss-for": "^2.1.1",
"postcss-import": "^15.1.0",
"postcss-inherit": "^4.1.0",
"postcss-loader": "^7.3.4",
"postcss-media-query-parser": "^0.2.3",
"postcss-mixins": "^9.0.0",
"postcss-nested": "^6.0.0",
"postcss-omit-import-tilde": "^1.0.0",
"postcss-mixins": "^9.0.4",
"postcss-nested": "^6.2.0",
"postcss-omit-import-tilde": "^1.0.1",
"postcss-remove-root": "^0.0.2",
"postcss-strip-units": "^2.0.0",
"postcss-url": "^10.0.0",
"postcss-strip-units": "^2.0.1",
"postcss-url": "^10.1.3",
"react-refresh": "0.10.0",
"react-refresh-typescript": "2.0.2",
"rimraf": "^2.7.1",
"rspack-manifest-plugin": "5.0.3",
"react-refresh-typescript": "2.0.12",
"rimraf": "^6.1.3",
"rspack-manifest-plugin": "^5.2.1",
"run-script-webpack-plugin": "0.0.11",
"semver": "^7.5.4",
"semver": "^7.7.4",
"serialize-javascript": "^7.0.5",
"shelljs": "0.8.5",
"strip-ansi": "6.0.1",
"style-loader": "3.3.3",
"swc-loader": "^0.2.6",
"shelljs": "^0.10.0",
"strip-ansi": "^7.2.0",
"style-loader": "3.3.4",
"swc-loader": "^0.2.7",
"swc-plugin-coverage-instrument": "0.0.32",
"tar": "7.5.11",
"terser-webpack-plugin": "5.3.14",
"tar": "7.5.13",
"terser-webpack-plugin": "5.5.0",
"ts-checker-rspack-plugin": "^1.3.0",
"ts-jest": "29.1.0",
"ts-loader": "9.4.4",
"ts-jest": "29.4.9",
"ts-loader": "9.5.7",
"ts-node": "10.9.2",
"webpack-bundle-analyzer": "4.10.2",
"webpack-bundle-analyzer": "^5.3.0",
"webpack-deduplication-plugin": "^0.0.8",
"webpack-manifest-plugin": "3.2.0",
"webpack-node-externals": "3.0.0"
"webpack-manifest-plugin": "^6.0.1",
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"@types/assets-webpack-plugin": "6.1.2",
"@types/case-sensitive-paths-webpack-plugin": "2.1.6",
"@types/case-sensitive-paths-webpack-plugin": "2.1.9",
"@types/compression-webpack-plugin": "4.0.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.5.14",
"@types/lodash.merge": "^4.6.7",
"@types/node": "18.19.121",
"@types/lodash.merge": "^4.6.9",
"@types/node": "18.19.130",
"@types/postcss-media-query-parser": "0.2.4",
"@types/semver": "^7.5.0",
"@types/semver": "^7.7.1",
"@types/serialize-javascript": "^5.0.4",
"@types/shelljs": "^0.8.12",
"@types/start-server-webpack-plugin": "2.2.2",
"@types/shelljs": "^0.8.17",
"@types/start-server-webpack-plugin": "2.2.5",
"@types/tar": "^4.0.5",
"@types/webpack": "^5.28.5",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-dev-server": "4.7.2",
"@types/webpack-manifest-plugin": "3.0.5",
"@types/webpack-node-externals": "^3.0.0",
"@types/webpack-manifest-plugin": "3.0.8",
"@types/webpack-node-externals": "^3.0.4",
"type-fest": "2.19.0",
"typescript": "6.0.2"
"typescript": "6.0.3"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion packages/client-event-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"jest": "28.1.3",
"react": "18.3.1",
"ts-jest": "28.0.8",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
20 changes: 10 additions & 10 deletions packages/example-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
"@alfalab/scripts-modules": "workspace:*",
"@alfalab/scripts-server": "workspace:*",
"arui-scripts": "workspace:*",
"body-parser": "^1.20.3",
"express": "^4.20.0",
"body-parser": "^1.20.5",
"express": "^4.22.1",
"lodash": "^4.18.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/enzyme": "^3.10.13",
"@types/express": "^4.17.17",
"@types/enzyme": "^3.10.19",
"@types/express": "^4.17.25",
"@types/jest": "^23.3.14",
"@types/lodash": "^4.14.197",
"@types/node": "^14.18.54",
"@types/react": "18.3.24",
"@types/lodash": "^4.17.24",
"@types/node": "^14.18.63",
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"@types/webpack-env": "^1.18.1",
"@types/webpack-env": "^1.18.8",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "^1.15.4",
"enzyme-adapter-react-16": "^1.15.8",
"jest": "28.1.3",
"ts-jest": "28.0.8",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
24 changes: 12 additions & 12 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@
]
},
"dependencies": {
"@alfalab/core-components": "^42.1.0",
"@alfalab/core-components": "^50.12.0",
"@alfalab/scripts-modules": "workspace:*",
"@alfalab/scripts-server": "workspace:*",
"@hapi/hapi": "^21.3.2",
"@hapi/hapi": "^21.4.8",
"arui-scripts": "workspace:*",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "^1.15.4",
"express": "^4.20.0",
"enzyme-adapter-react-16": "^1.15.8",
"express": "^4.22.1",
"lodash": "^4.18.1",
"react": "18.3.1",
"react-compiler-runtime": "^1.0.0",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/enzyme": "^3.10.13",
"@types/express": "^4.17.17",
"@types/enzyme": "^3.10.19",
"@types/express": "^4.17.25",
"@types/jest": "^23.3.14",
"@types/lodash": "^4.14.197",
"@types/node": "^14.18.54",
"@types/react": "18.3.24",
"@types/lodash": "^4.17.24",
"@types/node": "^14.18.63",
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"@types/webpack-env": "^1.18.1",
"@types/webpack-env": "^1.18.8",
"jest": "28.1.3",
"postcss-preset-env": "^8.4.1",
"postcss-preset-env": "^8.5.1",
"ts-jest": "28.0.8",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
Loading
Loading