Skip to content

Commit

Permalink
fix: specify npm packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Nov 18, 2021
1 parent 6855d27 commit 2e2e8f2
Show file tree
Hide file tree
Showing 4 changed files with 2,123 additions and 2,460 deletions.
3 changes: 0 additions & 3 deletions externs.js
Expand Up @@ -118,9 +118,6 @@ dummy.convertToViewportRectangle = function() {};
dummy.init = function() {};
dummy.commit = function() {};
dummy.raw = function() {};
dummy.renderer = function() {};
dummy.plugins = function() {};
dummy.interaction = function() {};

/**
* @typedef {{
Expand Down
84 changes: 42 additions & 42 deletions package.json
Expand Up @@ -60,51 +60,51 @@
"cljs:build-electron": "clojure -A:cljs compile parser-worker app electron"
},
"dependencies": {
"@capacitor/android": "^3.2.2",
"@capacitor/core": "^3.2.2",
"@capacitor/filesystem": "^1.0.3",
"@capacitor/ios": "^3.2.2",
"@capacitor/splash-screen": "^1.1.3",
"@excalidraw/excalidraw": "^0.4.2",
"@kanru/rage-wasm": "^0.2.1",
"@sentry/browser": "^6.4.1",
"@sentry/electron": "^2.5.1",
"@tabler/icons": "^1.41.2",
"@tippyjs/react": "^4.2.5",
"chokidar": "^3.5.1",
"chrono-node": "^2.2.4",
"codemirror": "^5.58.1",
"cypress-clojurescript-preprocessor": "^0.1.4",
"cypress-real-events": "^1.5.0",
"d3-force": "^3.0.0",
"@capacitor/android": "3.2.2",
"@capacitor/core": "3.2.2",
"@capacitor/filesystem": "1.0.3",
"@capacitor/ios": "3.2.2",
"@capacitor/splash-screen": "1.1.3",
"@excalidraw/excalidraw": "0.4.2",
"@kanru/rage-wasm": "0.2.1",
"@sentry/browser": "6.4.1",
"@sentry/electron": "2.5.1",
"@tabler/icons": "1.41.2",
"@tippyjs/react": "4.2.5",
"chokidar": "3.5.1",
"chrono-node": "2.2.4",
"codemirror": "5.58.1",
"cypress-clojurescript-preprocessor": "0.1.4",
"cypress-real-events": "1.5.0",
"d3-force": "3.0.0",
"diff": "5.0.0",
"diff-match-patch": "^1.0.5",
"diff-match-patch": "1.0.5",
"electron": "15.1.2",
"fs": "^0.0.1-security",
"fs-extra": "^9.1.0",
"fuse.js": "^6.4.6",
"graphology": "^0.20.0",
"gulp-cached": "^1.1.1",
"highlight.js": "^10.4.1",
"ignore": "^5.1.8",
"fs": "0.0.1-security",
"fs-extra": "9.1.0",
"fuse.js": "6.4.6",
"graphology": "0.20.0",
"gulp-cached": "1.1.1",
"highlight.js": "10.4.1",
"ignore": "5.1.8",
"is-svg": "4.2.2",
"jszip": "^3.5.0",
"jszip": "3.5.0",
"mldoc": "1.1.8",
"path": "^0.12.7",
"pixi-graph-fork": "^0.1.7",
"pixi.js": "^6.2.0",
"posthog-js": "^1.10.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-grid-layout": "^0.16.6",
"react-icons": "^2.2.7",
"react-resize-context": "^3.0.0",
"react-textarea-autosize": "^8.0.1",
"react-tippy": "^1.4.0",
"react-transition-group": "^4.3.0",
"react-tweet-embed": "^1.2.2",
"reakit": "^0.11.1",
"threads": "^1.6.5",
"yargs-parser": "^20.2.4"
"path": "0.12.7",
"pixi-graph-fork": "0.1.6",
"pixi.js": "6.2.0",
"posthog-js": "1.10.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-grid-layout": "0.16.6",
"react-icons": "2.2.7",
"react-resize-context": "3.0.0",
"react-textarea-autosize": "8.0.1",
"react-tippy": "1.4.0",
"react-transition-group": "4.3.0",
"react-tweet-embed": "1.2.2",
"reakit": "0.11.1",
"threads": "1.6.5",
"yargs-parser": "20.2.4"
}
}
18 changes: 9 additions & 9 deletions resources/package.json
Expand Up @@ -20,15 +20,15 @@
"dependencies": {
"better-sqlite3": "7.4.4",
"chokidar": "^3.5.1",
"dugite": "^1.103.0",
"electron-log": "^4.3.1",
"electron-squirrel-startup": "^1.0.0",
"electron-window-state": "^5.0.3",
"fs-extra": "^9.1.0",
"node-fetch": "^2.6.1",
"open": "^7.3.1",
"semver": "^7.3.5",
"update-electron-app": "^2.0.1",
"dugite": "1.103.0",
"electron-log": "4.3.1",
"electron-squirrel-startup": "1.0.0",
"electron-window-state": "5.0.3",
"fs-extra": "9.1.0",
"node-fetch": "2.6.1",
"open": "7.3.1",
"semver": "7.3.5",
"update-electron-app": "2.0.1",
"extract-zip": "2.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 2e2e8f2

Please sign in to comment.