Skip to content

Commit

Permalink
fix: update dependencies and nx workspace
Browse files Browse the repository at this point in the history
Update NW workspace to version 14 upgrading angular to the same version and typescript up to 4.8

Closes salesforce#870
  • Loading branch information
nerumo committed Dec 9, 2022
1 parent d879000 commit f62ea6c
Show file tree
Hide file tree
Showing 42 changed files with 28,913 additions and 20,667 deletions.
2 changes: 1 addition & 1 deletion jest.config.js → jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { getJestProjects } = require('@nrwl/jest');

module.exports = {
export default {
projects: getJestProjects(),
};
2 changes: 1 addition & 1 deletion jest.preset.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const nxPreset = require('@nrwl/jest/preset');
const nxPreset = require('@nrwl/jest/preset').default;

module.exports = { ...nxPreset };
460 changes: 179 additions & 281 deletions migrations.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@nrwl/workspace/presets/npm.json",
"extends": "nx/presets/npm.json",
"npmScope": "@datorama",
"affected": {
"defaultBase": "master"
Expand All @@ -9,7 +9,7 @@
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
}
Expand Down
Loading

0 comments on commit f62ea6c

Please sign in to comment.