Skip to content

Commit

Permalink
update dependencies (#12658)
Browse files Browse the repository at this point in the history
* update dependencies

* fix dependency
  • Loading branch information
RaananW authored Jun 17, 2022
1 parent f2d5a8b commit d3f5a64
Show file tree
Hide file tree
Showing 33 changed files with 16,202 additions and 10,566 deletions.
26,450 changes: 16,041 additions & 10,409 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"devDependencies": {
"@alex_neo/jest-expect-message": "~1.0.5",
"@dev/build-tools": "^1.0.0",
"@nrwl/cli": "~13.9.4",
"@nrwl/tao": "~13.9.4",
"@nrwl/workspace": "~13.9.4",
"@dev/build-tools": "file:packages/dev/buildTools",
"@nrwl/cli": "^14.3.5",
"@nrwl/tao": "^14.3.5",
"@nrwl/workspace": "^14.3.5",
"@types/expect-puppeteer": "~4.4.7",
"@types/fs-extra": "^9.0.13",
"@types/jest": "~27.4.0",
Expand All @@ -20,30 +20,30 @@
"@types/puppeteer": "~5.4.4",
"@typescript-eslint/eslint-plugin": "~5.16.0",
"@typescript-eslint/parser": "~5.16.0",
"ajv": "~8.10.0",
"ajv": "~8.11.0",
"chokidar": "~3.5.2",
"concurrently": "~7.0.0",
"concurrently": "~7.2.0",
"dotenv": "~16.0.0",
"eslint": "~8.11.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "~8.5.0",
"eslint-plugin-import": "~2.25.2",
"eslint-plugin-jest": "~26.1.0",
"eslint-plugin-jsdoc": "~38.0.3",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-jest": "~26.5.3",
"eslint-plugin-jsdoc": "~39.3.2",
"eslint-plugin-prettier": "~4.0.0",
"eslint-plugin-tsdoc": "~0.2.14",
"fs-extra": "^10.0.1",
"jest": "~27.5.1",
"jest-junit": "~13.0.0",
"jest-junit": "~13.2.0",
"mini-css-extract-plugin": "~2.6.0",
"prettier": "~2.6.0",
"prettier": "^2.6.0",
"rimraf": "~3.0.2",
"ts-jest": "~27.1.3",
"ts-node": "~10.7.0",
"ts-patch": "~2.0.1",
"tslib": "~2.3.1",
"tslib": "^2.4.0",
"typescript": "~4.6.2",
"webpack": "~5.70.0",
"webpack-cli": "~4.9.1"
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"optionalDependencies": {
"canvas": "~2.9.0"
Expand Down
124 changes: 64 additions & 60 deletions packages/dev/sharedUiComponents/package.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,66 @@
{
"name": "@dev/shared-ui-components",
"private": true,
"version": "1.0.0",
"types": "dist/index",
"main": "dist/index",
"module": "dist/index",
"files": [
"dist",
"src"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rimraf dist && rimraf *.tsbuildinfo",
"precompile": "npm run compile:assets",
"compile": "npm run compile:source",
"compile:source": "tsc -b tsconfig.build.json",
"compile:assets": "build-tools -c process-assets --package core",
"watch:assets": "build-tools -c process-assets --package core --watch",
"watch:source": "tsc -b tsconfig.build.json -w",
"watch": "build-tools -c dev-watch --package \"shared-ui-components\" -wa",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.1.0",
"@fortawesome/react-fontawesome": "^0.1.18",
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.10",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@dev/core": "^1.0.0",
"@dev/gui": "^1.0.0",
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-typescript": "^8.3.0",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "^0.0.11",
"babel-loader": "^8.2.5",
"node-sass": "^7.0.1",
"rimraf": "^3.0.2",
"rollup": "^2.58.3",
"rollup-plugin-scss": "^3.0.0",
"typescript": "^4.4.4"
},
"sideEffects": false,
"dependencies": {
"@storybook/builder-webpack5": "^6.4.22",
"@storybook/manager-webpack5": "^6.4.22"
}
"name": "@dev/shared-ui-components",
"private": true,
"version": "1.0.0",
"types": "dist/index",
"main": "dist/index",
"module": "dist/index",
"files": [
"dist",
"src"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rimraf dist && rimraf *.tsbuildinfo",
"precompile": "npm run compile:assets",
"compile": "npm run compile:source",
"compile:source": "tsc -b tsconfig.build.json",
"compile:assets": "build-tools -c process-assets --package core",
"watch:assets": "build-tools -c process-assets --package core --watch",
"watch:source": "tsc -b tsconfig.build.json -w",
"watch": "build-tools -c dev-watch --package \"shared-ui-components\" -wa",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.1.0",
"@fortawesome/react-fontawesome": "^0.1.18",
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.10",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@dev/core": "^1.0.0",
"@dev/gui": "^1.0.0",
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-typescript": "^8.3.0",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "^0.0.11",
"babel-loader": "^8.2.5",
"node-sass": "^7.0.1",
"rimraf": "^3.0.2",
"rollup": "^2.58.3",
"rollup-plugin-scss": "^3.0.0",
"typescript": "^4.4.4"
},
"sideEffects": false,
"dependencies": {
"@storybook/builder-webpack5": "^6.4.22",
"@storybook/manager-webpack5": "^6.4.22"
},
"resolutions": {
"webpack": "^5.73.0"
}
}

2 changes: 1 addition & 1 deletion packages/public/@babylonjs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prepublishOnly": "build-tools -c prepare-es6-build -cf Engines/constants.js"
},
"dependencies": {
"tslib": "^2.3.1"
"tslib": "^2.4.0"
},
"devDependencies": {
"@dev/build-tools": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/public/@babylonjs/gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@babylonjs/core": "^5.11.0",
"tslib": "^2.3.1"
"tslib": "^2.4.0"
},
"devDependencies": {
"@dev/build-tools": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/public/@babylonjs/loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@babylonjs/core": "^5.11.0",
"babylonjs-gltf2interface": "^5.11.0",
"tslib": "^2.3.1"
"tslib": "^2.4.0"
},
"devDependencies": {
"@dev/build-tools": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/public/@babylonjs/materials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@babylonjs/core": "^5.11.0",
"tslib": "^2.3.1"
"tslib": "^2.4.0"
},
"devDependencies": {
"@dev/build-tools": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/public/@babylonjs/post-processes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@babylonjs/core": "^5.11.0",
"tslib": "^2.3.1"
"tslib": "^2.4.0"
},
"devDependencies": {
"@dev/build-tools": "^1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@babylonjs/core": "^5.11.0",
"tslib": "^2.3.1"
"tslib": "^2.4.0"
},
"devDependencies": {
"@dev/build-tools": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/public/@babylonjs/serializers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@babylonjs/core": "^5.11.0",
"babylonjs-gltf2interface": "^5.11.0",
"tslib": "^2.3.1"
"tslib": "^2.4.0"
},
"devDependencies": {
"@dev/build-tools": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/public/@babylonjs/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"babylonjs-viewer-assets": "^5.11.0",
"deepmerge": "~4.2.2",
"handlebars": "~4.7.7",
"pepjs": "~0.4.3",
"tslib": "^2.3.1"
"pepjs": "~0.5.3",
"tslib": "^2.4.0"
},
"devDependencies": {
"@dev/build-tools": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/public/babylonjs-viewer-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"html-loader": "^3.1.0",
"rimraf": "^3.0.2",
"typescript": "^4.4.4",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},
"homepage": "https://www.babylonjs.com",
Expand Down
8 changes: 4 additions & 4 deletions packages/public/umd/babylonjs-gui-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"react-contextmenu": "RaananW/react-contextmenu",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"sass-loader": "^12.4.0",
"source-map-loader": "^3.0.0",
"sass-loader": "^13.0.0",
"source-map-loader": "^4.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/public/umd/babylonjs-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"@dev/build-tools": "1.0.0",
"@lts/gui": "1.0.0",
"rimraf": "^3.0.2",
"source-map-loader": "^3.0.0",
"source-map-loader": "^4.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions packages/public/umd/babylonjs-inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"react-contextmenu": "RaananW/react-contextmenu",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"sass-loader": "^12.4.0",
"source-map-loader": "^3.0.0",
"sass-loader": "^13.0.0",
"source-map-loader": "^4.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/public/umd/babylonjs-ktx2decoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"@lts/gui": "1.0.0",
"@tools/ktx2decoder": "1.0.0",
"rimraf": "^3.0.2",
"source-map-loader": "^3.0.0",
"source-map-loader": "^4.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/public/umd/babylonjs-loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"@dev/build-tools": "1.0.0",
"@lts/loaders": "1.0.0",
"rimraf": "^3.0.2",
"source-map-loader": "^3.0.0",
"source-map-loader": "^4.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/public/umd/babylonjs-materials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"@dev/build-tools": "1.0.0",
"@lts/materials": "1.0.0",
"rimraf": "^3.0.2",
"source-map-loader": "^3.0.0",
"source-map-loader": "^4.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions packages/public/umd/babylonjs-node-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"react-contextmenu": "RaananW/react-contextmenu",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"sass-loader": "^12.4.0",
"source-map-loader": "^3.0.0",
"sass-loader": "^13.0.0",
"source-map-loader": "^4.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/public/umd/babylonjs-post-process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"@dev/build-tools": "1.0.0",
"@lts/post-processes": "1.0.0",
"rimraf": "^3.0.2",
"source-map-loader": "^3.0.0",
"source-map-loader": "^4.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},
"keywords": [
Expand Down
Loading

0 comments on commit d3f5a64

Please sign in to comment.