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

Commit

Permalink
chore: update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2023
1 parent 98b74fd commit 9f91230
Show file tree
Hide file tree
Showing 2 changed files with 3,334 additions and 1,455 deletions.
64 changes: 32 additions & 32 deletions plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"main": "./dist/reearth-plugin-plateauview.js",
"engines": {
"node": ">=16"
"node": ">=v18.17.1"
},
"scripts": {
"start:sidebar": "vite -c vite-configs/sidebar/web.ts",
Expand Down Expand Up @@ -65,53 +65,53 @@
"type": "tsc"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/jest-dom": "6.1.2",
"@testing-library/react": "14.0.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"@types/leaflet": "1.9.0",
"@types/lodash": "4.14.191",
"@types/lodash-es": "4.17.7",
"@types/node": "18.11.18",
"@types/papaparse": "5.3.7",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/leaflet": "1.9.3",
"@types/lodash": "4.14.197",
"@types/lodash-es": "4.17.8",
"@types/node": "18.17.9",
"@types/papaparse": "5.3.8",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/remarkable": "2.0.3",
"@types/styled-components": "5.1.26",
"@types/tinycolor2": "^1.4.3",
"@vitejs/plugin-react": "3.0.1",
"antd": "4.24.7",
"archiver": "5.3.1",
"@vitejs/plugin-react": "4.0.4",
"antd": "5.8.4",
"archiver": "6.0.0",
"del-cli": "5.0.0",
"eslint": "8.31.0",
"eslint-config-reearth": "0.2.1",
"jsdom": "21.0.0",
"less": "4.1.3",
"less-loader": "11.1.0",
"msw": "0.49.2",
"eslint": "8.47.0",
"eslint-config-reearth": "0.2.4",
"jsdom": "22.1.0",
"less": "4.2.0",
"less-loader": "11.1.3",
"msw": "1.2.3",
"npm-run-all": "4.1.5",
"prettier": "2.8.2",
"rollup-plugin-visualizer": "5.9.0",
"styled-components": "5.3.6",
"typescript": "4.9.4",
"typescript-styled-plugin": "0.18.2",
"vite": "4.0.5",
"prettier": "3.0.2",
"rollup-plugin-visualizer": "5.9.2",
"styled-components": "6.0.7",
"typescript": "5.1.6",
"typescript-styled-plugin": "0.18.3",
"vite": "4.4.9",
"vite-plugin-cdn-import": "0.3.5",
"vite-plugin-dts": "1.7.1",
"vite-plugin-singlefile": "0.13.2",
"vite-plugin-svgr": "2.4.0",
"vite-tsconfig-paths": "4.0.5",
"vitest": "0.27.0",
"vite-plugin-dts": "3.5.2",
"vite-plugin-singlefile": "0.13.5",
"vite-plugin-svgr": "3.2.0",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.34.2",
"yml": "1.0.0"
},
"dependencies": {
"easymde": "2.18.0",
"immutability-helper": "3.1.1",
"js-file-download": "0.4.12",
"json5": "2.2.3",
"leaflet": "1.9.3",
"leaflet": "1.9.4",
"lodash-es": "^4.17.21",
"papaparse": "5.3.2",
"papaparse": "5.4.1",
"react": "18.2.0",
"react-accessible-accordion": "5.0.0",
"react-dnd": "16.0.1",
Expand Down
Loading

0 comments on commit 9f91230

Please sign in to comment.