Skip to content

Commit

Permalink
recreate package-lock and fix version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-js committed Aug 2, 2024
1 parent a0848fe commit 30f6e7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 86 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
with:
# use file .node-version to determine node version
node-version-file: .node-version
registry-url: 'https://npm.pkg.github.com'

- name: Install dependencies
run: npm ci
Expand Down
86 changes: 2 additions & 84 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/mantine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aokiapp/rjsf-mantine-theme",
"version": "0.4.1-alpha.0",
"version": "0.4.0",
"main": "./dist/index.cjs",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 30f6e7d

Please sign in to comment.