Skip to content

Commit f62ea6c

Browse files
committed
fix: update dependencies and nx workspace
Update NW workspace to version 14 upgrading angular to the same version and typescript up to 4.8 Closes salesforce#870
1 parent d879000 commit f62ea6c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+28913
-20667
lines changed

jest.config.js jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { getJestProjects } = require('@nrwl/jest');
22

3-
module.exports = {
3+
export default {
44
projects: getJestProjects(),
55
};

jest.preset.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const nxPreset = require('@nrwl/jest/preset');
1+
const nxPreset = require('@nrwl/jest/preset').default;
22

33
module.exports = { ...nxPreset };

migrations.json

+179-281
Large diffs are not rendered by default.

nx.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@nrwl/workspace/presets/npm.json",
2+
"extends": "nx/presets/npm.json",
33
"npmScope": "@datorama",
44
"affected": {
55
"defaultBase": "master"
@@ -9,7 +9,7 @@
99
},
1010
"tasksRunnerOptions": {
1111
"default": {
12-
"runner": "@nrwl/workspace/tasks-runners/default",
12+
"runner": "nx/tasks-runners/default",
1313
"options": {
1414
"cacheableOperations": ["build", "lint", "test", "e2e"]
1515
}

0 commit comments

Comments
 (0)