Skip to content

Commit 799405e

Browse files
Broch StilleyBroch Stilley
authored andcommitted
chore(deps): Update deps to range maximums.
1 parent 6f6e4b7 commit 799405e

File tree

3 files changed

+4973
-3493
lines changed

3 files changed

+4973
-3493
lines changed

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svg-to-excalidraw",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "Convert SVG to Excalidraw’s file format",
55
"main": "dist/bundle.js",
66
"files": [
@@ -30,38 +30,39 @@
3030
],
3131
"license": "MIT",
3232
"devDependencies": {
33-
"@babel/core": "7.15.5",
34-
"@babel/plugin-proposal-class-properties": "7.14.5",
35-
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
33+
"@babel/core": "7.24.5",
34+
"@babel/plugin-proposal-class-properties": "7.18.6",
35+
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
3636
"@babel/plugin-syntax-dynamic-import": "7.8.3",
37-
"@babel/preset-env": "7.15.4",
38-
"@babel/preset-typescript": "7.15.0",
39-
"@excalidraw/eslint-config": "1.0.1",
37+
"@babel/preset-env": "7.24.5",
38+
"@babel/preset-typescript": "7.24.1",
39+
"@excalidraw/eslint-config": "1.0.3",
4040
"@excalidraw/prettier-config": "1.0.2",
41-
"@types/chroma-js": "^2.1.3",
42-
"@typescript-eslint/eslint-plugin": "4.31.0",
43-
"@typescript-eslint/parser": "4.31.0",
44-
"babel-loader": "^8.2.2",
41+
"@types/chroma-js": "^2.4.4",
42+
"@typescript-eslint/eslint-plugin": "4.33.0",
43+
"@typescript-eslint/parser": "4.33.0",
44+
"babel-loader": "^8.3.0",
4545
"eslint": "7.32.0",
46-
"eslint-config-prettier": "8.3.0",
47-
"eslint-plugin-prettier": "4.0.0",
48-
"lint-staged": "11.1.2",
49-
"prettier": "2.3.2",
50-
"typescript": "4.4.2",
51-
"webpack": "5.52.0",
52-
"webpack-cli": "4.8.0"
46+
"eslint-config-prettier": "8.10.0",
47+
"eslint-plugin-prettier": "4.2.1",
48+
"lint-staged": "11.2.6",
49+
"prettier": "2.8.8",
50+
"typescript": "4.9.5",
51+
"webpack": "5.91.0",
52+
"webpack-cli": "4.10.0"
5353
},
5454
"lint-staged": {
5555
"*.js": "eslint --cache --fix",
5656
"*.{js,css,md}": "prettier --write"
5757
},
5858
"dependencies": {
59-
"chroma-js": "^2.1.2",
60-
"gl-matrix": "^3.3.0",
61-
"nanoid": "^3.1.25",
59+
"chroma-js": "^2.4.2",
60+
"gl-matrix": "^3.4.3",
61+
"nanoid": "^3.3.7",
6262
"path-data-parser": "^0.1.0",
6363
"points-on-curve": "^0.2.0",
6464
"points-on-path": "^0.2.1",
65-
"roughjs": "^4.4.1"
65+
"rimraf": "^5.0.5",
66+
"roughjs": "^4.6.6"
6667
}
6768
}

0 commit comments

Comments
 (0)