Skip to content

Commit

Permalink
Fix for @tabler/react-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
eatonphil committed Jun 27, 2023
1 parent 8c0c08f commit 4355f53
Show file tree
Hide file tree
Showing 2 changed files with 2,119 additions and 2,133 deletions.
86 changes: 43 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,83 +26,83 @@
"e2e-test": "node --unhandled-rejections=throw ./e2e/index.js"
},
"dependencies": {
"@tabler/icons": "^1.76.0",
"ace-builds": "^1.7.1",
"asar": "^3.1.0",
"better-sqlite3": "^8.2.0",
"chart.js": "^3.8.0",
"@tabler/icons": "npm:@tabler/icons-react",
"ace-builds": "^1.23.0",
"asar": "^3.2.0",
"better-sqlite3": "^8.4.0",
"chart.js": "^4.3.0",
"cookie-parser": "^1.4.6",
"core-js": "^3.23.5",
"date-fns": "^2.28.0",
"express": "^4.18.1",
"core-js": "^3.31.0",
"date-fns": "^2.30.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"js-yaml": "^4.1.0",
"jsdom": "^20.0.0",
"jsdom": "^22.1.0",
"jsesc": "^3.0.2",
"json-stringify-safe": "^5.0.1",
"lodash.debounce": "^4.0.8",
"nanoid": "3",
"nodemailer": "^6.7.7",
"openid-client": "^5.4.0",
"papaparse": "^5.3.2",
"nodemailer": "^6.9.3",
"openid-client": "^5.4.2",
"papaparse": "^5.4.1",
"passport": "^0.6.0",
"preview": "npm:@multiprocess/preview",
"react": "17",
"react-ace": "^10.1.0",
"react-dom": "17",
"react-hotkeys-hook": "^3.4.6",
"react-hotkeys-hook": "^4.4.0",
"react-syntax-highlighter": "^15.5.0",
"sass": "^1.60.0",
"sass": "^1.63.6",
"shape": "npm:@multiprocess/shape",
"source-map-support": "^0.5.21",
"sql-formatter": "^8.2.0",
"sql-formatter": "^12.2.3",
"tmp-promise": "^3.0.3",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"use-debounce": "^8.0.2",
"use-debounce": "^9.0.4",
"xlsx": "^0.18.5"
},
"optionalDependencies": {},
"devDependencies": {
"@dsnp/parquetjs": "^1.2.1",
"@faker-js/faker": "^7.3.0",
"@types/better-sqlite3": "^7.5.0",
"@dsnp/parquetjs": "^1.3.1",
"@faker-js/faker": "^8.0.2",
"@types/better-sqlite3": "^7.6.4",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.5",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/js-yaml": "^4.0.5",
"@types/jsesc": "^3.0.1",
"@types/json-stringify-safe": "^5.0.0",
"@types/lodash.debounce": "^4.0.7",
"@types/nanoid": "^3.0.0",
"@types/papaparse": "^5.3.2",
"@types/passport": "^1.0.9",
"@types/papaparse": "^5.3.7",
"@types/passport": "^1.0.12",
"@types/react": "17",
"@types/react-dom": "17",
"@types/react-syntax-highlighter": "^15.5.3",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"@types/react-syntax-highlighter": "^15.5.7",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"cross-env": "^7.0.3",
"electron": "^19.0.8",
"electron-chromedriver": "^19.0.0",
"electron-packager": "^15.5.1",
"electron-rebuild": "^3.2.8",
"electron": "^25.2.0",
"electron-chromedriver": "^24.6.0",
"electron-packager": "^17.1.1",
"electron-rebuild": "^3.2.9",
"enzyme": "^3.11.0",
"esbuild": "^0.14.49",
"eslint": "^8.20.0",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-react": "^7.30.1",
"esbuild": "^0.18.10",
"eslint": "^8.43.0",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^28.1.3",
"jest-canvas-mock": "^2.4.0",
"jest": "^29.5.0",
"jest-canvas-mock": "^2.5.1",
"node-fetch": "2",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.0.0",
"refractor": "^4.7.0",
"selenium-webdriver": "^4.3.1",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"refractor": "^4.8.1",
"selenium-webdriver": "^4.10.0",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3"
},
"version": "0.0.0"
}
Loading

0 comments on commit 4355f53

Please sign in to comment.