Skip to content

Commit

Permalink
chore: update deps [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio committed Jun 9, 2023
1 parent 0fbd723 commit 2be9536
Show file tree
Hide file tree
Showing 2 changed files with 788 additions and 771 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,30 +79,30 @@
"url": "https://github.com/okikio/postcss-spring-easing/issues"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.1.0",
"@semantic-release/github": "^9.0.3",
"@semantic-release/npm": "^10.0.3",
"@semantic-release/release-notes-generator": "^11.0.2",
"conventional-changelog-conventionalcommits": "^5.0.0",
"@semantic-release/release-notes-generator": "^11.0.3",
"conventional-changelog-conventionalcommits": "^6.0.0",
"husky": "^8.0.3",
"pnpm": "^8.6.0",
"semantic-release": "^21.0.2",
"typescript": "^5.0.4",
"pnpm": "^8.6.1",
"semantic-release": "^21.0.3",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0",
"vitest": "^0.31.1"
"vitest": "^0.32.0"
},
"peerDependencies": {
"postcss-value-parser": "^4.2.0",
"spring-easing": "^2.3.1"
},
"dependencies": {
"postcss-value-parser": "^4.2.0",
"postcss": "^8.4.24",
"postcss-value-parser": "^4.2.0",
"spring-easing": "^2.3.3"
}
}

0 comments on commit 2be9536

Please sign in to comment.