Skip to content

Commit

Permalink
chore(deps): update non-major (#145)
Browse files Browse the repository at this point in the history
* chore(deps): update non-major

* Update package.json

* chore: unused legacy exports

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Olsen <81981+stipsan@users.noreply.github.com>
  • Loading branch information
renovate[bot] and stipsan authored Mar 20, 2024
1 parent bea88fc commit bb9da1d
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 379 deletions.
2 changes: 0 additions & 2 deletions package.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ export default defineConfig({
},
},

legacyExports: true,

rollup: {
plugins: [
visualizer({
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"source": "./src/index.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
Expand Down Expand Up @@ -98,17 +97,17 @@
},
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@commitlint/cli": "^19.2.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@sanity/pkg-utils": "^5.0.4",
"@sanity/ui": "^2.0.10",
"@sanity/pkg-utils": "^5.1.4",
"@sanity/ui": "^2.0.11",
"@types/leaflet": "^1.9.8",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/refractor": "^3.4.1",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react": "^4.2.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
Expand All @@ -134,7 +133,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"styled-components": "^6.1.8",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite": "^5.2.2",
"vitest": "^1.4.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit bb9da1d

Please sign in to comment.