Skip to content

Commit 7ac3ca7

Browse files
Pin dependencies (#319)
1 parent 8ae1873 commit 7ac3ca7

File tree

9 files changed

+157
-111
lines changed

9 files changed

+157
-111
lines changed

apps/react-pouchdb-example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-pouchdb-example",
3-
"version": "0.3.31",
3+
"version": "0.3.32",
44
"description": "A react app using pouchdb built in typescript",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
66
"license": "MIT",
@@ -36,12 +36,12 @@
3636
"uuid": "^11.1.0"
3737
},
3838
"devDependencies": {
39-
"@testing-library/jest-dom": "^6.6.4",
40-
"@testing-library/react": "^16.3.0",
39+
"@testing-library/jest-dom": "6.6.4",
40+
"@testing-library/react": "16.3.0",
4141
"@types/react": "19.1.8",
4242
"@types/react-dom": "19.1.6",
43-
"@types/uuid": "^10.0.0",
44-
"identity-obj-proxy": "^3.0.0",
45-
"pouchdb-adapter-memory": "^9.0.0"
43+
"@types/uuid": "10.0.0",
44+
"identity-obj-proxy": "3.0.0",
45+
"pouchdb-adapter-memory": "9.0.0"
4646
}
4747
}

apps/template/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/app-template",
3-
"version": "0.4.10",
3+
"version": "0.4.11",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -32,13 +32,13 @@
3232
"wouter": "^3.7.1"
3333
},
3434
"devDependencies": {
35-
"@testing-library/react": "^16.3.0",
36-
"@testing-library/user-event": "^14.6.1",
37-
"@types/jest": "^30.0.0",
35+
"@testing-library/react": "16.3.0",
36+
"@testing-library/user-event": "14.6.1",
37+
"@types/jest": "30.0.0",
3838
"@types/react": "19.1.8",
3939
"@types/react-dom": "19.1.6",
40-
"concurrently": "^9.2.0",
41-
"nodemon": "^3.1.10",
42-
"supertest": "^7.1.4"
40+
"concurrently": "9.2.0",
41+
"nodemon": "3.1.10",
42+
"supertest": "7.1.4"
4343
}
4444
}

package-lock.json

Lines changed: 105 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"apps/*"
99
],
1010
"devDependencies": {
11-
"husky": "^9.1.7"
11+
"husky": "9.1.7"
1212
},
1313
"scripts": {
1414
"prepare": "husky",

0 commit comments

Comments
 (0)