Skip to content

Commit 4355f53

Browse files
committed
Fix for @tabler/react-icons
1 parent 8c0c08f commit 4355f53

File tree

2 files changed

+2119
-2133
lines changed

2 files changed

+2119
-2133
lines changed

package.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -26,83 +26,83 @@
2626
"e2e-test": "node --unhandled-rejections=throw ./e2e/index.js"
2727
},
2828
"dependencies": {
29-
"@tabler/icons": "^1.76.0",
30-
"ace-builds": "^1.7.1",
31-
"asar": "^3.1.0",
32-
"better-sqlite3": "^8.2.0",
33-
"chart.js": "^3.8.0",
29+
"@tabler/icons": "npm:@tabler/icons-react",
30+
"ace-builds": "^1.23.0",
31+
"asar": "^3.2.0",
32+
"better-sqlite3": "^8.4.0",
33+
"chart.js": "^4.3.0",
3434
"cookie-parser": "^1.4.6",
35-
"core-js": "^3.23.5",
36-
"date-fns": "^2.28.0",
37-
"express": "^4.18.1",
35+
"core-js": "^3.31.0",
36+
"date-fns": "^2.30.0",
37+
"express": "^4.18.2",
3838
"express-session": "^1.17.3",
3939
"js-yaml": "^4.1.0",
40-
"jsdom": "^20.0.0",
40+
"jsdom": "^22.1.0",
4141
"jsesc": "^3.0.2",
4242
"json-stringify-safe": "^5.0.1",
4343
"lodash.debounce": "^4.0.8",
4444
"nanoid": "3",
45-
"nodemailer": "^6.7.7",
46-
"openid-client": "^5.4.0",
47-
"papaparse": "^5.3.2",
45+
"nodemailer": "^6.9.3",
46+
"openid-client": "^5.4.2",
47+
"papaparse": "^5.4.1",
4848
"passport": "^0.6.0",
4949
"preview": "npm:@multiprocess/preview",
5050
"react": "17",
5151
"react-ace": "^10.1.0",
5252
"react-dom": "17",
53-
"react-hotkeys-hook": "^3.4.6",
53+
"react-hotkeys-hook": "^4.4.0",
5454
"react-syntax-highlighter": "^15.5.0",
55-
"sass": "^1.60.0",
55+
"sass": "^1.63.6",
5656
"shape": "npm:@multiprocess/shape",
5757
"source-map-support": "^0.5.21",
58-
"sql-formatter": "^8.2.0",
58+
"sql-formatter": "^12.2.3",
5959
"tmp-promise": "^3.0.3",
6060
"tweetnacl": "^1.0.3",
6161
"tweetnacl-util": "^0.15.1",
62-
"use-debounce": "^8.0.2",
62+
"use-debounce": "^9.0.4",
6363
"xlsx": "^0.18.5"
6464
},
6565
"optionalDependencies": {},
6666
"devDependencies": {
67-
"@dsnp/parquetjs": "^1.2.1",
68-
"@faker-js/faker": "^7.3.0",
69-
"@types/better-sqlite3": "^7.5.0",
67+
"@dsnp/parquetjs": "^1.3.1",
68+
"@faker-js/faker": "^8.0.2",
69+
"@types/better-sqlite3": "^7.6.4",
7070
"@types/cookie-parser": "^1.4.3",
71-
"@types/express": "^4.17.13",
72-
"@types/express-session": "^1.17.5",
71+
"@types/express": "^4.17.17",
72+
"@types/express-session": "^1.17.7",
7373
"@types/js-yaml": "^4.0.5",
7474
"@types/jsesc": "^3.0.1",
7575
"@types/json-stringify-safe": "^5.0.0",
7676
"@types/lodash.debounce": "^4.0.7",
7777
"@types/nanoid": "^3.0.0",
78-
"@types/papaparse": "^5.3.2",
79-
"@types/passport": "^1.0.9",
78+
"@types/papaparse": "^5.3.7",
79+
"@types/passport": "^1.0.12",
8080
"@types/react": "17",
8181
"@types/react-dom": "17",
82-
"@types/react-syntax-highlighter": "^15.5.3",
83-
"@typescript-eslint/eslint-plugin": "^5.30.7",
84-
"@typescript-eslint/parser": "^5.30.7",
85-
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
82+
"@types/react-syntax-highlighter": "^15.5.7",
83+
"@typescript-eslint/eslint-plugin": "^5.60.1",
84+
"@typescript-eslint/parser": "^5.60.1",
85+
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
8686
"cross-env": "^7.0.3",
87-
"electron": "^19.0.8",
88-
"electron-chromedriver": "^19.0.0",
89-
"electron-packager": "^15.5.1",
90-
"electron-rebuild": "^3.2.8",
87+
"electron": "^25.2.0",
88+
"electron-chromedriver": "^24.6.0",
89+
"electron-packager": "^17.1.1",
90+
"electron-rebuild": "^3.2.9",
9191
"enzyme": "^3.11.0",
92-
"esbuild": "^0.14.49",
93-
"eslint": "^8.20.0",
94-
"eslint-plugin-jest": "^26.6.0",
95-
"eslint-plugin-react": "^7.30.1",
92+
"esbuild": "^0.18.10",
93+
"eslint": "^8.43.0",
94+
"eslint-plugin-jest": "^27.2.2",
95+
"eslint-plugin-react": "^7.32.2",
9696
"eslint-plugin-react-hooks": "^4.6.0",
97-
"jest": "^28.1.3",
98-
"jest-canvas-mock": "^2.4.0",
97+
"jest": "^29.5.0",
98+
"jest-canvas-mock": "^2.5.1",
9999
"node-fetch": "2",
100-
"prettier": "^2.7.1",
101-
"prettier-plugin-organize-imports": "^3.0.0",
102-
"refractor": "^4.7.0",
103-
"selenium-webdriver": "^4.3.1",
104-
"ts-jest": "^28.0.7",
105-
"typescript": "^4.7.4"
100+
"prettier": "^2.8.8",
101+
"prettier-plugin-organize-imports": "^3.2.2",
102+
"refractor": "^4.8.1",
103+
"selenium-webdriver": "^4.10.0",
104+
"ts-jest": "^29.1.0",
105+
"typescript": "^5.1.3"
106106
},
107107
"version": "0.0.0"
108108
}

0 commit comments

Comments
 (0)