Skip to content

Commit eab87c6

Browse files
authored
Merge pull request #31 from techdivision/NCP-40
NCP-40 // Remove prebuilt script and bump node and dependency versions
2 parents 965f9c3 + fe3e376 commit eab87c6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
node_modules
3-
yarn.lock
3+
yarn.lock
4+
.DS_Store

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.15.3
1+
14.19.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.15.3
1+
14.19.1

Resources/Private/JavaScript/CkStyles/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@
1313
"buildTargetDirectory": "../../../Public/JavaScript/CkStyles"
1414
},
1515
"dependencies": {
16-
"@ckeditor/ckeditor5-basic-styles": "^10.0.0"
1716
}
18-
}
17+
}

0 commit comments

Comments
 (0)