forked from foxglove/cdr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* re run pipeline * yarn lock fixes * changes added with: yarn add eslint-plugin-import@latest --dev * updates/fixes on CdrWriter.ts * updates/fixes on CdrReader.ts | CdrSizeCalculator.ts | CdrWriter.test.ts * updates on CdrReader.test.ts * fixes to lint and tests | some dependencies updated * updating espree version from 10 to 9 because of error with frozen-locklife on github pipeline * updates on prettier dependencies * fixing lint unwanted change --------- Co-authored-by: João Miguel Luis <[email protected]>
- Loading branch information
1 parent
5cdd02e
commit 2ab64dd
Showing
11 changed files
with
2,461 additions
and
2,449 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ printWidth: 100 | |
trailingComma: "all" | ||
tabWidth: 2 | ||
semi: true | ||
endOfLine: "auto" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@foxglove/cdr", | ||
"name": "@lichtblick/cdr", | ||
"version": "3.3.0", | ||
"description": "Common Data Representation serialization and deserialization library", | ||
"license": "MIT", | ||
|
@@ -15,13 +15,13 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/foxglove/cdr.git" | ||
"url": "https://github.com/lichtblick/cdr.git" | ||
}, | ||
"author": { | ||
"name": "Foxglove Technologies", | ||
"email": "[email protected]" | ||
"name": "Lichtblick", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/foxglove/cdr", | ||
"homepage": "https://github.com/lichtblick/cdr", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
|
@@ -41,21 +41,24 @@ | |
"node": ">= 14" | ||
}, | ||
"devDependencies": { | ||
"@foxglove/eslint-plugin": "0.17.0", | ||
"@types/jest": "27.0.1", | ||
"@typescript-eslint/eslint-plugin": "4.31.1", | ||
"@typescript-eslint/parser": "4.31.1", | ||
"eslint": "7.32.0", | ||
"@lichtblick/eslint-plugin": "^1.0.0", | ||
"@types/jest": "29.5.12", | ||
"@typescript-eslint/eslint-plugin": "v6", | ||
"@typescript-eslint/parser": "v6", | ||
"acorn": "^8.12.1", | ||
"eslint": "8.50.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-es": "4.1.0", | ||
"eslint-plugin-filenames": "1.3.2", | ||
"eslint-plugin-import": "2.24.2", | ||
"eslint-plugin-jest": "24.4.0", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"jest": "27.2.0", | ||
"prettier": "2.4.0", | ||
"eslint-plugin-import": "^2.30.0", | ||
"eslint-plugin-jest": "27.6.3", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"espree": "^9.1.0", | ||
"jest": "29.7.0", | ||
"prettier": "3.3.2", | ||
"rimraf": "3.0.2", | ||
"ts-jest": "27.0.5", | ||
"typescript": "4.4.3" | ||
} | ||
"ts-jest": "^29.2.5", | ||
"typescript": "5.3.3" | ||
}, | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.