Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #84 from Outer-Wilds-New-Horizons/dev
Browse files Browse the repository at this point in the history
0.8.0
  • Loading branch information
Bwc9876 authored Dec 24, 2022
2 parents a0073d0 + c344909 commit e6ff08c
Show file tree
Hide file tree
Showing 11 changed files with 1,664 additions and 1,399 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nh-config-editor",
"private": true,
"packageManager": "[email protected]",
"version": "0.7.0",
"version": "0.8.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"settings-schema": "ts-json-schema-generator -f tsconfig.json -p src/Common/AppData/Settings.ts -t Settings -o src/Common/AppData/SettingsSchema.json --no-type-check --minify true && prettier --write ./src/Common/AppData/SettingsSchema.json",
Expand All @@ -25,54 +25,54 @@
"webstorm-integration": "vitest --watch --reporter=dot --reporter=json --outputFile=.vitest-result.json"
},
"dependencies": {
"@monaco-editor/react": "^4.4.5",
"@monaco-editor/react": "^4.4.6",
"@popperjs/core": "^2.11.6",
"@reduxjs/toolkit": "^1.8.5",
"@reduxjs/toolkit": "^1.9.1",
"@rjsf/core": "^4.2.3",
"@tauri-apps/api": "^1.0.2",
"bootstrap": "^5.2.1",
"@tauri-apps/api": "^1.2.0",
"bootstrap": "^5.2.3",
"jsonpath-plus": "^7.2.0",
"monaco-editor": "^0.33.0",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-bootstrap-icons": "^1.8.4",
"react-bootstrap": "^2.7.0",
"react-bootstrap-icons": "^1.10.2",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^3.4.7",
"react-jsonschema-form": "^1.8.1",
"react-redux": "^8.0.2",
"react-redux": "^8.0.5",
"sortablejs": "^1.15.0",
"vscode-json-languageservice": "^5.1.0"
"vscode-json-languageservice": "^5.1.3"
},
"devDependencies": {
"@redux-devtools/cli": "^1.0.7",
"@tauri-apps/cli": "^1.0.5",
"@tauri-apps/cli": "^1.2.2",
"@testing-library/react": "^13.4.0",
"@types/json-schema": "^7.0.11",
"@types/react": "^18.0.18",
"@types/react-bootstrap": "^0.32.30",
"@types/react": "^18.0.26",
"@types/react-bootstrap": "^0.32.32",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.6",
"@types/sortablejs": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@types/react-dom": "^18.0.10",
"@types/sortablejs": "^1.15.0",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"@vitejs/plugin-react": "^1.3.2",
"@vitest/ui": "^0.20.3",
"eslint": "^8.23.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.8",
"husky": "^8.0.1",
"jsdom": "^20.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"react-devtools": "^4.25.0",
"eslint-plugin-react": "^7.31.11",
"husky": "^8.0.2",
"jsdom": "^20.0.3",
"lint-staged": "^13.1.0",
"prettier": "^2.8.1",
"react-devtools": "^4.27.1",
"remote-redux-devtools": "^0.5.16",
"sass": "^1.54.9",
"ts-json-schema-generator": "^1.0.0",
"typescript": "^4.8.3",
"sass": "^1.57.1",
"ts-json-schema-generator": "^1.2.0",
"typescript": "^4.9.4",
"vite": "^2.9.15",
"vite-plugin-html": "^3.2.0",
"vite-plugin-string": "^1.1.2",
"vite-plugin-string": "^1.2.1",
"vitest": "^0.20.3"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit e6ff08c

Please sign in to comment.