Skip to content

Commit

Permalink
update child packages
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rowe <[email protected]>
  • Loading branch information
d-rowe committed Dec 12, 2024
1 parent dde5c46 commit c2caf2d
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 60 deletions.
2 changes: 1 addition & 1 deletion packages/osd-ace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@osd/babel-preset": "1.0.0",
"raw-loader": "^4.0.2",
"typescript": "4.0.2",
"webpack": "npm:@amoo-miki/[email protected]"
"webpack": "^4.47.0"
},
"@osd/pm": {
"web": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"glob-all": "^3.2.1",
"lru-cache": "^4.1.5",
"resolve": "^1.7.1",
"webpack": "npm:@amoo-miki/[email protected]"
"webpack": "^4.47.0"
}
}
2 changes: 1 addition & 1 deletion packages/osd-interpreter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"style-loader": "^1.1.3",
"supports-color": "^7.0.0",
"url-loader": "^2.2.0",
"webpack": "npm:@amoo-miki/[email protected]",
"webpack": "^4.47.0",
"webpack-cli": "^4.9.2"
}
}
3 changes: 1 addition & 2 deletions packages/osd-monaco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"monaco-editor": "~0.17.0"
},
"devDependencies": {
"@node-rs/xxhash": "^1.3.0",
"@osd/babel-preset": "1.0.0",
"@osd/dev-utils": "1.0.0",
"babel-loader": "^8.2.3",
Expand All @@ -22,7 +21,7 @@
"raw-loader": "^4.0.2",
"supports-color": "^7.0.0",
"typescript": "4.0.2",
"webpack": "npm:@amoo-miki/[email protected]",
"webpack": "^4.47.0",
"webpack-cli": "^4.9.2"
}
}
1 change: 0 additions & 1 deletion packages/osd-monaco/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const createLangWorkerConfig = (lang) => ({
output: {
path: path.resolve(__dirname, 'target/public'),
filename: `${lang}.editor.worker.js`,
hashFunction: 'Xxh64',
},
resolve: {
modules: ['node_modules'],
Expand Down
1 change: 0 additions & 1 deletion packages/osd-optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"webpack-merge": "^4.2.2"
},
"devDependencies": {
"@node-rs/xxhash": "^1.3.0",
"@types/babel__core": "^7.1.17",
"@types/compression-webpack-plugin": "^6.0.6",
"@types/loader-utils": "^1.1.3",
Expand Down
1 change: 0 additions & 1 deletion packages/osd-optimizer/src/worker/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export function getWebpackConfig(bundle: Bundle, bundleRefs: BundleRefs, worker:
info.absoluteResourcePath
)}${info.query}`,
jsonpFunction: `${bundle.id}_bundle_jsonpfunction`,
hashFunction: 'Xxh64',
},

optimization: {
Expand Down
3 changes: 1 addition & 2 deletions packages/osd-pm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.9",
"@node-rs/xxhash": "^1.3.0",
"@osd/babel-preset": "1.0.0",
"@osd/dev-utils": "1.0.0",
"@types/cmd-shim": "^2.0.0",
Expand Down Expand Up @@ -61,7 +60,7 @@
"tempy": "^0.3.0",
"typescript": "4.0.2",
"unlazy-loader": "^0.1.3",
"webpack": "npm:@amoo-miki/[email protected]",
"webpack": "^4.47.0",
"webpack-cli": "^4.9.2",
"write-pkg": "^4.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/osd-pm/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ module.exports = {
path: path.resolve(__dirname, 'dist'),
filename: '[name].js',
libraryTarget: 'commonjs2',
hashFunction: 'Xxh64',
},

resolve: {
Expand Down
3 changes: 1 addition & 2 deletions packages/osd-ui-shared-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@node-rs/xxhash": "^1.3.0",
"@osd/babel-preset": "1.0.0",
"@osd/dev-utils": "1.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
Expand All @@ -49,6 +48,6 @@
"sass-embedded": "1.66.1",
"sass-loader": "npm:@amoo-miki/sass-loader@10.4.1-node-sass-9.0.0-libsass-3.6.5-with-sass-embedded.rc1",
"val-loader": "^2.1.2",
"webpack": "npm:@amoo-miki/[email protected]"
"webpack": "^4.47.0"
}
}
1 change: 0 additions & 1 deletion packages/osd-ui-shared-deps/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ exports.getWebpackConfig = ({ dev = false } = {}) => ({
devtoolModuleFilenameTemplate: (info) =>
`osd-ui-shared-deps/${Path.relative(REPO_ROOT, info.absoluteResourcePath)}`,
library: '__osdSharedDeps__',
hashFunction: 'Xxh64',
},

module: {
Expand Down
46 changes: 0 additions & 46 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17029,22 +17029,6 @@ terser-webpack-plugin@^2.1.2:
terser "^4.6.12"
webpack-sources "^1.4.3"

"terser-webpack-plugin@npm:@amoo-miki/[email protected]":
version "1.4.5-rc.2"
resolved "https://registry.yarnpkg.com/@amoo-miki/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5-rc.2.tgz#046c062ef22c126c2544718674bc6624e3651b9c"
integrity sha512-JFSGSzsWgSHEqQXlnHDh3gw+jdVdVlWM2Irdps9P/yWYNY/5VjuG8sdoW4mbuP8/HM893/k8N+ipbeqsd8/xpA==
dependencies:
"@node-rs/xxhash" "^1.3.0"
cacache "^12.0.2"
find-cache-dir "^2.1.0"
is-wsl "^1.1.0"
schema-utils "^1.0.0"
serialize-javascript "^4.0.0"
source-map "^0.6.1"
terser "^4.1.2"
webpack-sources "^1.4.0"
worker-farm "^1.7.0"

terser@^4.1.2, terser@^4.6.12:
version "4.8.1"
resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.1.tgz#a00e5634562de2239fd404c649051bf6fc21144f"
Expand Down Expand Up @@ -18652,36 +18636,6 @@ webpack@^4.47.0:
watchpack "^1.7.4"
webpack-sources "^1.4.1"

"webpack@npm:@amoo-miki/[email protected]":
version "4.46.0-xxhash.1"
resolved "https://registry.yarnpkg.com/@amoo-miki/webpack/-/webpack-4.46.0-xxhash.1.tgz#e8fdb0399d36715e558ad35e3ff70fd1d4ea47a7"
integrity sha512-gPwQMqfrE9326g+rZoU4BPOfcYvEcAR0XxfpV9AGUcRwl2oHoqEwq7nxSWchilpGV1i9XI7mCa8u8k4ePz6ziA==
dependencies:
"@node-rs/xxhash" "^1.3.0"
"@webassemblyjs/ast" "1.9.0"
"@webassemblyjs/helper-module-context" "1.9.0"
"@webassemblyjs/wasm-edit" "1.9.0"
"@webassemblyjs/wasm-parser" "1.9.0"
acorn "^6.4.1"
ajv "^6.10.2"
ajv-keywords "^3.4.1"
chrome-trace-event "^1.0.2"
enhanced-resolve "^4.5.0"
eslint-scope "^4.0.3"
glob-to-regexp "^0.4.1"
json-parse-better-errors "^1.0.2"
loader-runner "^2.4.0"
loader-utils "^2.0.4"
memory-fs "^0.4.1"
mkdirp "^0.5.3"
neo-async "^2.6.1"
node-libs-browser "^2.2.1"
schema-utils "^1.0.0"
tapable "^1.1.3"
terser-webpack-plugin "npm:@amoo-miki/[email protected]"
watchpack "^1.7.4"
webpack-sources "^1.4.1"

whatwg-encoding@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0"
Expand Down

0 comments on commit c2caf2d

Please sign in to comment.