Skip to content

Commit

Permalink
changed: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
binjospookie committed Feb 7, 2024
1 parent 214d208 commit 1dad4c0
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 72 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ title: Change Log
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](http://semver.org).

## 1.0.6

### Changed

- bump deps

## 1.0.5

### Changed
Expand Down
108 changes: 54 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pure-index",
"type": "module",
"version": "1.0.5",
"version": "1.0.6",
"description": "Pure Index is a tool for packages. It helps to clean your packages of unused exports with ease.",
"main": "./dist/api/index.js",
"types": "./dist/api/index.d.ts",
Expand All @@ -16,10 +16,10 @@
"test": "vitest"
},
"dependencies": {
"@swc/core": "1.3.107",
"@swc/core": "1.4.0",
"fdir": "6.1.1",
"lilconfig": "3.0.0",
"meow": "13.1.0",
"meow": "13.2.0",
"nanospinner": "1.1.0",
"picomatch": "3.0.1"
},
Expand All @@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/node": "20.11.16",
"effector": "23.1.0",
"effector": "23.2.0",
"prettier": "3.2.5",
"tsup": "8.0.1",
"typescript": "5.3.3",
Expand Down
24 changes: 12 additions & 12 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.17.2",
"astro": "^4.3.2",
"@astrojs/starlight": "^0.17.3",
"astro": "^4.3.5",
"sharp": "0.33.2"
},
"volta": {
Expand Down

0 comments on commit 1dad4c0

Please sign in to comment.