Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update immer to ^9.0.1 #1027

Merged
merged 10 commits into from Mar 25, 2021
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@bentley/presentation-components",
"comment": "",
"type": "none"
}
],
"packageName": "@bentley/presentation-components",
"email": "70327485+roluk@users.noreply.github.com"
}
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@bentley/ui-components",
"comment": "",
"type": "none"
}
],
"packageName": "@bentley/ui-components",
"email": "70327485+roluk@users.noreply.github.com"
}
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@bentley/ui-framework",
"comment": "",
"type": "none"
}
],
"packageName": "@bentley/ui-framework",
"email": "70327485+roluk@users.noreply.github.com"
}
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@bentley/ui-ninezone",
"comment": "",
"type": "none"
}
],
"packageName": "@bentley/ui-ninezone",
"email": "70327485+roluk@users.noreply.github.com"
}
190 changes: 97 additions & 93 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions full-stack-tests/presentation/package.json
Expand Up @@ -59,7 +59,7 @@
"cpx": "^1.5.0",
"deep-equal": "^1",
"faker": "^4.1.0",
"immer": "8.0.1",
"immer": "^9.0.1",
"mocha": "^5.2.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
Expand Down Expand Up @@ -91,4 +91,4 @@
],
"extends": "plugin:@bentley/imodeljs-recommended"
}
}
}
4 changes: 2 additions & 2 deletions presentation/components/package.json
Expand Up @@ -98,7 +98,7 @@
"eslint": "^6.8.0",
"faker": "^4.1.0",
"ignore-styles": "^5.0.1",
"immer": "8.0.1",
"immer": "^9.0.1",
"jsdom-global": "3.0.2",
"mocha": "^5.2.0",
"nyc": "^14.0.0",
Expand Down Expand Up @@ -135,4 +135,4 @@
],
"extends": "plugin:@bentley/ui"
}
}
}
4 changes: 2 additions & 2 deletions ui/components/package.json
Expand Up @@ -124,7 +124,7 @@
"callable-instance2": "1.0.0",
"classnames": "^2.2.5",
"eventemitter2": "^5.0.1",
"immer": "8.0.1",
"immer": "^9.0.1",
"immutable": "^3.8.2",
"inspire-tree": "^5.0.1",
"linkify-it": "~2.2.0",
Expand Down Expand Up @@ -166,4 +166,4 @@
"plugin:@bentley/jsdoc"
]
}
}
}
4 changes: 2 additions & 2 deletions ui/framework/package.json
Expand Up @@ -142,7 +142,7 @@
"@bentley/icons-generic-webfont": "^1.0.15",
"@bentley/presentation-components": "2.15.0-dev.6",
"classnames": "^2.2.5",
"immer": "8.0.1",
"immer": "^9.0.1",
"lodash": "^4.17.10",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
Expand Down Expand Up @@ -174,4 +174,4 @@
"plugin:@bentley/jsdoc"
]
}
}
}
4 changes: 2 additions & 2 deletions ui/ninezone/package.json
Expand Up @@ -91,7 +91,7 @@
],
"dependencies": {
"classnames": "^2.2.5",
"immer": "8.0.1",
"immer": "^9.0.1",
"uuid": "^7.0.3"
},
"nyc": {
Expand All @@ -118,4 +118,4 @@
"plugin:@bentley/jsdoc"
]
}
}
}