Skip to content

Commit

Permalink
upgrade dependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
courcelan authored and ViolanteCodes committed May 5, 2023
1 parent 0b3fe93 commit fb975a2
Show file tree
Hide file tree
Showing 7 changed files with 2,887 additions and 2,877 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ npm-debug.log
.DS_Store
test.js
dist
yalc
yalc
.env
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.2.12 (May 1st, 2023)

### Updated
- Upgrade axios to 1.3.6
- Upgrade webpack to 5.81.0

### Added
- Added testing with jest

## 1.2.11 (April 17, 2023)

### Updated
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ npm install buttercms --save
Butter can also be included directly in HTML:

```html
<script src="https://cdnjs.buttercms.com/buttercms-1.2.11.min.js"></script>
<script src="https://cdnjs.buttercms.com/buttercms-1.2.12.min.js"></script>
```

## Overview
Expand Down
420 changes: 210 additions & 210 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buttercms",
"version": "1.2.11",
"version": "1.2.12",
"description": "ButterCMS API Client",
"keywords": [
"buttercms",
Expand Down Expand Up @@ -31,14 +31,14 @@
"types": "lib/butter.d.ts",
"type": "commonjs",
"dependencies": {
"axios": "^1.3.5"
"axios": "^1.3.6"
},
"license": "MIT",
"devDependencies": {
"jest": "^29.4.1",
"msw": "^1.1.0",
"uglify-js": "^3.17.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion tests/lib/butter.min.js

Large diffs are not rendered by default.

5,320 changes: 2,660 additions & 2,660 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit fb975a2

Please sign in to comment.